aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/xattr_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20staging: lustre: llite: fix lines over 80 characters in llite filesAastha Gupta1-1/+2
2017-08-22staging: lustre: llite: add include path to MakefileJames Simmons1-2/+2
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons1-1/+0
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-2/+2
2016-12-07staging/lustre: Convert all bare unsigned to unsigned intOleg Drokin1-3/+3
2016-12-06staging: lustre: llite: clear LLIF_DATA_MODIFIED in atomicJinshan Xiong1-3/+4
2016-10-30staging: lustre: llite: basic support of SELinux in CLIOSebastien Buisson1-0/+4
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-1/+0
2016-08-21staging: lustre: obd: decruft md_enqueue() and md_intent_lock()John L. Hammond1-5/+7
2016-08-21staging: lustre: mdt: add mbo_ prefix to members of struct mdt_bodyJohn L. Hammond1-6/+6
2016-06-20staging/lustre/llite: change it_data to it_requestJohn L. Hammond1-1/+1
2016-06-20staging/lustre/llite: flatten struct lookup_intentJohn L. Hammond1-8/+8
2016-04-26staging/lustre: Fix blank line after/before {/} styleOleg Drokin1-1/+0
2016-03-01staging: lustre: llite: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-1/+1
2016-03-01staging/lustre/llite: Fix style vs open parenthesis alignmentOleg Drokin1-11/+8
2016-02-25staging/lustre/llite: Adjust comments to better conform to coding styleOleg Drokin1-2/+4
2016-02-25staging/lustre: Remove ldlm type/mode typedefsOleg Drokin1-1/+1
2016-02-20staging/lustre/llite: Adjust NULL comparison codestyleOleg Drokin1-10/+6
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-0/+2
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport1-2/+2
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-1/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-18/+0
2015-07-13staging: lustre: llite: drop trivially useless initializationJulia Lawall1-1/+1
2015-04-30staging: lustre: llite: drop uses of OBD free functionsJulia Lawall1-3/+3
2015-03-26staging/lustre/xattr: xattr data may be gone with lock heldLai Siyao1-7/+12
2015-03-18staging: lustre: Use kmemdup rather than duplicating its implementationRavindran, Madhusudhanan (M.)1-2/+1
2015-03-01staging: lustre: llite: Remove unnecessary OOM messageQuentin Lambert1-4/+1
2014-10-27staging: lustre: lustre: llite: Use kstrdupTapasweni Pathak1-4/+1
2014-09-19staging: lustre: llite: Use kzalloc and rewrite null testsJulia Lawall1-2/+2
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-9/+13
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-4/+4
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-1/+1
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2014-03-08staging: luster: Fix typo in lustre/lliteMasanari Iida1-4/+4
2014-02-11lustre/xattr: separate ACL and XATTR cachesAndrew Perepechko1-99/+18
2013-12-03staging/lustre/llite: extended attribute cacheAndrew Perepechko1-0/+617