aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-05-10jffs2: switch to simple_follow_link()Al Viro1-44/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-01-25jffs2: use generic posix ACL infrastructureChristoph Hellwig1-1/+0
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches1-0/+2
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches1-1/+1
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches1-1/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds1-1/+1
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse1-4/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-10-21[JFFS2] Fix jffs2_follow_link() typoQi Yong1-1/+1
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei1-1/+6
2005-11-07[JFFS2] Clean up trailing white spacesThomas Gleixner1-4/+4
2005-11-06[JFFS2] Use f->target instead of f->dents for symlink targetArtem B. Bityutskiy1-14/+12
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-3/+3
2005-08-19[PATCH] jffs2: fix symlink error handlingAl Viro1-4/+6
2005-05-23[JFFS2] Add symlink caching support.Artem B. Bityuckiy1-12/+30
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+45