summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/llite/symlink.c
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarat...Pushkar Jambhlekar
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond
2016-08-21staging: lustre: mdt: add mbo_ prefix to members of struct mdt_bodyJohn L. Hammond
2016-08-15staging: lustre: llite: basic port to xattr_handler APIJames Simmons
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin
2016-04-28staging: lustre: llite: Replace printing of i_ino with ll_inode2fid()James Nunez
2016-03-01staging/lustre/llite: Fix style vs open parenthesis alignmentOleg Drokin
2016-02-25staging/lustre/llite: Adjust comments to better conform to coding styleOleg Drokin
2016-02-20staging/lustre/llite: Adjust NULL comparison codestyleOleg Drokin
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06lustre: constify inode_operations structuresJulia Lawall
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10lustre: rip the private symlink nesting limit outAl Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches
2014-09-19staging: lustre: llite: Use kzalloc and rewrite null testsJulia Lawall
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman
2014-04-27staging/lustre/llite: Fix a compile warning.Oleg Drokin
2014-04-01lustre: generic_readlink() is just fine there, TYVM...Al Viro
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman
2013-07-24staging: lustre: Remove version.h header inclusion in symlink.cSachin Kamat
2013-05-14staging: add Lustre file system client supportPeng Tao