Dmitry Monakhov
|
c278531d39
ext4: fix ext4_flush_completed_IO wait semantics
|
12 years ago |
Dmitry Monakhov
|
6f2080e644
ext4: fix ext_remove_space for punch_hole case
|
12 years ago |
Dmitry Monakhov
|
02d262dffc
ext4: punch_hole should wait for DIO writers
|
12 years ago |
Dmitry Monakhov
|
28a535f9a0
ext4: completed_io locking cleanup
|
12 years ago |
Dmitry Monakhov
|
82e5422911
ext4: fix unwritten counter leakage
|
12 years ago |
Dmitry Monakhov
|
f45ee3a1ea
ext4: ext4_inode_info diet
|
12 years ago |
Wei Yongjun
|
ba39ebb614
ext4: convert to use leXX_add_cpu()
|
12 years ago |
Lukas Czerner
|
63fedaf1c2
ext4: remove unused function ext4_ext_check_cache
|
12 years ago |
Andrey Sidorov
|
18888cf088
ext4: speed up truncate/unlink by not using bforget() unless needed
|
12 years ago |
Wang Sheng-Hui
|
30cb27d661
ext4: fix trivial typo in comment
|
13 years ago |
Ashish Sangwan
|
e3d2e433e3
ext4: no need to add inode to orphan list during hole punch
|
13 years ago |
Zheng Liu
|
67a5da564f
ext4: make the zero-out chunk size tunable
|
13 years ago |
Theodore Ts'o
|
ecb94f5fdf
ext4: collapse a single extent tree block into the inode if possible
|
13 years ago |
Theodore Ts'o
|
89a4e48f84
ext4: fix kernel BUG on large-scale rm -rf commands
|
13 years ago |
Ashish Sangwan
|
968dee7722
ext4: fix hole punch failure when depth is greater than 0
|
13 years ago |
HaiboLiu
|
e7bcf82304
ext4: fix out-of-date comments in extents.c
|
13 years ago |
Zheng Liu
|
f4e95b3316
ext4: honor O_(D)SYNC semantic in ext4_fallocate()
|
13 years ago |
Hugh Dickins
|
5e44f8c374
ext4: hole-punch use truncate_pagecache_range
|
13 years ago |
Zheng Liu
|
4a3c3a5120
ext4: fix format flag in ext4_ext_binsearch_idx()
|
13 years ago |
Darrick J. Wong
|
7ac5990d5a
ext4: verify and calculate checksums for extent tree blocks
|
13 years ago |
Darrick J. Wong
|
f84891289e
ext4: create a new BH_Verified flag to avoid unnecessary metadata validation
|
13 years ago |
Linus Torvalds
|
592fe89806
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
13 years ago |
Theodore Ts'o
|
9cd70b347e
ext4: address scalability issue by removing extent cache statistics
|
13 years ago |
Al Viro
|
af1584f570
ext4: fix endianness breakage in ext4_split_extent_at()
|
13 years ago |
Lukas Czerner
|
afcff5d80a
ext4: remove restrictive checks for EOFBLOCKS_FL
|
13 years ago |
Theodore Ts'o
|
92b9781658
ext4: change some printk() calls to use ext4_msg() instead
|
13 years ago |
Lukas Czerner
|
dc1841d6cf
ext4: give more helpful error message in ext4_ext_rm_leaf()
|
13 years ago |
Lukas Czerner
|
7877191c28
ext4: remove unused code from ext4_ext_map_blocks()
|
13 years ago |
Lukas Czerner
|
5f95d21fb6
ext4: rewrite punch hole to use ext4_ext_remove_space()
|
13 years ago |
Theodore Ts'o
|
31d4f3a2f3
ext4: check for zero length extent
|
13 years ago |