summaryrefslogtreecommitdiffstats
path: root/fs/configfs/symlink.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-8/+9
* kill free_page_put_link()Al Viro2015-12-291-6/+6
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+8
* new helper: free_page_put_link()Al Viro2015-05-111-6/+1
* switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-16/+12
* configfs: kill configfs_sbAl Viro2012-03-201-3/+3
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-201-6/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Fix configfs leakAl Viro2010-01-141-1/+3
* configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak2009-04-211-1/+1
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-231-8/+8
* [PATCH] configfs: Prevent userspace from creating new entries under attaching...Louis Rilling2008-07-311-0/+15
* [PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling2008-07-311-0/+5
* [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-311-0/+6
* configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
* configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-141-2/+6
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-141-0/+2
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* Introduce path_put()Jan Blunck2008-02-141-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* configfs: Clear up a few extra spaces where there should be TABs.Joel Becker2006-06-291-1/+1
* [PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte2006-02-031-2/+1
* configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-031-0/+1
* [PATCH] configfs: User-driven configuration filesystemJoel Becker2006-01-031-0/+281
OpenPOWER on IntegriCloud