aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-10/+10
2015-03-18staging: lustre: namei.c: coding style: fix 80 characters limitLaure Millet1-2/+4
2015-03-18staging: lustre: namei.c: coding style: fix quoted string split across linesLaure Millet1-4/+3
2015-03-18staging: lustre: namei.c: Fix trailing whitespaceLaure Millet1-1/+1
2015-03-18Staging: lustre: namei.c: fix "foo * bar" should be "foo *bar"Laure Millet1-1/+1
2015-03-18Staging: lustre: namei.c: fix missing a blank line after declarationsLaure Millet1-0/+1
2015-02-17switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inodeAl Viro1-5/+7
2014-12-26[regression] braino in "lustre: use is_root_inode()"Al Viro1-1/+1
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-6/+4
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-8/+6
2014-11-03lustre: use is_root_inode()Al Viro1-1/+1
2014-11-03lustre: get rid of duplicate mountpoint checksAl Viro1-35/+0
2014-11-03kill ll_link_generic()Al Viro1-32/+27
2014-11-03ll_get_child_fid(): callers already have the childAl Viro1-17/+7
2014-11-03kill ll_rename_generic()Al Viro1-48/+35
2014-11-03kill ll_unlink_generic()Al Viro1-42/+38
2014-11-03kill ll_rmdir_generic()Al Viro1-32/+28
2014-11-03ll_new_inode(): don't bother with name - it's always &dentry->d_nameAl Viro1-15/+15
2014-11-03kill ll_symlink_generic()Al Viro1-19/+13
2014-11-03kill ll_mkdir_generic()Al Viro1-21/+14
2014-11-03kill ll_mknod_generic()Al Viro1-14/+8
2014-11-03lustre: switch ll_release_openhandle() to struct inode *Al Viro1-1/+1
2014-11-03lustre: use %p[dD]Al Viro1-12/+12
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-4/+4
2014-10-23Staging: lustre: llite: Declare ptr args correctlyTina Ruchandani1-2/+2
2014-09-19staging: lustre: llite: Use kzalloc and rewrite null testsJulia Lawall1-1/+1
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-20/+33
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-1/+2
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-1/+1
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-5/+5
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-30/+10
2014-03-08staging: luster: Fix typo in lustre/lliteMasanari Iida1-1/+1
2014-02-28staging/lustre/llite: fix open lock matching in ll_md_blocking_ast()John L. Hammond1-36/+42
2014-02-11lustre: instantiate negative dentryyang sheng1-0/+6
2014-02-11lustre: Unsafe error handling around ll_splice_aliasSwapnil Pimpale1-3/+6
2014-02-07staging/lustre/llite: don't d_add for create only filesLai Siyao1-4/+1
2014-02-07staging/lustre/llite: remove ll_d_root_opsLai Siyao1-15/+13
2013-12-03staging/lustre/llite: extended attribute cacheAndrew Perepechko1-0/+4
2013-12-03staging/lustre/llite: don't check for O_CREAT in it_create_modeJohn L. Hammond1-3/+2
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman1-4/+1
2013-11-21staging/lustre/ldlm: fix resource/fid check, use DLDLMRESAndreas Dilger1-4/+1
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-31/+31
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-3/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-19/+1
2013-07-24staging/lustre/llite: fix 'data race condition' issues of lli_flagsSebastien Buisson1-1/+4
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao1-3/+4
2013-07-05lustre: kill the pointless wrapperAl Viro1-2/+2