aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus Torvalds118-2124/+1291
2018-04-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2018-03-06staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'Dafna Hirschfeld2-5/+5
2018-03-06staging: lustre: obdclass: Add 'const' to char* arrayDafna Hirschfeld2-2/+2
2018-03-06staging: lustre: obdclass: Fix comparison to NULLDafna Hirschfeld1-1/+1
2018-03-06staging: lustre: Replace "dont" with "don't"Arushi Singhal1-1/+1
2018-03-06staging: lustre: Replace "to to" with "to"Arushi Singhal1-1/+1
2018-03-06staging: lustre: Replace "be be" with "be"Arushi Singhal2-2/+2
2018-03-01staging: lustre: fix block comment styleSantha Meena Ramamoorthy1-4/+8
2018-02-27staging: lustre: lnet/selftest: don't ignore status from lstcon_test_addNeilBrown1-1/+1
2018-02-27staging: lustre: lmv: correctly iput lmo_rootNeilBrown1-1/+1
2018-02-27staging: lustre: lov: use correct env in lov_io_data_version_end()NeilBrown1-1/+1
2018-02-22staging: lustre: selftest: freeing an error pointerDan Carpenter1-4/+2
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown2-12/+3
2018-02-22staging: lustre: fid: perform sanity checks before commitingNeilBrown1-5/+5
2018-02-22staging: lustre: fid: fix up debugfs access to ->lcs_spaceNeilBrown1-4/+11
2018-02-22staging: lustre: fid: remove seq_fid_alloc_fini() and simplifyNeilBrown1-12/+6
2018-02-22staging: lustre: fid: use wait_event_cmd()NeilBrown1-48/+20
2018-02-22staging: lustre: fid: convert lcs_mutex to a spinlockNeilBrown3-26/+29
2018-02-22staging: lustre: ptlrpc: list_for_each improvements.NeilBrown6-126/+59
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown11-18/+19
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown4-25/+19
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown20-75/+28
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown6-8/+8