summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: lustre: make signal-blocking functions inlineNeilBrown2018-02-223-68/+16
| * staging: lustre: improve API and implementation of blocking signals.NeilBrown2018-02-224-32/+22
| * staging: lustre: simplify linux-prim.cNeilBrown2018-02-222-44/+0
| * staging: lustre: lnet: remove cfs_block_allsigs calls.NeilBrown2018-02-223-15/+11
| * staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2018-02-225-18/+0
| * staging: lustre: remove linux-curproc.cNeilBrown2018-02-223-80/+5
| * staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown2018-02-223-39/+12
| * staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown2018-02-2211-43/+30
| * staging: lustre: use memdup_user to allocate memory and copy from userDafna Hirschfeld2018-02-201-6/+4
| * staging: lustre: remove l_wait_event() and related codeNeilBrown2018-02-161-249/+0
| * staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_e...NeilBrown2018-02-161-18/+25
| * staging: lustre: remove l_wait_event from ptlrpc_set_waitNeilBrown2018-02-162-49/+49
| * staging: lustre: use explicit poll loop in ptlrpc_unregister_replyNeilBrown2018-02-161-7/+7
| * staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbdNeilBrown2018-02-161-7/+8
| * staging: lustre: improve waiting in sptlrpc_req_refresh_ctxNeilBrown2018-02-161-10/+24
| * staging: lustre: use wait_event_idle_timeout in ptlrpcd()NeilBrown2018-02-163-9/+14
| * staging: lustre: make polling loop in ptlrpc_unregister_bulk more obviousNeilBrown2018-02-161-7/+8
| * staging: lustre: remove back_to_sleep()NeilBrown2018-02-163-13/+11
| * staging: lustre: simplify waiting in ptlrpc_invalidate_import()NeilBrown2018-02-162-14/+10
| * staging: lustre: open code polling loop instead of using l_wait_event()NeilBrown2018-02-162-13/+10
| * staging: lustre: simplify waiting in ldlm_completion_ast()NeilBrown2018-02-161-33/+20
| * staging: lustre: simplify l_wait_event when intr handler but no timeout.NeilBrown2018-02-161-23/+7
| * staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2018-02-167-31/+43
| * staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown2018-02-1614-103/+68
| * staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-1646-106/+96
| * staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2018-02-1614-107/+53
| * staging: lustre: discard SVC_SIGNAL and related functionsNeilBrown2018-02-162-9/+1
| * staging: lustre: llite: refine ll_find_alias based on d_exact_aliasNeilBrown2018-02-161-10/+20
| * staging: lustre: llite: simplify ll_find_alias()NeilBrown2018-02-161-15/+8
| * staging: lustre: llite: remove directory-specific code from ll_find_alias()NeilBrown2018-02-161-18/+8
| * staging: lustre: llite: use d_splice_alias for directories.NeilBrown2018-02-161-2/+7
| * staging: lustre: llite: handle DCACHE_PAR_LOOKUP in ll_dcompareNeilBrown2018-02-161-0/+10
| * staging: lustre: honor error code from ll_iget().NeilBrown2018-02-161-1/+1
| * staging: lustre: fix inverted test on strcmpNeilBrown2018-02-161-1/+1
| * staging: lustre: update the TODO listJames Simmons2018-02-161-10/+300
| * staging: lustre: lnet: return of an error code should be negativeSumit Pundir2018-02-161-1/+1
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-041-3/+3
|\ \
| * | lustre: get rid of pointless casts to struct dentry *Al Viro2018-03-291-3/+3
| |/
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+3
|/
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0184-2121/+949
|\
| * staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-263-7/+8
| * staging: lustre: lnet/selftest: fix compile error on UP buildNeilBrown2018-01-231-9/+8
| * staging: lustre: libcfs: Prevent harmless read underflowDan Carpenter2018-01-221-1/+1
| * staging: lustre: lnet: remove null check before kfreeSumit Pundir2018-01-221-2/+1
| * staging: lustre: lnet: prefer kcalloc over kzalloc with multiplySumit Pundir2018-01-221-2/+2
| * staging: lustre: Align struct member identifiersFabian Huegel2018-01-221-22/+22
| * staging: lustre: Fix comment styleFabian Huegel2018-01-221-20/+27
| * staging: lustre: lnet: avoid uninitialized return valueArnd Bergmann2018-01-161-2/+5
| * staging: lustre: lnet: fix build warning in module.cGreg Kroah-Hartman2018-01-161-1/+1
| * staging: lustre: Align backslashes in multi-line macrosFabian Huegel2018-01-151-83/+83
OpenPOWER on IntegriCloud