summaryrefslogtreecommitdiff
path: root/fs/configfs/symlink.c
Commit message (Expand)AuthorAge
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-12
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* kill free_page_put_link()Al Viro2015-12-29
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* new helper: free_page_put_link()Al Viro2015-05-11
* switch ->put_link() from dentry to inodeAl Viro2015-05-11
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* configfs: kill configfs_sbAl Viro2012-03-20
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Fix configfs leakAl Viro2010-01-14
* configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak2009-04-21
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-23
* [PATCH] configfs: Prevent userspace from creating new entries under attaching...Louis Rilling2008-07-31
* [PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling2008-07-31
* [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-31
* configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-14
* configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-14
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-14
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* Introduce path_put()Jan Blunck2008-02-14
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-14
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* configfs: Clear up a few extra spaces where there should be TABs.Joel Becker2006-06-29
* [PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte2006-02-03
* configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-03
* [PATCH] configfs: User-driven configuration filesystemJoel Becker2006-01-03