aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/super25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-1/+0
2016-09-17staging/lustre: clean function declaration in super25.c upBaoyou Xie1-2/+0
2016-08-21staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'Oleg Drokin1-2/+2
2016-06-20staging: lustre: remove remote client supportFan Yong1-19/+0
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-03-30staging/lustre/llite: Remove ccc_global_{init, fini}()John Hammond1-1/+13
2016-03-01staging: lustre: make module_init/exit naming consistentAndreas Dilger1-4/+4
2016-03-01staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger1-1/+1
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-0/+1
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-2/+2
2016-02-25staging/lustre/llite: Adjust comments to better conform to coding styleOleg Drokin1-2/+4
2016-02-20staging/lustre/llite: Adjust NULL comparison codestyleOleg Drokin1-5/+5
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2015-11-15staging: lustre: Update module author to OpenSFSJames Simmons1-1/+1
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport1-1/+1
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-1/+1
2015-10-13staging: lustre: add missing blank line after declarationsMike Rapoport1-0/+2
2015-09-29staging/lustre: Remove mds/ost capabilities supportOleg Drokin1-13/+1
2015-09-29staging/lustre: use 64-bit times for cfs_srand seedArnd Bergmann1-3/+3
2015-09-14staging: lustre: drop null test before destroy functionsJulia Lawall1-12/+4
2015-05-31staging/lustre/llite: Move all remaining procfs entries to debugfsOleg Drokin1-12/+8
2015-05-31staging/lustre/llite: Preparation to move /proc/fs/lustre/llite to sysfsOleg Drokin1-1/+10
2015-03-15Staging: lustre: Use setup_timer to combine initializationSomya Anand1-3/+1
2015-02-07staging/lustre/llite: remove llite proc root on init failureJohn L. Hammond1-69/+72
2014-10-29drivers: staging: lustre: Fix "spaces required around that '='" errorsGreg Donald1-1/+1
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous line errorsGreg Donald1-2/+1
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-4/+4
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-5/+2
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2013-12-03staging/lustre/llite: extended attribute cacheAndrew Perepechko1-0/+4
2013-07-24staging: lustre: Remove version.h header inclusion in super25.cSachin Kamat1-1/+0
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond1-1/+1
2013-06-03staging/lustre: llite: add module aliasPeng Tao1-1/+1
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+226