summaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-7/+6
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-7/+6
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-3/+3
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
|/
* ext4: remove unnecessary bio get/putJens Axboe2016-05-051-2/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-1/+13
|\
| * ext4 crypto: fix some error handlingDan Carpenter2016-04-021-1/+1
| * ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-261-1/+13
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-10/+0
|\
| * ext4: Fix data exposure after failed AIO DIOJan Kara2016-02-291-10/+0
* | ext4: remove i_ioend_countJan Kara2016-03-081-4/+0
|/
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-3/+2
* ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-021-1/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-2/+6
|\
| * ext4: implement cgroup writeback supportTejun Heo2015-07-211-0/+2
| * ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-211-2/+4
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-9/+6
|/
* Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-1/+0
* | ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o2015-05-311-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-191-7/+40
|\
| * ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-121-5/+40
| * ext4: remove unused header filesSheng Yong2015-04-021-2/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-15/+17
|\
| * ext4: fix zeroing of page during writebackJan Kara2014-05-271-13/+11
| * ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-2/+6
* | fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-041-1/+1
|/
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-04-071-2/+3
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+2
* block: Convert various code to bio_for_each_segment()Kent Overstreet2013-11-231-2/+2
* ext4: fix assertion in ext4_add_complete_io()Jan Kara2013-10-161-2/+3
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-23/+7
* ext4: rate limit printk in buffer_io_error()Anatol Pomozov2013-07-111-1/+2
* ext4: fix warning in ext4_evict_inode()Jan Kara2013-07-101-13/+19
* ext4: add check to io_submit_init_bioTheodore Ts'o2013-06-061-0/+2
* ext4: remove ext4_ioend_wait()Jan Kara2013-06-041-19/+0
* ext4: don't wait for extent conversion in ext4_punch_hole()Jan Kara2013-06-041-16/+0
* ext4: remove wait for unwritten extent conversion from ext4_truncate()Jan Kara2013-06-041-1/+8
* ext4: defer clearing of PageWriteback after extent conversionJan Kara2013-06-041-59/+79
* ext4: split extent conversion lists to reserved & unreserved partsJan Kara2013-06-041-23/+42
* ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara2013-06-041-3/+8
* ext4: remove buffer_uninit handlingJan Kara2013-06-041-4/+0
* ext4: restructure writeback pathJan Kara2013-06-041-4/+0
* ext4: use io_end for multiple biosJan Kara2013-06-041-45/+76
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-141-76/+45
|\
| * ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o2013-05-111-76/+45
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
OpenPOWER on IntegriCloud