Matthew Wilcox
|
e7b1ea2ad6
ext2: huge page fault support
|
10 lat temu |
Matthew Wilcox
|
c94c2acf84
dax: move DAX-related functions to a new header
|
10 lat temu |
Dave Chinner
|
e842f29039
dax: don't abuse get_block mapping for endio callbacks
|
10 lat temu |
Linus Torvalds
|
eea3a00264
Merge branch 'akpm' (patches from Andrew)
|
10 lat temu |
Boaz Harrosh
|
be64f884be
dax: unify ext2/4_{dax,}_file_operations
|
10 lat temu |
Boaz Harrosh
|
0e3b210ce1
dax: use pfn_mkwrite to update c/mtime + freeze protection
|
10 lat temu |
Al Viro
|
5d5d568975
make new_sync_{read,write}() static
|
10 lat temu |
Matthew Wilcox
|
9c3ce9ec58
ext2: get rid of most mentions of XIP in ext2
|
10 lat temu |
Matthew Wilcox
|
6cd176a51e
vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
|
10 lat temu |
Matthew Wilcox
|
f7ca90b160
dax,ext2: replace the XIP page fault handler with the DAX page fault handler
|
10 lat temu |
Matthew Wilcox
|
d475c6346a
dax,ext2: replace XIP read and write with DAX I/O
|
10 lat temu |
Al Viro
|
8d0207652c
->splice_write() via ->write_iter()
|
11 lat temu |
Al Viro
|
8174202b34
write_iter variants of {__,}generic_file_aio_write()
|
11 lat temu |
Al Viro
|
aad4f8bb42
switch simple generic_file_aio_read() users to ->read_iter()
|
11 lat temu |
Christoph Hellwig
|
64e178a711
ext2/3/4: use generic posix ACL infrastructure
|
11 lat temu |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 lat temu |
Josef Bacik
|
02c24a8218
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
|
14 lat temu |
npiggin@suse.de
|
737f2e93b9
ext2: convert to use the new truncate convention.
|
15 lat temu |
Christoph Hellwig
|
1b061d9247
rename the generic fsync implementations
|
15 lat temu |
Christoph Hellwig
|
7ea8085910
drop unused dentry argument to ->fsync
|
15 lat temu |
Christoph Hellwig
|
871a293155
dquot: cleanup dquot initialize routine
|
15 lat temu |
Christoph Hellwig
|
907f4554e2
dquot: move dquot initialization responsibility into the filesystem
|
15 lat temu |
Jan Kara
|
48bde86df0
ext2: report metadata errors during fsync
|
15 lat temu |
Linus Torvalds
|
1d5ccd1c42
ext[234]: move over to 'check_acl' permission model
|
16 lat temu |
Al Viro
|
e1740a462e
switch ext2 to simple_fsync()
|
16 lat temu |
Josef Bacik
|
68c9d702bb
generic block based fiemap implementation
|
17 lat temu |
Andi Kleen
|
14f9f7b28e
BKL-removal: convert ext2 over to use unlocked_ioctl
|
17 lat temu |
Martin J. Bligh
|
a686cd898b
ext2 reservations
|
18 lat temu |
Jan Kara
|
a6739af8b9
ext2: fix a comment when ext2_release_file() is called
|
18 lat temu |
Carsten Otte
|
d054fe3d10
xip sendfile removal
|
18 lat temu |