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 년 전 |
Greg Harm
|
3c6fe77017
ext4: Don't normalize an falloc request if it can fit in 1 extent.
|
13 년 전 |
Tao Ma
|
0edeb71dc9
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
|
13 년 전 |
Yongqiang Yang
|
e7b319e397
ext4: trace punch_hole correctly in ext4_ext_map_blocks
|
13 년 전 |
Yongqiang Yang
|
02dc62fba8
ext4: clean up AGGRESSIVE_TEST code
|
13 년 전 |
Yongqiang Yang
|
81fdbb4a8d
ext4: move variables to their scope
|
13 년 전 |
Eric Gouriou
|
80e675f906
ext4: optimize memmmove lengths in extent/index insertions
|
13 년 전 |
Eric Gouriou
|
6f91bc5fda
ext4: optimize ext4_ext_convert_to_initialized()
|
13 년 전 |
Tao Ma
|
b3ff056908
ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state
|
13 년 전 |
Curt Wohlgemuth
|
6f8ff53726
ext4: handle NULL p_ext in ext4_ext_next_allocated_block()
|
13 년 전 |
Dan Carpenter
|
f85b287a01
ext4: error handling fix in ext4_ext_convert_to_initialized()
|
13 년 전 |
Dmitry Monakhov
|
a4e5d88b1b
ext4: update EOFBLOCKS flag on fallocate properly
|
13 년 전 |
Dmitry Monakhov
|
750c9c47a5
ext4: remove messy logic from ext4_ext_rm_leaf
|
13 년 전 |
Dmitry Monakhov
|
1939dd84b3
ext4: cleanup ext4_ext_grow_indepth code
|
13 년 전 |
H Hartley Sweeten
|
ee90d57e20
ext4: quiet sparse noise about plain integer as NULL pointer
|
13 년 전 |