summaryrefslogtreecommitdiff
path: root/fs/configfs
Commit message (Expand)AuthorAge
* doc: fix broken referencesPaul Bolle2011-09-27
* configfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* | configfs: Fix race between configfs_readdir() and configfs_d_iput()Joel Becker2011-05-18
* | configfs: Don't try to d_delete() negative dentries.Joel Becker2011-05-18
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* configfs: change depends -> select SYSFSNicholas Bellinger2011-01-16
* switch configfsAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: dcache scale d_unhashedNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* config fs: avoid switching ->d_op on live dentryNick Piggin2011-01-07
* convert get_sb_single() usersAl Viro2010-10-29
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-04
* fs: convert simple fs to new truncateNick Piggin2010-05-27
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Fix configfs leakAl Viro2010-01-14
* writeback: add name to backing_dev_infoJens Axboe2009-09-11
* configfs: Rework configfs_depend_item() locking and make lockdep happyLouis Rilling2009-04-30
* configfs: Silence lockdep on mkdir() and rmdir()Louis Rilling2009-04-30
* configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak2009-04-21
* constify dentry_operations: configfsAl Viro2009-03-27
* Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_ite...Mark Fasheh2009-02-04
* configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()Joel Becker2009-02-02
* fs/Kconfig: move configfs outAlexey Dobriyan2009-01-22
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-23
* [PATCH] configfs: Consolidate locking around configfs_detach_prep() in config...Louis Rilling2008-08-22
* [PATCH] configfs: Pin configfs subsystems separately from new config_items.Joel Becker2008-07-31
* [PATCH] configfs: Fix open directory making rmdir() failLouis Rilling2008-07-31
* [PATCH] configfs: Lock new directory inodes before removing on cleanup after ...Louis Rilling2008-07-31
* [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
* [PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker2008-07-31
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-17
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-17
* configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-14
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-14
* configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-14
* configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-14
* configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-14
* configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-14
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-14