summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown8-35/+35
2018-05-25staging: lustre: move files out of lustre/lnet/libcfs/linux/NeilBrown6-11/+10
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown18-23/+121
2018-05-25staging: lustre: osc: tidy up osc_init()NeilBrown1-13/+16
2018-05-15staging: lustre: obdclass: change object lookup to no wait modeLai Siyao1-30/+9
2018-05-14staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-05-14staging: lustre: Fix an error handling path in 'client_common_fill_super()'Christophe JAILLET1-2/+2
2018-05-14staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"Colin Ian King1-1/+1
2018-05-14staging: lustre: o2iblnd: Fix crash in kiblnd_handle_early_rxs()Doug Oucharek1-2/+3
2018-05-11staging: lustre: lnet: add static to libcfs_dev declarationJustin Skists1-1/+1
2018-05-08staging: lustre: o2iblnd: Enable Multiple OPA Endpoints between NodesDoug Oucharek4-12/+42
2018-05-08staging: lustre: fix error deref in ll_splice_alias().NeilBrown1-2/+7
2018-05-08staging: lustre: move remaining code from linux-module.c to module.cNeilBrown4-173/+131
2018-05-08staging: lustre: move misc-device registration closer to related code.NeilBrown3-31/+29
2018-05-08staging: lustre: llite: remove redundant lookup in dump_pgcacheNeilBrown1-57/+41
2018-05-08staging: lustre: llite: use more private data in dump_pgcacheNeilBrown1-76/+72
2018-05-08staging: lustre: fold lu_object_new() into lu_object_find_at()NeilBrown1-32/+12
2018-05-08staging: lustre: lu_object: move retry logic inside htable_lookupNeilBrown1-43/+27
2018-05-08staging: lustre: lu_object: discard extra lru count.NeilBrown1-15/+12
2018-05-08staging: lustre: make struct lu_site_bkt_data privateNeilBrown4-48/+55
2018-05-06staging: lustre: obdclass: guarantee all keys filledHongchao Zhang1-4/+25
2018-05-06staging: lustre: obdclass: hoist locking in lu_context_exit()John L. Hammond1-5/+7
2018-05-06staging: lustre: obdclass: change spinlock of key to rwlockLi Xi1-19/+19
2018-05-06staging: lustre: o2iblnd: fix race at kiblnd_connect_peerDoug Oucahrek1-6/+12
2018-05-06staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek2-9/+5
2018-05-06staging: lustre: llite: fix potential missing-check bug when copying lumvWenwen Wang1-0/+2
2018-05-06staging: lustre: ldlm: store name directly in namespace.NeilBrown2-1/+9
2018-04-23staging: lustre: add container_of_safe()NeilBrown14-48/+37
2018-04-23staging: lustre: rearrange placement of CPU partition management code.NeilBrown4-1136/+1076
2018-04-23staging: lustre: remove include/linux/libcfs/linux/linux-cpu.hNeilBrown4-81/+35
2018-04-23staging: lustre: convert osc_quota hash to rhashtableNeilBrown3-95/+48
2018-04-23staging: lustre: convert obd uuid hash to rhashtableNeilBrown5-125/+80
2018-04-23staging: lustre: convert lov_pool to use rhashtableNeilBrown5-109/+80
2018-04-23staging: lustre: ptlrpc: convert conn_hash to rhashtableNeilBrown3-107/+64
2018-04-23staging: lustre: remove libcfs/linux/libcfs.hNeilBrown2-84/+42
2018-04-23staging: lustre: move stack-check macros to libcfs_debug.hNeilBrown2-31/+32
2018-04-23staging: lustre: llite: correct removexattr detectionJames Simmons1-1/+5
2018-04-23staging: lustre: llite: use xattr_handler name for ACLsJohn L. Hammond1-7/+8
2018-04-23staging: lustre: llite: style changes in xattr.cJames Simmons1-11/+11
2018-04-23staging: lustre: llite: cleanup xattr code commentsJames Simmons1-3/+3
2018-04-23staging: lustre: llite: use proper types in the xattr codeJames Simmons1-4/+4
2018-04-23staging: lustre: llite: cleanup posix acl xattr codeJames Simmons1-3/+1
2018-04-23staging: lustre: llite: record in stats attempted removal of lma/link xattrJames Simmons1-1/+4
2018-04-23staging: lustre: llite: remove newline in fullname stringsJames Simmons1-2/+2
2018-04-23staging: lustre: llite: fix invalid size test in ll_setstripe_ea()James Simmons1-3/+3
2018-04-23staging: lustre: llite: eat -EEXIST on setting trusted.lovBobi Jam1-3/+11
2018-04-23staging: lustre: llite: return from ll_adjust_lum() if lump is NULLBobi Jam1-2/+5
2018-04-23staging: lustre: llite: break up ll_setstripe_ea functionBobi Jam1-13/+24
2018-04-23staging: lustre: llite: add simple comment about lustre.lov xattrsNiu Yawei1-0/+1
2018-04-23staging: lustre: llite: refactor lustre.lov xattr handlingNiu Yawei1-62/+69