aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2018-04-23staging: lustre: llite: Remove filtering of seclabel xattrRobin Humble1-9/+0
2018-04-23staging: lustre: llite: handle xattr cache refill raceJohn L. Hammond1-1/+1
2018-04-23staging: lustre: ldlm: xattr locks are lost on mdtVitaly Fertman8-91/+95
2018-04-23staging: lustre: obd: change debug reporting in lmv_enqueue()Vitaly Fertman1-4/+3
2018-04-23staging: lustre: obd: create it_has_reply_body()Vitaly Fertman2-1/+11
2018-04-23staging: lustre: llite: initialize xattr->xe_namelenJames Simmons1-2/+4
2018-04-23staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond8-22/+8
2018-04-23staging: lustre: remove cruft from libcfs/linux/libcfs.hNeilBrown3-20/+1
2018-04-23staging: lustre: discard linux-time.hNeilBrown4-68/+6
2018-04-23staging: lustre: discard cfs_time_before_64()NeilBrown3-18/+4
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown9-19/+13
2018-04-23staging: lustre: libcfs: remove cfs_timeout_cap()NeilBrown4-54/+3
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown16-61/+47
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown21-66/+56
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown15-67/+32
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown32-96/+88
2018-04-23staging: lustre: ldlm: free resource when ldlm_lock_create() fails.NeilBrown1-1/+5
2018-04-23staging: lustre: tidy up ldlm_resource_putref()NeilBrown2-13/+10
2018-04-23staging: lustre: remove unneeded include.NeilBrown1-1/+0
2018-04-23staging: lustre: remove unused hash tables.NeilBrown7-86/+3
2018-04-23staging: lustre: remove unused ldlm_completion_ast_async()NeilBrown2-24/+0
2018-04-23staging: lustre: remove invariant in cl_io_read_ahead()NeilBrown1-1/+0
2018-04-11page cache: use xa_lockMatthew Wilcox2-5/+5
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds118-2124/+1291
2018-04-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+3
2018-03-29lustre: get rid of pointless casts to struct dentry *Al Viro1-3/+3
2018-03-22staging: lustre: lnet: use correct 'magic' testJustin Skists1-1/+1
2018-03-19staging: lustre: Fix unneeded byte-ordering castJustin Skists1-1/+1
2018-03-14staging: lustre: fid: avoid false-positive uninitialized variable warningArnd Bergmann1-0/+1
2018-03-14staging: lustre: use module_name() macro for debug printfArnd Bergmann1-2/+2
2018-03-08staging: lustre: Remove VLA usageKees Cook1-6/+13
2018-03-06staging: lustre: Remove yield() callThomas Avery1-1/+1
2018-03-06Revert "staging: Disable lustre file system for MIPS, SH, and XTENSA"NeilBrown1-1/+0
2018-03-06staging: lustre: allow monolithic buildsNeilBrown2-2/+2
2018-03-06staging: lustre: ptlrpc: move thread creation out of module initializationNeilBrown4-24/+65
2018-03-06staging: lustre: change sai_thread to sai_task.NeilBrown2-66/+54
2018-03-06staging: lustre: remove 'ptlrpc_thread usage' for sai_agl_threadNeilBrown2-52/+28
2018-03-06staging: lustre: remove unused flag from ptlrpc_threadNeilBrown1-11/+0
2018-03-06staging: lustre: ptlrpc: use workqueue for pingerNeilBrown1-57/+24
2018-03-06staging: lustre: ptlrpc: use delayed_work in sec_gcNeilBrown1-62/+28
2018-03-06staging: lustre: ldlm: use delayed_work for pools_recalcNeilBrown1-88/+11
2018-03-06staging: lustre: obdclass: use workqueue for zombie management.NeilBrown4-175/+30
2018-03-06staging: lustre: ptlrpc: change GFP_NOFS to GFP_KERNELNeilBrown2-3/+3
2018-03-06staging: lustre: get entropy from nid when nid set.NeilBrown2-16/+8
2018-03-06staging: lustre: lnet: keep ln_nportals consistentNeilBrown1-2/+3
2018-03-06staging: lustre: obdclass: don't require lct_owner to be non-NULL.NeilBrown1-6/+1
2018-03-06staging: lustre: statahead: remove incorrect test on agl_list_empty()NeilBrown1-1/+0
2018-03-06staging: lustre: fix bug in osc_enter_cache_tryNeilBrown2-2/+2
2018-03-06staging: lustre: obd_mount: use correct niduuid suffix.NeilBrown1-1/+1
2018-03-06staging: lustre: remove else after return statementSantha Meena Ramamoorthy1-6/+5