Linus Torvalds
|
6268b325c3
Revert "ext4: don't release page refs in ext4_end_bio()"
|
13 years ago |
Curt Wohlgemuth
|
b43d17f319
ext4: don't release page refs in ext4_end_bio()
|
13 years ago |
Jeff Moyer
|
491caa4363
ext4: fix race between sync and completed io work
|
13 years ago |
Jeff Moyer
|
266991b138
ext4: fix race between unwritten extent conversion and truncate
|
13 years ago |
Linus Torvalds
|
ac69e09280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
13 years ago |
Paul Gortmaker
|
302bf2f325
ext2/3/4: delete unneeded includes of module.h
|
13 years ago |
Yongqiang Yang
|
5a0dc7365c
ext4: handle EOF correctly in ext4_bio_write_page()
|
13 years ago |
Tao Ma
|
0edeb71dc9
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
|
13 years ago |
Theodore Ts'o
|
b82e384c7b
ext4: optimize locking for end_io extent conversion
|
13 years ago |
Theodore Ts'o
|
4e29802121
ext4: remove unnecessary call to waitqueue_active()
|
13 years ago |
Tao Ma
|
d73d5046a7
ext4: Use correct locking for ext4_end_io_nolock()
|
13 years ago |
Jiaying Zhang
|
8c0bec2151
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
|
13 years ago |
Tao Ma
|
32c80b32c0
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
|
14 years ago |
Theodore Ts'o
|
275d3ba6b4
ext4: remove loop around bio_alloc()
|
14 years ago |
Curt Wohlgemuth
|
39db00f1c4
ext4: don't set PageUptodate in ext4_end_bio()
|
14 years ago |
Linus Torvalds
|
ae005cbed1
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
14 years ago |
Jens Axboe
|
721a9602e6
block: kill off REQ_UNPLUG
|
14 years ago |
Theodore Ts'o
|
b616844310
ext4: optimize ext4_bio_write_page() when no extent conversion is needed
|
14 years ago |
Theodore Ts'o
|
a54aa76108
ext4: don't leave PageWriteback set after memory failure
|
14 years ago |
Peter Huewe
|
7dc576158d
ext4: Fix sparse warning: Using plain integer as NULL pointer
|
14 years ago |
Eric Sandeen
|
e9e3bcecf4
ext4: serialize unaligned asynchronous DIO
|
14 years ago |
Curt Wohlgemuth
|
d50bdd5aa5
ext4: Fix data corruption with multi-block writepages support
|
14 years ago |
Dan Carpenter
|
13195184a8
ext4: test the correct variable in ext4_init_pageio()
|
14 years ago |
Jesper Juhl
|
b17b35ec13
ext4: use kmem_cache_zalloc() in ext4_init_io_end()
|
14 years ago |
Markus Trippelsdorf
|
08da1193d2
ext4: fix setting random pages PageUptodate
|
14 years ago |
Theodore Ts'o
|
83668e7141
ext4: fix potential race when freeing ext4_io_page structures
|
14 years ago |
Theodore Ts'o
|
f7ad6d2e92
ext4: handle writeback of inodes which are being freed
|
14 years ago |
Theodore Ts'o
|
5dabfc78dc
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
|
14 years ago |
Theodore Ts'o
|
bd2d0210cf
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
|
14 years ago |