Dmitry Monakhov
|
17335dcc47
ext4: serialize dio nonlocked reads with defrag workers
|
12 years ago |
Wei Yongjun
|
ba39ebb614
ext4: convert to use leXX_add_cpu()
|
12 years ago |
Wang Sheng-Hui
|
cbb4ee830e
ext4: remove redundant offset check in mext_check_arguments()
|
12 years ago |
Dmitry Monakhov
|
8c85447391
ext4: reimplement uninit extent optimization for move_extent_per_page()
|
12 years ago |
Dmitry Monakhov
|
bb55748805
ext4: clean up online defrag bugs in move_extent_per_page()
|
12 years ago |
Dmitry Monakhov
|
f066055a34
ext4: online defrag is not supported for journaled files
|
12 years ago |
Dmitry Monakhov
|
03bd8b9b89
ext4: move_extent code cleanup
|
12 years ago |
Aditya Kali
|
d8990240d8
ext4: add some tracepoints in ext4/extents.c
|
14 years ago |
Lukas Czerner
|
f17722f917
ext4: Fix max file size and logical block counting of extent format file
|
14 years ago |
Darrick J. Wong
|
7cb1a5351d
ext4: clean up some wait_on_page_writeback calls
|
14 years ago |
Theodore Ts'o
|
bf89d16f6e
ext4: rename {ext,idx}_pblock and inline small extent functions
|
14 years ago |
Theodore Ts'o
|
c398eda0e4
ext4: Pass line numbers to ext4_error() and friends
|
15 years ago |
Theodore Ts'o
|
1f5a81e41f
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files
|
15 years ago |
Dmitry Monakhov
|
12e9b89200
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
|
15 years ago |
Theodore Ts'o
|
24676da469
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
|
15 years ago |
Steven Liu
|
c26d0bad3d
ext4: Fix coding style in fs/ext4/move_extent.c
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Akira Fujita
|
c437b27335
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
|
15 years ago |
Akira Fujita
|
7247c0caa2
ext4: Fix the NULL reference in double_down_write_data_sem()
|
15 years ago |
Akira Fujita
|
5fd5249aa3
ext4: Fix insertion point of extent in mext_insert_across_blocks()
|
15 years ago |
Eric Sandeen
|
12062dddda
ext4: move __func__ into a macro for ext4_warning, ext4_error
|
15 years ago |
Akira Fujita
|
4a58579b9e
ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
|
15 years ago |
Akira Fujita
|
ac48b0a1d0
ext4: move_extent_per_page() cleanup
|
15 years ago |
Kazuya Mio
|
446aaa6e7e
ext4: initialize moved_len before calling ext4_move_extents()
|
15 years ago |
Akira Fujita
|
94d7c16cbb
ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
|
15 years ago |
Akira Fujita
|
92c28159dc
ext4: fix spelling typos in move_extent.c
|
15 years ago |
Akira Fujita
|
49bd22bc4d
ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
|
15 years ago |
Akira Fujita
|
fc04cb49a8
ext4: fix lock order problem in ext4_move_extents()
|
15 years ago |
Akira Fujita
|
f868a48d06
ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
|
15 years ago |
Theodore Ts'o
|
f3ce8064b3
ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
|
15 years ago |