Ashish Sangwan
|
e3d2e433e3
ext4: no need to add inode to orphan list during hole punch
|
13 년 전 |
Zheng Liu
|
67a5da564f
ext4: make the zero-out chunk size tunable
|
13 년 전 |
Theodore Ts'o
|
ecb94f5fdf
ext4: collapse a single extent tree block into the inode if possible
|
13 년 전 |
Theodore Ts'o
|
89a4e48f84
ext4: fix kernel BUG on large-scale rm -rf commands
|
13 년 전 |
Ashish Sangwan
|
968dee7722
ext4: fix hole punch failure when depth is greater than 0
|
13 년 전 |
HaiboLiu
|
e7bcf82304
ext4: fix out-of-date comments in extents.c
|
13 년 전 |
Zheng Liu
|
f4e95b3316
ext4: honor O_(D)SYNC semantic in ext4_fallocate()
|
13 년 전 |
Hugh Dickins
|
5e44f8c374
ext4: hole-punch use truncate_pagecache_range
|
13 년 전 |
Zheng Liu
|
4a3c3a5120
ext4: fix format flag in ext4_ext_binsearch_idx()
|
13 년 전 |
Darrick J. Wong
|
7ac5990d5a
ext4: verify and calculate checksums for extent tree blocks
|
13 년 전 |
Darrick J. Wong
|
f84891289e
ext4: create a new BH_Verified flag to avoid unnecessary metadata validation
|
13 년 전 |
Linus Torvalds
|
592fe89806
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
13 년 전 |
Theodore Ts'o
|
9cd70b347e
ext4: address scalability issue by removing extent cache statistics
|
13 년 전 |
Al Viro
|
af1584f570
ext4: fix endianness breakage in ext4_split_extent_at()
|
13 년 전 |
Lukas Czerner
|
afcff5d80a
ext4: remove restrictive checks for EOFBLOCKS_FL
|
13 년 전 |
Theodore Ts'o
|
92b9781658
ext4: change some printk() calls to use ext4_msg() instead
|
13 년 전 |
Lukas Czerner
|
dc1841d6cf
ext4: give more helpful error message in ext4_ext_rm_leaf()
|
13 년 전 |
Lukas Czerner
|
7877191c28
ext4: remove unused code from ext4_ext_map_blocks()
|
13 년 전 |
Lukas Czerner
|
5f95d21fb6
ext4: rewrite punch hole to use ext4_ext_remove_space()
|
13 년 전 |
Theodore Ts'o
|
31d4f3a2f3
ext4: check for zero length extent
|
13 년 전 |
Theodore Ts'o
|
ff9cb1c4ee
Merge branch 'for_linus' into for_linus_merged
|
13 년 전 |
Linus Torvalds
|
ac69e09280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
13 년 전 |
Paul Gortmaker
|
302bf2f325
ext2/3/4: delete unneeded includes of module.h
|
13 년 전 |
Zheng Liu
|
88635ca277
ext4: add missing spaces to debugging printk's
|
13 년 전 |
Robin Dong
|
8c48f7e88e
ext4: optimize ext4_find_delalloc_range() in nodelalloc mode
|
13 년 전 |
Curt Wohlgemuth
|
14d7f3efe9
ext4: remove unused local variable
|
13 년 전 |
Yongqiang Yang
|
5b5ffa49d4
ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
|
13 년 전 |
Paul Mackerras
|
b4611abfa9
ext4: Fix crash due to getting bogus eh_depth value on big-endian systems
|
13 년 전 |
Yongqiang Yang
|
bf52c6f7af
ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
|
13 년 전 |
Yongqiang Yang
|
32de675690
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled
|
13 년 전 |