aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+2
|\
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | configfs: Fix race between configfs_readdir() and configfs_d_iput()Joel Becker2011-05-181-5/+28
* | configfs: Don't try to d_delete() negative dentries.Joel Becker2011-05-181-2/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* configfs: change depends -> select SYSFSNicholas Bellinger2011-01-161-2/+2
* switch configfsAl Viro2011-01-123-5/+3
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-4/+4
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-072-7/+1
* fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+2
* fs: dcache scale dentry refcountNick Piggin2011-01-072-3/+2
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* config fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-8/+9
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-041-5/+4
* fs: convert simple fs to new truncateNick Piggin2010-05-271-7/+2
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Fix configfs leakAl Viro2010-01-141-1/+3
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* configfs: Rework configfs_depend_item() locking and make lockdep happyLouis Rilling2009-04-301-59/+47
* configfs: Silence lockdep on mkdir() and rmdir()Louis Rilling2009-04-303-0/+131
* configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak2009-04-211-1/+1
* constify dentry_operations: configfsAl Viro2009-03-271-1/+1
* Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_ite...Mark Fasheh2009-02-041-59/+0
* configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()Joel Becker2009-02-021-0/+59
* fs/Kconfig: move configfs outAlexey Dobriyan2009-01-221-0/+11
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-231-8/+8
* [PATCH] configfs: Consolidate locking around configfs_detach_prep() in config...Louis Rilling2008-08-221-10/+7
* [PATCH] configfs: Pin configfs subsystems separately from new config_items.Joel Becker2008-07-311-9/+33
* [PATCH] configfs: Fix open directory making rmdir() failLouis Rilling2008-07-311-1/+2
* [PATCH] configfs: Lock new directory inodes before removing on cleanup after ...Louis Rilling2008-07-311-19/+29
* [PATCH] configfs: Prevent userspace from creating new entries under attaching...Louis Rilling2008-07-313-5/+103
* [PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling2008-07-313-0/+16
* [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-312-7/+13
* [PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker2008-07-311-1/+1
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-171-10/+15
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-171-6/+7
* configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-141-7/+6
* configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
* configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
* configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
* configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-303-4/+4