aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11new helper: free_page_put_link()Al Viro1-6/+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-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-16/+12
2012-03-20configfs: kill configfs_sbAl Viro1-3/+3
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro1-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-14Fix configfs leakAl Viro1-1/+3
2009-04-21configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak1-1/+1
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-8/+8
2008-07-31[PATCH] configfs: Prevent userspace from creating new entries under attaching directoriesLouis Rilling1-0/+15
2008-07-31[PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling1-0/+5
2008-07-31[PATCH] configfs: Fix symlink() to a removing itemLouis Rilling1-0/+6
2008-07-14configfs: call drop_link() to cleanup after create_link() failureLouis Rilling1-1/+5
2008-07-14configfs: Protect configfs_dirent s_links list mutationsLouis Rilling1-2/+6
2008-07-14configfs: Introduce configfs_dirent_lockLouis Rilling1-0/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-06-29configfs: Clear up a few extra spaces where there should be TABs.Joel Becker1-1/+1
2006-02-03[PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte1-2/+1
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker1-0/+1
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker1-0/+281