Matthew Wilcox
|
9c3ce9ec58
ext2: get rid of most mentions of XIP in ext2
|
10 years ago |
Matthew Wilcox
|
6cd176a51e
vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
|
10 years ago |
Matthew Wilcox
|
f7ca90b160
dax,ext2: replace the XIP page fault handler with the DAX page fault handler
|
10 years ago |
Matthew Wilcox
|
d475c6346a
dax,ext2: replace XIP read and write with DAX I/O
|
10 years ago |
Al Viro
|
8d0207652c
->splice_write() via ->write_iter()
|
11 years ago |
Al Viro
|
8174202b34
write_iter variants of {__,}generic_file_aio_write()
|
11 years ago |
Al Viro
|
aad4f8bb42
switch simple generic_file_aio_read() users to ->read_iter()
|
11 years ago |
Christoph Hellwig
|
64e178a711
ext2/3/4: use generic posix ACL infrastructure
|
11 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 |
npiggin@suse.de
|
737f2e93b9
ext2: convert to use the new truncate convention.
|
15 years ago |
Christoph Hellwig
|
1b061d9247
rename the generic fsync implementations
|
15 years ago |
Christoph Hellwig
|
7ea8085910
drop unused dentry argument to ->fsync
|
15 years ago |
Christoph Hellwig
|
871a293155
dquot: cleanup dquot initialize routine
|
15 years ago |
Christoph Hellwig
|
907f4554e2
dquot: move dquot initialization responsibility into the filesystem
|
15 years ago |
Jan Kara
|
48bde86df0
ext2: report metadata errors during fsync
|
15 years ago |
Linus Torvalds
|
1d5ccd1c42
ext[234]: move over to 'check_acl' permission model
|
16 years ago |
Al Viro
|
e1740a462e
switch ext2 to simple_fsync()
|
16 years ago |
Josef Bacik
|
68c9d702bb
generic block based fiemap implementation
|
17 years ago |
Andi Kleen
|
14f9f7b28e
BKL-removal: convert ext2 over to use unlocked_ioctl
|
17 years ago |
Martin J. Bligh
|
a686cd898b
ext2 reservations
|
18 years ago |
Jan Kara
|
a6739af8b9
ext2: fix a comment when ext2_release_file() is called
|
18 years ago |
Carsten Otte
|
d054fe3d10
xip sendfile removal
|
18 years ago |
Jens Axboe
|
5ffc4ef45b
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
|
18 years ago |
Arjan van de Ven
|
754661f143
[PATCH] mark struct inode_operations const 1
|
18 years ago |
Badari Pulavarty
|
543ade1fc9
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
|
19 years ago |
Badari Pulavarty
|
ee0b3e671b
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
|
19 years ago |
David Howells
|
e322ff07fb
[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6]
|
19 years ago |
Jens Axboe
|
5274f052e7
[PATCH] Introduce sys_splice() system call
|
19 years ago |
Arjan van de Ven
|
4b6f5d20b0
[PATCH] Make most file operations structs in fs/ const
|
19 years ago |