summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/namei.c
AgeCommit message (Expand)AuthorFilesLines
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-4/+4
2016-06-20staging/lustre/llite: Get rid of ll_lock_dcache/ll_unlock_dcacheOleg Drokin1-4/+4
2016-06-20staging/lustre/llite: correct request handling after ll_lookup_it()John L. Hammond1-6/+3
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-06-17staging/lustre/llite: Fix Multiple AssignmentsNathaniel Clark1-1/+2
2016-04-28staging: lustre: llite: Replace printing of i_ino with ll_inode2fid()James Nunez1-41/+35
2016-04-28staging: lustre: ldlm: use accessor macros for l_flagsBruce Korb1-1/+1
2016-04-26staging: lustre: llite: speedup in unlink/rmdirAndrew Perepechko1-10/+11
2016-04-26staging: lustre: llite: variable rename in namei.cAndrew Perepechko1-26/+26
2016-04-11staging/lustre: Fix braces {} styleOleg Drokin1-2/+4
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-4/+4
2016-02-25staging: lustre: llite: Remove IS_ERR testsAmitoj Kaur Chawla1-1/+1
2016-02-25staging/lustre/llite: Adjust comments to better conform to coding styleOleg Drokin1-16/+25
2016-02-20staging/lustre/llite: Adjust NULL comparison codestyleOleg Drokin1-37/+16
2016-01-13Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2015-12-21staging: lustre: Delete unnecessary goto statements in six functionsMarkus Elfring1-1/+0
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-12-06don't opencode iget_failed()Al Viro1-3/+1
2015-10-24staging: lustre: replace OBDO_FREE with kmem_cache_freeMike Rapoport1-1/+1
2015-10-24staging: lustre: replace OBDO_ALLOC with kmem_cache_allocMike Rapoport1-1/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-10-02staging/lustre/llite: Remove unused ll_rmdir_entry()Oleg Drokin1-28/+0
2015-09-29staging/lustre: Remove mds/ost capabilities supportOleg Drokin1-9/+1
2015-09-15staging/lustre/llite: cleanup open handle for client open failureFan Yong1-4/+10
2015-08-03staging/lustre: Use hlist primitives directlyOleg Drokin1-6/+4
2015-07-31staging/lustre: replace ll_umode_t with umode_tOleg Drokin1-1/+1
2015-04-30staging: lustre: llite: drop uses of OBD free functionsJulia Lawall1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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...Linus 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