aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/page-io.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-12ext4: serialize unaligned asynchronous DIOGravatar Eric Sandeen 1-12/+13
2011-02-07ext4: Fix data corruption with multi-block writepages supportGravatar Curt Wohlgemuth 1-5/+6
2011-01-10ext4: test the correct variable in ext4_init_pageio()Gravatar Dan Carpenter 1-1/+1
2010-12-19ext4: use kmem_cache_zalloc() in ext4_init_io_end()Gravatar Jesper Juhl 1-4/+1
2010-11-17ext4: fix setting random pages PageUptodateGravatar Markus Trippelsdorf 1-2/+2
2010-11-08ext4: fix potential race when freeing ext4_io_page structuresGravatar Theodore Ts'o 1-23/+15
2010-11-08ext4: handle writeback of inodes which are being freedGravatar Theodore Ts'o 1-25/+34
2010-10-27ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Gravatar Theodore Ts'o 1-2/+2
2010-10-27ext4: use bio layer instead of buffer layer in mpage_da_submit_ioGravatar Theodore Ts'o 1-0/+430