aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-159/+0
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-2/+2
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar1-0/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-1/+0
2016-08-21staging: lustre: mdt: add mbo_ prefix to members of struct mdt_bodyJohn L. Hammond1-3/+3
2016-08-15staging: lustre: llite: basic port to xattr_handler APIJames Simmons1-3/+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-04-28staging: lustre: llite: Replace printing of i_ino with ll_inode2fid()James Nunez1-3/+7
2016-03-01staging/lustre/llite: Fix style vs open parenthesis alignmentOleg Drokin1-1/+1
2016-02-25staging/lustre/llite: Adjust comments to better conform to coding styleOleg Drokin1-1/+2
2016-02-20staging/lustre/llite: Adjust NULL comparison codestyleOleg Drokin1-2/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-9/+9
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+5
2015-12-06lustre: constify inode_operations structuresJulia Lawall1-1/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10lustre: rip the private symlink nesting limit outAl Viro1-12/+3
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-6/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-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-4/+7
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-1/+1
2014-04-27staging/lustre/llite: Fix a compile warning.Oleg Drokin1-1/+1
2014-04-01lustre: generic_readlink() is just fine there, TYVM...Al Viro1-22/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-6/+6
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-3/+0
2013-07-24staging: lustre: Remove version.h header inclusion in symlink.cSachin Kamat1-1/+0
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+192