aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2013-07-23staging: lustre: remove unused "helper" macrosGreg Kroah-Hartman1-42/+0
2013-07-23staging: lustre: use ERR_CAST() functionLaurent Navet3-4/+4
2013-07-23staging: lustre: Fix typo in printkMasanari Iida4-6/+6
2013-07-23staging/lustre/mdc: Keep resend FLocksBruno Faccini1-1/+7
2013-07-23staging/lustre/scrub: purge inconsistenct objects after OI scrubFan Yong1-5/+5
2013-07-23staging/lustre/mdt: HSM on disk actions recordjcl5-33/+97
2013-07-23staging/lustre/style: removes obsolete EXPORT_SYMTAB macros v2Keith Mannthey4-13/+0
2013-07-23staging/lustre/llite: Anonymous dentry incorrectly identified as rootPatrick Farrell1-3/+4
2013-07-23staging/lustre/llite: error of listxattr when buffer is smallKeith Mannthey1-1/+6
2013-07-23staging/lustre/llite: return valid fsid for statfsFan Yong3-2/+22
2013-07-23staging/lustre/obdclass: be more careful processing server nameNathaniel Clark2-29/+40
2013-07-23staging/lustre/lmv: fix duplicate directory entriesNed Bass1-1/+2
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond6-18/+34
2013-07-23staging/lustre/fld: prepare FLD module for client server splitLiu Xuezhao9-1238/+37
2013-07-23staging/lustre/lnet: remove empty file lnet/lnet/api-errno.cPeng Tao2-40/+1
2013-07-23staging/lustre/ldlm: Fix flock deadlock detection raceAndriy Skulysh1-6/+10
2013-07-23staging/lustre/llite: call simple_setattr() from ll_md_setattr()John L. Hammond2-11/+9
2013-07-23staging/lustre/mdt: duplicate link names in directoryAndreas Dilger2-73/+76
2013-07-23staging/lustre/crypto: add crc32c module loading to libcfsAlexander.Boyko1-0/+2
2013-07-23staging/lustre/ptlrpc: Race between start and stop service threadsHiroya Nozaki1-4/+12
2013-07-23staging/lustre/osc: Check return code for lu_kmem_initKeith Mannthey1-0/+2
2013-07-23staging/lustre/lfsck: LFSCK 1.5 technical debts (3)Fan Yong1-0/+1
2013-07-23staging/lustre/llite: force lvb_data update after layout changejcl1-9/+11
2013-07-23staging/lustre/fid: prepare FID module for client server splitLiu Xuezhao11-1018/+131
2013-07-23staging/lustre: fix 'code maintainability' errorsSebastien Buisson2-2/+1
2013-07-23staging/lustre/llapi: add user space method for lov_user_mdjcl3-10/+21
2013-07-23staging/lustre/mdt: add macros for fid string lenjcl1-0/+2
2013-07-23staging/lustre/layout: introduce new layout for released filesJinshan Xiong12-54/+197
2013-07-23staging/lustre/md: fix lu_ucred.c boilerplateJohn L. Hammond1-4/+4
2013-07-23staging/lustre/dlmlock: compress out unused spaceBruce Korb13-333/+573
2013-07-23staging/lustre: Make quota namespace refcounting consistentOleg Drokin2-7/+2
2013-07-23staging/lustre: Only wake up ldlm_poold as frequently as the check intervalOleg Drokin2-10/+16
2013-07-23staging/lustre/ldlm: split client namespaces into active and inactiveOleg Drokin4-27/+135
2013-07-23staging/lustre/mdc: layout lock rpc must not take rpc_lockjcl2-3/+5
2013-07-23staging/lustre/ptlrpc: Translate between host and network errnosLi Wei14-5/+662
2013-07-23staging/lustre/ptlrpc: race in pinger (use-after-free situation)Dmitry Eremin1-23/+16
2013-07-23staging/lustre/ldlm: print FID in lvbo_init(), lvbo_updateAndreas Dilger3-48/+50
2013-07-23staging/lustre/llite: check ll_prep_md_op_data() using IS_ERR()John L. Hammond1-12/+12
2013-07-23staging/lustre/llite: A not locked mutex can be unlocked.Dmitry Eremin1-1/+1
2013-07-23staging/lustre/llite: check alloc in ll_file_data_get, ll_dir_ioctlJohn L. Hammond2-0/+4
2013-07-23staging/lustre: fix 'program hangs' errorsSebastien Buisson1-1/+3
2013-07-23staging/lustre/llite: missing last bit in ll_have_md_lockwang di1-1/+1
2013-07-23staging/lustre/llite: use READ, WRITE around ll_rw_stats_tally()John L. Hammond2-6/+8
2013-07-23staging/lustre: remove bogus ifndef EXPORT_SYMBOLPeng Tao1-4/+0
2013-07-23staging/lustre/libcfs: drop bogus Kconfig defaultPaul Bolle1-1/+0
2013-07-23staging/lustre/libcfs: removed dead code from libcfs_stringDragos Foianu1-48/+0
2013-07-23staging/lustre: remove the second argument of ll_kmap_atomic()Zhao Hongjiang3-9/+6
2013-07-23staging/lustre: drop CONFIG_BROKENPeng Tao1-1/+1
2013-07-23staging/lustre/llite: readdir convert to iteratePeng Tao3-34/+28
2013-07-23staging/lustre/llite: fix for d_compare API changePeng Tao2-4/+2