aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix zeroing of page during writebackJan Kara2014-07-111-12/+12
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-05-181-2/+3
* ext4: fix possible use-after-free with AIOJan Kara2013-03-061-5/+4
* ext4: fix race between sync and completed io workJeff Moyer2012-04-021-2/+7
* ext4: fix race between unwritten extent conversion and truncateJeff Moyer2012-04-021-0/+2
* ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang2011-12-131-0/+12
* ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma2011-10-311-4/+2
* ext4: optimize locking for end_io extent conversionTheodore Ts'o2011-10-311-26/+11
* ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o2011-10-301-11/+4
* ext4: Use correct locking for ext4_end_io_nolock()Tao Ma2011-10-301-3/+11
* ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang2011-08-311-1/+17
* ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2011-08-131-2/+4
* ext4: remove loop around bio_alloc()Theodore Ts'o2011-06-291-5/+1
* ext4: don't set PageUptodate in ext4_end_bio()Curt Wohlgemuth2011-04-301-28/+11
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-03-251-4/+9
|\
| * ext4: optimize ext4_bio_write_page() when no extent conversion is neededTheodore Ts'o2011-02-281-0/+5
| * ext4: don't leave PageWriteback set after memory failureTheodore Ts'o2011-02-271-2/+2
| * ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-211-2/+2
* | block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1
|/
* ext4: serialize unaligned asynchronous DIOEric Sandeen2011-02-121-12/+13
* ext4: Fix data corruption with multi-block writepages supportCurt Wohlgemuth2011-02-071-5/+6
* ext4: test the correct variable in ext4_init_pageio()Dan Carpenter2011-01-101-1/+1
* ext4: use kmem_cache_zalloc() in ext4_init_io_end()Jesper Juhl2010-12-191-4/+1
* ext4: fix setting random pages PageUptodateMarkus Trippelsdorf2010-11-171-2/+2
* ext4: fix potential race when freeing ext4_io_page structuresTheodore Ts'o2010-11-081-23/+15
* ext4: handle writeback of inodes which are being freedTheodore Ts'o2010-11-081-25/+34
* ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o2010-10-271-2/+2
* ext4: use bio layer instead of buffer layer in mpage_da_submit_ioTheodore Ts'o2010-10-271-0/+430