Utako Kusaka
|
29ae07b702
ext4: Fix overflow caused by missing cast in ext4_fallocate()
|
14 年之前 |
Robin Dong
|
0e1147b001
ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole
|
14 年之前 |
Robin Dong
|
b7ca1e8ec5
ext4: correct comment for ext4_ext_check_cache
|
14 年之前 |
Robin Dong
|
0737964bc9
ext4: correct the debug message in ext4_ext_insert_extent
|
14 年之前 |
Robin Dong
|
5718789da5
ext4: remove unused argument in ext4_ext_next_leaf_block
|
14 年之前 |
Robin Dong
|
d46203159e
ext4: avoid eh_entries overflow before insert extent_idx
|
14 年之前 |
Robin Dong
|
015861badd
ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
|
14 年之前 |
Allison Henderson
|
c6a0371cbe
ext4: remove unneeded parameter to ext4_ext_remove_space()
|
14 年之前 |
Allison Henderson
|
f7d0d3797f
ext4: punch hole optimizations: skip un-needed extent lookup
|
14 年之前 |
Robin Dong
|
598dbdf243
ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents
|
14 年之前 |
Robin Dong
|
ffb505ff0f
ext4: remove redundant goto in ext4_ext_insert_extent()
|
14 年之前 |
Jiaying Zhang
|
575a1d4bdf
ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails
|
14 年之前 |
Maxim Patlasov
|
7132de744b
ext4: fix i_blocks/quota accounting when extent insertion fails
|
14 年之前 |
Yongqiang Yang
|
9331b62610
ext4: quiet 'unused variables' compile warnings
|
14 年之前 |
Eric Sandeen
|
f86186b44b
ext4: refactor duplicated block placement code
|
14 年之前 |
Robin Dong
|
ed7a7e1672
ext4: fix incorrect error msg in ext4_ext_insert_index
|
14 年之前 |
Lukas Czerner
|
c03f8aa9ab
ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap
|
14 年之前 |
Lukas Czerner
|
f17722f917
ext4: Fix max file size and logical block counting of extent format file
|
14 年之前 |
Yongqiang Yang
|
1b16da77f9
ext4: teach ext4_ext_split to calculate extents efficiently
|
14 年之前 |
Vivek Haldar
|
556b27abf7
ext4: do not normalize block requests from fallocate()
|
14 年之前 |
Allison Henderson
|
a4bb6b64e3
ext4: enable "punch hole" functionality
|
14 年之前 |
Allison Henderson
|
e861304b8e
ext4: add "punch hole" flag to ext4_map_blocks()
|
14 年之前 |
Allison Henderson
|
d583fb87a3
ext4: punch out extents
|
14 年之前 |
Allison Henderson
|
55f020db66
ext4: add flag to ext4_has_free_blocks
|
14 年之前 |
Yongqiang Yang
|
b221349fa8
ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly
|
14 年之前 |
Eric Gouriou
|
f6d2f6b327
ext4: fix unbalanced up_write() in ext4_ext_truncate() error path
|
14 年之前 |
Vivek Haldar
|
77f4135f2a
ext4: count hits/misses of extent cache and expose in sysfs
|
14 年之前 |
Yongqiang Yang
|
93917411be
ext4: make ext4_split_extent() handle error correctly
|
14 年之前 |
Allison Henderson
|
9b940f8e8c
ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing
|
14 年之前 |
Yongqiang Yang
|
667eff35a1
ext4: reimplement convert and split_unwritten
|
14 年之前 |