summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-203-13/+11
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-201-15/+5
* configfs: sanitize configfs_create()Al Viro2012-03-201-28/+27
* configfs: kill configfs_sbAl Viro2012-03-205-25/+26
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-204-15/+7
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* configfs: convert to umode_tAl Viro2012-01-032-5/+5
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-031-1/+1
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-031-1/+1
* configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18
* doc: fix broken referencesPaul Bolle2011-09-272-2/+3
* 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