summaryrefslogtreecommitdiff
path: root/fs/configfs/dir.c
Commit message (Expand)AuthorAge
* configfs_readdir(): make safe under shared lockAl Viro2016-05-09
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-19
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-14
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-06
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-20
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-20
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-20
| * fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-20
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-20
* | configfs: implement binary attributesPantelis Antoniou2016-01-04
|/
* configfs: allow dynamic group creationDaniel Baluta2015-11-20
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells2015-04-15
* configfs: fold create_dir() into its only callerAl Viro2015-02-17
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-17
* assorted conversions to %p[dD]Al Viro2014-11-19
* fs/configfs: use pr_fmtFabian Frederick2014-06-04
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-04
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-21
* consolidate simple ->d_delete() instancesAl Viro2013-11-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-14
|\
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-09
|/
* [readdir] convert configfsAl Viro2013-06-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | configfs: move the dereference below the NULL testWei Yongjun2013-02-21
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-20
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-20
* configfs: kill configfs_sbAl Viro2012-03-20
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-20
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-03
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-03
* 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
* switch configfsAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick 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
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-15