Mel Gorman
|
62c230bc17
mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages
|
13 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 years ago |
Al Viro
|
30d9049474
kill struct opendata
|
13 years ago |
Al Viro
|
d95852777b
make ->atomic_open() return int
|
13 years ago |
Al Viro
|
47237687d7
->atomic_open() prototype change - pass int * instead of bool *
|
13 years ago |
Miklos Szeredi
|
d18e9008c3
vfs: add i_op->atomic_open()
|
13 years ago |
Linus Torvalds
|
1193755ac6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Josef Bacik
|
c3b2da3148
fs: introduce inode operation ->update_time
|
13 years ago |
Hugh Dickins
|
17cf28afea
mm/fs: remove truncate_range
|
13 years ago |
Al Viro
|
b1349f2536
typo fix in Documentation/filesystems/vfs.txt
|
13 years ago |
Masanari Iida
|
40e47125e6
Documentation: Fix multiple typo in Documentation
|
13 years ago |
Al Viro
|
34c80b1d93
vfs: switch ->show_options() to struct dentry *
|
13 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Paul Bolle
|
395cf9691d
doc: fix broken references
|
14 years ago |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 years ago |
Josef Bacik
|
02c24a8218
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
|
14 years ago |
Dave Chinner
|
8ab47664d5
vfs: increase shrinker batch size
|
14 years ago |
Dave Chinner
|
0e1fdafd93
superblock: add filesystem shrinker operations
|
14 years ago |
Al Viro
|
10556cb21a
->permission() sanitizing: don't pass flags to ->permission()
|
14 years ago |
Al Viro
|
7e40145eb1
->permission() sanitizing: don't pass flags to ->check_acl()
|
14 years ago |
Christoph Hellwig
|
aa38572954
fs: pass exact type of data dirties to ->dirty_inode
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Dave Chinner
|
f283c86afe
fs: remove inode_lock from iput_final and prune_icache
|
14 years ago |
Al Viro
|
1aed3e4204
lose 'mounting_here' argument in ->d_manage()
|
14 years ago |
Al Viro
|
1a102ff925
vfs: bury ->get_sb()
|
14 years ago |
David Howells
|
ea5b778a8b
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
|
14 years ago |