aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2013-02-26ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran1-1/+1
2012-05-29ocfs: simplify symlink handlingAl Viro1-94/+21
2011-02-21ocfs2: remove NAMEI from symlink.cTao Ma1-1/+0
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-3/+4
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-6/+0
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-01-11ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error pathOGAWA Hirofumi1-5/+5
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye1-0/+2
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-05-09ocfs2: Use nd_set_link().Joel Becker1-40/+37
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Joel Becker1-1/+1
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-4/+1
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-3/+2
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-2/+1
2008-10-13ocfs2: Add extended attribute supportTiger Yang1-0/+9
2008-04-30ocfs2: Allow uid/gid/perm changes of symlinksSunil Mushran1-0/+2
2007-05-07mm: make read_cache_page synchronousNick Piggin1-7/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2007-01-21ocfs2: Don't print errors when following symlinksMark Fasheh1-2/+1
2006-12-01ocfs2: update file system paths to set atimeTiger Yang1-0/+4
2006-06-29ocfs2: silence ENOENT during lookup of broken linksSunil Mushran1-1/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+180