summaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* configfs_readdir(): make safe under shared lockAl Viro2016-05-091-13/+7
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-021-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-7/+2
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-141-7/+2
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-24/+20
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-29/+29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-29/+121
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-201-0/+73
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-201-12/+21
| * fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-201-15/+26
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-201-2/+1
* | configfs: implement binary attributesPantelis Antoniou2016-01-041-1/+17
|/
* configfs: allow dynamic group creationDaniel Baluta2015-11-201-0/+110
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-35/+35
* configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells2015-04-151-1/+1
* configfs: fold create_dir() into its only callerAl Viro2015-02-171-34/+29
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-171-6/+3
* assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-041-2/+2
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-041-4/+4
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-211-2/+14
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-11/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-11/+2
|\
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-091-1/+1
|/
* [readdir] convert configfsAl Viro2013-06-291-70/+52
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | configfs: move the dereference below the NULL testWei Yongjun2013-02-211-2/+3
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-201-8/+6
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-201-15/+5
* configfs: kill configfs_sbAl Viro2012-03-201-12/+17
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-201-8/+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: 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
OpenPOWER on IntegriCloud