aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang2011-12-211-0/+12
* ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang2011-11-111-1/+17
* ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2011-08-291-2/+4
* 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