David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 years ago |
David Howells
|
6683de3886
configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode
|
10 years ago |
Al Viro
|
1cf97d0d3a
configfs: fold create_dir() into its only caller
|
10 years ago |
Al Viro
|
c88b1e70ae
configfs: configfs_create() init callback is never NULL and it never fails
|
10 years ago |
Al Viro
|
a455589f18
assorted conversions to %p[dD]
|
11 years ago |
Fabian Frederick
|
1d88aa441f
fs/configfs: use pr_fmt
|
11 years ago |
Fabian Frederick
|
c668693133
fs/configfs: convert printk to pr_foo()
|
11 years ago |
Junxiao Bi
|
76ae281f63
configfs: fix race between dentry put and lookup
|
11 years ago |
Al Viro
|
b26d4cd385
consolidate simple ->d_delete() instances
|
12 years ago |
Linus Torvalds
|
41d9884c44
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
ec193cf5af
configfs: don't open-code d_alloc_name()
|
12 years ago |
Linus Torvalds
|
c75e24752c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
52018855e6
[readdir] convert configfs
|
12 years ago |
Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Wei Yongjun
|
49deb4bc22
configfs: move the dereference below the NULL test
|
12 years ago |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
2a152ad3a5
make configfs_pin_fs() return root dentry on success
|
13 years ago |
Al Viro
|
0dd6c08a00
configfs: configfs_create_dir() has parent dentry in dentry->d_parent
|
13 years ago |
Al Viro
|
b7c177fcd2
configfs: kill configfs_sb
|
13 years ago |
Al Viro
|
81d44ed159
configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root
|
13 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Al Viro
|
c972b4bc83
vfs: live vfsmounts never have NULL ->mnt_sb
|
13 years ago |
Al Viro
|
4c1d5a64f1
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
|
13 years ago |
Sage Weil
|
98702467f8
configfs: remove unnecessary dentry_unhash on rmdir, dir rename
|
14 years ago |
Linus Torvalds
|
32e51f141f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
14 years ago |
Sage Weil
|
79bf7c732b
vfs: push dentry_unhash on rmdir into file systems
|
14 years ago |
Joel Becker
|
24307aa1e7
configfs: Fix race between configfs_readdir() and configfs_d_iput()
|
14 years ago |
Joel Becker
|
df7f99670a
configfs: Don't try to d_delete() negative dentries.
|
14 years ago |