summaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* ext4: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-6/+7
* ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o2017-04-301-1/+10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-201-1/+1
|\
| * ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-1/+1
* | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-061-1/+0
|/
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-1/+1
|\
| * fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-1/+2
|\ \ | |/ |/|
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-131-1/+2
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-131-1/+1
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-1/+1
* ext4: remove unused variableEric Engestrom2016-09-301-3/+1
* 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
OpenPOWER on IntegriCloud