Theodore Ts'o
|
19b5ef6157
ext4: add mutex_is_locked() assertion to ext4_truncate()
|
12 years ago |
Theodore Ts'o
|
819c4920b7
ext4: refactor truncate code
|
12 years ago |
Theodore Ts'o
|
26a4c0c6cc
ext4: refactor punch hole code
|
12 years ago |
Zheng Liu
|
eed4333f08
ext4: fold ext4_generic_write_end() into ext4_write_end()
|
12 years ago |
Theodore Ts'o
|
74d553aad7
ext4: collapse handling of data=ordered and data=writeback codepaths
|
12 years ago |
Linus Torvalds
|
d3c926264a
Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
12 years ago |
Theodore Ts'o
|
2b405bfa84
ext4: fix data=journal fast mount/umount hang
|
12 years ago |
Theodore Ts'o
|
1ada47d946
ext4: fix ext4_evict_inode() racing against workqueue processing code
|
12 years ago |
Lukas Czerner
|
386ad67c9a
ext4: reserve metadata block for every delayed write
|
12 years ago |
Lukas Czerner
|
bb8b20ed94
ext4: do not use yield()
|
12 years ago |
Jan Kara
|
e1c36595be
ext4: fix WARN_ON from ext4_releasepage()
|
12 years ago |
Zheng Liu
|
adb2355104
ext4: update extent status tree after an extent is zeroed out
|
12 years ago |
Dmitry Monakhov
|
921f266bc6
ext4: add self-testing infrastructure to do a sanity check
|
12 years ago |
Linus Torvalds
|
de1a2262b0
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
|
12 years ago |
Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Linus Torvalds
|
6515925b82
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Darrick J. Wong
|
1d1d1a7672
mm: only enforce stable page writes if the backing device requires it
|
12 years ago |
Zheng Liu
|
d100eef244
ext4: lookup block mapping in extent status tree
|
12 years ago |
Zheng Liu
|
f7fec032aa
ext4: track all extent status in extent status tree
|
12 years ago |
Zheng Liu
|
a25a4e1a5d
ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag
|
12 years ago |
Zheng Liu
|
fdc0212e86
ext4: add physical block and status member into extent status tree
|
12 years ago |
Theodore Ts'o
|
0f70b40613
ext4: use ERR_PTR() abstraction for ext4_append()
|
12 years ago |
Theodore Ts'o
|
01a523eb51
ext4: add debugging context for warning in ext4_da_update_reserve_space()
|
12 years ago |
Theodore Ts'o
|
8de5c325b4
ext4: use KERN_WARNING for warning messages
|
12 years ago |
Theodore Ts'o
|
47564bfb95
ext4: grab page before starting transaction handle in write_begin()
|
12 years ago |
Theodore Ts'o
|
9924a92a8c
ext4: pass context information to jbd2__journal_start()
|
12 years ago |
Jan Kara
|
091e26dfc1
ext4: fix possible use-after-free with AIO
|
12 years ago |
Jan Kara
|
fe386132f6
ext4: fix ext4_writepage() to achieve data=ordered guarantees
|
12 years ago |
Jan Kara
|
b6a8e62f8b
ext4: simplify mpage_add_bh_to_extent()
|
12 years ago |