aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
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
* switch configfsAl Viro2011-01-121-5/+1
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-4/+4
* fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+1
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* config fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-8/+9
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+4
* 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-301-0/+90
* 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
* [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-311-5/+86
* [PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling2008-07-311-0/+10
* [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-311-7/+7
* [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: 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-141-10/+43
* 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-141-2/+3
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-141-1/+27
* configfs: dir.c fix possible recursive lockingJoonwoo Park2008-01-251-2/+3
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-2/+3
* configfs: config item dependancies.Joel Becker2007-07-101-0/+244
* configfs: accessing item hierarchy during rmdir(2)Joel Becker2007-07-101-1/+28
* configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-101-8/+8
* configfs: add missing mutex_unlock()Joel Becker2007-03-141-15/+12
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-5/+5
* configfs: make configfs_dirent_exists() staticAdrian Bunk2006-12-011-2/+2
* configfs: mutex_lock_nested() fixMark Fasheh2006-12-011-2/+3
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* configfs: Prevent duplicate subsystem names.Joel Becker2006-09-201-2/+30
* configfs: Clear up a few extra spaces where there should be TABs.Joel Becker2006-06-291-3/+3
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-4/+2
* configfs: configfs_mkdir() failed to cleanup linkage.Joel Becker2006-05-171-32/+72
* configfs: Fix a reference leak in configfs_mkdir().Joel Becker2006-05-171-11/+26