aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/symlink.c
AgeCommit message (Expand)Author
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2012-03-20configfs: kill configfs_sbAl Viro
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-14Fix configfs leakAl Viro
2009-04-21configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro
2008-07-31[PATCH] configfs: Prevent userspace from creating new entries under attaching...Louis Rilling
2008-07-31[PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling
2008-07-31[PATCH] configfs: Fix symlink() to a removing itemLouis Rilling
2008-07-14configfs: call drop_link() to cleanup after create_link() failureLouis Rilling
2008-07-14configfs: Protect configfs_dirent s_links list mutationsLouis Rilling
2008-07-14configfs: Introduce configfs_dirent_lockLouis Rilling
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-06-29configfs: Clear up a few extra spaces where there should be TABs.Joel Becker
2006-02-03[PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker