aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09configfs_readdir(): make safe under shared lockGravatar Al Viro 1-13/+7
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayGravatar Al Viro 1-8/+9
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+2
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesGravatar Al Viro 1-7/+2
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-24/+20
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-29/+29
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-29/+121
2016-01-04configfs: implement binary attributesGravatar Pantelis Antoniou 1-1/+17
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Gravatar Krzysztof Opasiak 1-0/+73
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Gravatar Krzysztof Opasiak 1-12/+21
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Gravatar Krzysztof Opasiak 1-15/+26
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-2/+1
2015-11-20configfs: allow dynamic group creationGravatar Daniel Baluta 1-0/+110
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-35/+35
2015-04-15configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeGravatar David Howells 1-1/+1
2015-02-17configfs: fold create_dir() into its only callerGravatar Al Viro 1-34/+29
2015-02-17configfs: configfs_create() init callback is never NULL and it never failsGravatar Al Viro 1-6/+3
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-1/+1
2014-06-04fs/configfs: use pr_fmtGravatar Fabian Frederick 1-2/+2
2014-06-04fs/configfs: convert printk to pr_foo()Gravatar Fabian Frederick 1-4/+4
2013-11-21configfs: fix race between dentry put and lookupGravatar Junxiao Bi 1-2/+14
2013-11-15consolidate simple ->d_delete() instancesGravatar Al Viro 1-11/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+2
2013-07-14configfs: don't open-code d_alloc_name()Gravatar Al Viro 1-11/+2
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-06-29[readdir] convert configfsGravatar Al Viro 1-70/+52
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-21configfs: move the dereference below the NULL testGravatar Wei Yongjun 1-2/+3
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-03-20make configfs_pin_fs() return root dentry on successGravatar Al Viro 1-8/+6
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentGravatar Al Viro 1-15/+5
2012-03-20configfs: kill configfs_sbGravatar Al Viro 1-12/+17
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootGravatar Al Viro 1-8/+5
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: live vfsmounts never have NULL ->mnt_sbGravatar Al Viro 1-1/+1
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootGravatar Al Viro 1-1/+1
2011-05-28configfs: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-2/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-18configfs: Fix race between configfs_readdir() and configfs_d_iput()Gravatar Joel Becker 1-5/+28
2011-05-18configfs: Don't try to d_delete() negative dentries.Gravatar Joel Becker 1-2/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-12switch configfsGravatar Al Viro 1-5/+1
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-4/+4
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-2/+1
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-1/+1
2011-01-07config fs: avoid switching ->d_op on live dentryGravatar Nick Piggin 1-8/+9
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitGravatar Al Viro 1-0/+4