aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds1-4/+3
2012-03-05ext4: don't release page refs in ext4_end_bio()Curt Wohlgemuth1-3/+4
2012-03-05ext4: fix race between sync and completed io workJeff Moyer1-2/+7
2012-02-20ext4: fix race between unwritten extent conversion and truncateJeff Moyer1-0/+2
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+0
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-1/+0
2011-12-13ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang1-0/+12
2011-10-31ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma1-4/+2
2011-10-31ext4: optimize locking for end_io extent conversionTheodore Ts'o1-26/+11
2011-10-30ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o1-11/+4
2011-10-30ext4: Use correct locking for ext4_end_io_nolock()Tao Ma1-3/+11
2011-08-31ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang1-1/+17
2011-08-13ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma1-2/+4
2011-06-29ext4: remove loop around bio_alloc()Theodore Ts'o1-5/+1
2011-04-30ext4: don't set PageUptodate in ext4_end_bio()Curt Wohlgemuth1-28/+11
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+9
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-2/+1
2011-02-28ext4: optimize ext4_bio_write_page() when no extent conversion is neededTheodore Ts'o1-0/+5
2011-02-27ext4: don't leave PageWriteback set after memory failureTheodore Ts'o1-2/+2
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe1-2/+2
2011-02-12ext4: serialize unaligned asynchronous DIOEric Sandeen1-12/+13
2011-02-07ext4: Fix data corruption with multi-block writepages supportCurt Wohlgemuth1-5/+6
2011-01-10ext4: test the correct variable in ext4_init_pageio()Dan Carpenter1-1/+1
2010-12-19ext4: use kmem_cache_zalloc() in ext4_init_io_end()Jesper Juhl1-4/+1
2010-11-17ext4: fix setting random pages PageUptodateMarkus Trippelsdorf1-2/+2
2010-11-08ext4: fix potential race when freeing ext4_io_page structuresTheodore Ts'o1-23/+15
2010-11-08ext4: handle writeback of inodes which are being freedTheodore Ts'o1-25/+34
2010-10-27ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o1-2/+2
2010-10-27ext4: use bio layer instead of buffer layer in mpage_da_submit_ioTheodore Ts'o1-0/+430