summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-05205-133378/+0
* staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2018-06-0111-58/+22
* staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman2018-06-018-94/+27
* staging: lustre: remove last two users of ldebugfs_register()Greg Kroah-Hartman2018-06-015-61/+8
* staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman2018-06-018-93/+24
* staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman2018-06-015-42/+8
* staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman2018-06-017-63/+21
* staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman2018-06-015-38/+16
* staging: lustre: remove ldebugfs_add_simple() wrapperGreg Kroah-Hartman2018-06-013-40/+5
* staging: lustre: no need to check debugfs return valuesGreg Kroah-Hartman2018-06-012-28/+2
* staging: lustre: mdc: excessive memory consumption by the xattr cacheAndrew Perepechko2018-05-311-10/+13
* staging: lustre: acl: increase ACL entries limitationFan Yong2018-05-317-7/+23
* staging: lustre: llite: remove unused parameters from md_{get, set}xattr()John L. Hammond2018-05-317-49/+46
* staging: lustre: llite: add support set_acl method in inode operationsDmitry Eremin2018-05-312-0/+59
* staging: lustre: llite: create acl.c fileJames Simmons2018-05-314-13/+58
* staging: lustre: fix more build errors in errno.cGreg Kroah-Hartman2018-05-261-0/+2
* staging: lustre: fix build error in errno.cGreg Kroah-Hartman2018-05-261-0/+1
* staging: lustre: fix build error in mdc_request.cGreg Kroah-Hartman2018-05-261-0/+1
* staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown2018-05-2518-22/+4
* staging: lustre: remove libcfs_all.h from fid, fld, obdclassNeilBrown2018-05-2512-15/+0
* staging: lustre: remove libcfs_all from ptlrpcNeilBrown2018-05-2514-18/+15
* staging: lustre: remove libcfs_all.h from remaining .h files.NeilBrown2018-05-2510-8/+5
* staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown2018-05-2529-13/+31
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-2561-61/+61
* staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown2018-05-254-10/+15
* staging: lustre: discard cfs_block_sigsinv()NeilBrown2018-05-252-15/+20
* staging: lustre: discard CFS_TICKNeilBrown2018-05-253-3/+3
* staging: lustre: discard cfs_cap_t, use kernel_cap_tNeilBrown2018-05-2511-23/+24
* staging: lustre: simplify capability dropping.NeilBrown2018-05-251-5/+3
* staging: lustre: remove current_pid() and current_comm()NeilBrown2018-05-259-18/+18
* staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown2018-05-253-10/+10
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-2511-0/+55
* staging: lustre: osc: tidy up osc_init()NeilBrown2018-05-251-13/+16
* staging: lustre: obdclass: change object lookup to no wait modeLai Siyao2018-05-151-30/+9
* staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-141-1/+1
* staging: lustre: Fix an error handling path in 'client_common_fill_super()'Christophe JAILLET2018-05-141-2/+2
* staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"Colin Ian King2018-05-141-1/+1
* staging: lustre: fix error deref in ll_splice_alias().NeilBrown2018-05-081-2/+7
* staging: lustre: llite: remove redundant lookup in dump_pgcacheNeilBrown2018-05-081-57/+41
* staging: lustre: llite: use more private data in dump_pgcacheNeilBrown2018-05-081-76/+72
* staging: lustre: fold lu_object_new() into lu_object_find_at()NeilBrown2018-05-081-32/+12
* staging: lustre: lu_object: move retry logic inside htable_lookupNeilBrown2018-05-081-43/+27
* staging: lustre: lu_object: discard extra lru count.NeilBrown2018-05-081-15/+12
* staging: lustre: make struct lu_site_bkt_data privateNeilBrown2018-05-084-48/+55
* staging: lustre: obdclass: guarantee all keys filledHongchao Zhang2018-05-061-4/+25
* staging: lustre: obdclass: hoist locking in lu_context_exit()John L. Hammond2018-05-061-5/+7
* staging: lustre: obdclass: change spinlock of key to rwlockLi Xi2018-05-061-19/+19
* staging: lustre: llite: fix potential missing-check bug when copying lumvWenwen Wang2018-05-061-0/+2
* staging: lustre: ldlm: store name directly in namespace.NeilBrown2018-05-062-1/+9
* staging: lustre: add container_of_safe()NeilBrown2018-04-2313-37/+37
OpenPOWER on IntegriCloud