aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/symlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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