Miklos Szeredi
|
dfeef68862
vfs: remove ".readlink = generic_readlink" assignments
|
8 years ago |
Vladimir Davydov
|
5d097056c9
kmemcg: account certain kmem allocations to memcg
|
9 years ago |
Al Viro
|
fceef393a5
switch ->get_link() to delayed_call, kill ->put_link()
|
9 years ago |
Al Viro
|
6b2553918d
replace ->follow_link() with new method that could stay in RCU mode
|
9 years ago |
Al Viro
|
21fc61c73c
don't put symlink bodies in pagecache into highmem
|
9 years ago |
Al Viro
|
0ebf7f10d6
fix sysvfs symlinks
|
9 years ago |
Al Viro
|
2e03f3ea7a
sysv: switch to simple_follow_link()
|
10 years ago |
Linus Torvalds
|
24e7ea3bea
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
11 years ago |
Johannes Weiner
|
91b0abe36a
mm + fs: store shadow entries in page cache
|
11 years ago |
Theodore Ts'o
|
02b9984d64
fs: push sync_filesystem() down to the file system's remount_fs()
|
11 years ago |
Marco Stornelli
|
c07cb01c45
sysv: drop lock/unlock super
|
13 years ago |
Linus Torvalds
|
aab174f0df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Kirill A. Shutemov
|
8c0a853770
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
|
13 years ago |
Eric W. Biederman
|
a726ecce75
userns: Convert the sysv filesystem to use kuid/kgid where appropriate
|
13 years ago |
Artem Bityutskiy
|
9d46be294d
fs/sysv: stop using write_super and s_dirt
|
13 years ago |
Artem Bityutskiy
|
eee458936b
fs/sysv: remove another useless write_super call
|
13 years ago |
Artem Bityutskiy
|
a4d05d315a
fs/sysv: remove useless write_super call
|
13 years ago |
Jan Kara
|
dbd5768f87
vfs: Rename end_writeback() to clear_inode()
|
13 years ago |
Al Viro
|
6b520e0565
vfs: fix the stupidity with i_dentry in inode destructors
|
13 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
Nick Piggin
|
fa0d7e3de6
fs: icache RCU free inodes
|
14 years ago |
Artem Bityutskiy
|
719f2c879f
sysv: do not mark superblock dirty on remount
|
15 years ago |
Al Viro
|
d299eadc09
switch sysv to ->evict_inode()
|
15 years ago |
Al Viro
|
4c9002de32
fix fs/sysv s_dirt handling
|
15 years ago |
Christoph Hellwig
|
a9185b41a4
pass writeback_control to ->write_inode
|
15 years ago |
Al Viro
|
5ac3455a84
get rid of BKL in fs/sysv
|
16 years ago |
Christoph Hellwig
|
ad43ffdeea
sysv: add ->sync_fs
|
16 years ago |
Al Viro
|
05459ca81a
repair sysv_write_inode(), switch sysv to simple_fsync()
|
16 years ago |
Christoph Hellwig
|
ebc1ac1645
->write_super lock_super pushdown
|
16 years ago |
Al Viro
|
bbd6851a32
Push lock_super() into the ->remount_fs() of filesystems that care about it
|
16 years ago |