summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)Author
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-12-26[regression] braino in "lustre: use is_root_inode()"Al Viro
2014-12-17lustre: get rid of playing with ->fsAl Viro
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-02lustre: Deletion of unnecessary checks before three function callsMarkus Elfring
2014-12-02staging: lustre: fix sparse warnings: static function declarationVincenzo Scotti
2014-12-02staging: lustre: fixed sparse warnings related to static declarationsJanet Liu
2014-11-26staging: lustre: ldlm: Remove space before braces for defined() checkAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Remove unnecessary braces at ifsAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Remove unnecessary line continuationsAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Fix warning about unneeded return statementAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Fix initialization of static variablesAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Fix indentation errors for switch-caseAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Fix warning about missing spacesAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Fix overlong linesAndreas Ruprecht
2014-11-26staging: lustre: ldlm: Add missing newlines after declarationsAndreas Ruprecht
2014-11-26staging: lustre: Fix sparse warnings for lnet/lnet/router.cGiedrius Statkevicius
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches
2014-11-22staging: lustre: mdc: use __FMODE_EXEC macroJuston Li
2014-11-22drivers: staging: lustre: lnet: api-nc.c: Fix Style WarningsThomas Wood
2014-11-22staging: lustre: lustre: ptlrpc: Remove unnecessary bracesBalavasu Kuppusammyprathaban
2014-11-22staging: lustre: libcfs_debug.h: remove final uses of the GOTO macroJulia Lawall
2014-11-22staging: lustre: libcfs: remove final uses of the GOTO macroJulia Lawall
2014-11-22staging: lustre: osc: remove final uses of the GOTO macroJulia Lawall
2014-11-22drivers: staging: lustre: Kconfig: Let LUSTRE_LLITE_LLOOP depend on all !"*_6...Chen Gang
2014-11-22staging: lustre: Remove unnecessary parentheses.Masanari Iida
2014-11-22staging: lustre: Remove unnecessary semicolonMasanari Iida
2014-11-19Merge branch 'for-lustre' into for-nextAl Viro
2014-11-19kill f_dentry usesAl Viro
2014-11-03Staging: lustre: Use put_unaligned_le64Vaishali Thakkar
2014-11-03Staging: lustre: lnet: Improve 'incarnation' stampTina Ruchandani
2014-11-03lustre: use is_root_inode()Al Viro
2014-11-03lustre: get rid of duplicate mountpoint checksAl Viro
2014-11-03kill ll_link_generic()Al Viro
2014-11-03ll_get_child_fid(): callers already have the childAl Viro
2014-11-03kill ll_rename_generic()Al Viro
2014-11-03kill ll_unlink_generic()Al Viro
2014-11-03kill ll_rmdir_generic()Al Viro
2014-11-03ll_new_inode(): don't bother with name - it's always &dentry->d_nameAl Viro
2014-11-03kill ll_symlink_generic()Al Viro
2014-11-03kill ll_mkdir_generic()Al Viro
2014-11-03kill ll_mknod_generic()Al Viro
2014-11-03lustre: switch ll_release_openhandle() to struct inode *Al Viro
2014-11-03lustre: use file_inode()Al Viro
2014-11-03lustre: use %p[dD]Al Viro
2014-11-03lustre: opened file can't have negative dentryAl Viro
2014-11-03ll_setxattr(): get rid of struct file on stackAl Viro
2014-11-03lustre: switch ll_intent_file_open() to struct dentry *Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi