David Howells
|
a528d35e8b
statx: Add a system call to make enhanced file info available
|
8 lat temu |
Miklos Szeredi
|
dfeef68862
vfs: remove ".readlink = generic_readlink" assignments
|
8 lat temu |
Linus Torvalds
|
101105b171
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 lat temu |
Al Viro
|
3873691e5a
Merge remote-tracking branch 'ovl/rename2' into for-linus
|
8 lat temu |
Deepa Dinamani
|
078cd8279e
fs: Replace CURRENT_TIME with current_time() for inode timestamps
|
9 lat temu |
Miklos Szeredi
|
2773bf00ae
fs: rename "rename2" i_op to "rename"
|
8 lat temu |
Miklos Szeredi
|
1cd66c93ba
fs: make remaining filesystems use .rename2
|
8 lat temu |
Jan Kara
|
31051c85b5
fs: Give dentry to inode_change_ok() instead of inode
|
9 lat temu |
Al Viro
|
7d50a29fe4
9p: use clone_fid()
|
9 lat temu |
Al Viro
|
797fc16d8f
9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"
|
9 lat temu |
Linus Torvalds
|
6784725ab0
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 lat temu |
Al Viro
|
00699ad857
Use the right predicate in ->atomic_open() instances
|
9 lat temu |
Al Viro
|
77d5a6b7d9
9p: new helper - v9fs_parent_fid()
|
9 lat temu |
Al Viro
|
fc64005c93
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
|
9 lat temu |
Linus Torvalds
|
33caf82acf
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 lat temu |
Linus Torvalds
|
32fb378437
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 lat temu |
Sasha Levin
|
8f5fed1e91
fs/9p: use fscache mutex rather than spinlock
|
9 lat temu |
Al Viro
|
fceef393a5
switch ->get_link() to delayed_call, kill ->put_link()
|
9 lat temu |
Al Viro
|
6b2553918d
replace ->follow_link() with new method that could stay in RCU mode
|
9 lat temu |
Al Viro
|
4ad7862844
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
|
9 lat temu |
Yaowei Bai
|
349c7037b1
fs/9p: remove unnecessary new_valid_dev() checks
|
9 lat temu |
Al Viro
|
0a73d0a204
9p: don't leave a half-initialized inode sitting around
|
10 lat temu |
Al Viro
|
89076bc319
get rid of assorted nameidata-related debris
|
10 lat temu |
Al Viro
|
6e77137b36
don't pass nameidata to ->follow_link()
|
10 lat temu |
Al Viro
|
680baacbca
new ->follow_link() and ->put_link() calling conventions
|
10 lat temu |
Al Viro
|
90e4fc8890
9p: don't bother with __getname() in ->follow_link()
|
10 lat temu |
Al Viro
|
b46c267e47
9p: don't bother with 4K allocation for 24-byte local array...
|
10 lat temu |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 lat temu |
David Howells
|
e36cb0b89c
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
|
10 lat temu |
Al Viro
|
41d28bca2d
switch d_materialise_unique() users to d_splice_alias()
|
10 lat temu |