summaryrefslogtreecommitdiff
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* ext4: add support for passing in write hints for buffered writesJens Axboe2017-06-27
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o2017-04-30
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-20
|\
| * ext4: add shutdown bit and check for itTheodore Ts'o2017-02-05
* | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-06
|/
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-14
|\
| * fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-04
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-14
|\ \ | |/ |/|
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-13
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-13
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
|/
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-11
* ext4: remove unused variableEric Engestrom2016-09-30
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-26
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-10
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
|/
* ext4: remove unnecessary bio get/putJens Axboe2016-05-05
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-07
|\
| * ext4 crypto: fix some error handlingDan Carpenter2016-04-02
| * ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-26
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-21
|\
| * ext4: Fix data exposure after failed AIO DIOJan Kara2016-02-29
* | ext4: remove i_ioend_countJan Kara2016-03-08
|/
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-02
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-03
|\
| * ext4: implement cgroup writeback supportTejun Heo2015-07-21
| * ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-21
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-13
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
|/
* Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-19
* | ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o2015-05-31
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-19
|\
| * ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-12
| * ext4: remove unused header filesSheng Yong2015-04-02
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-08
|\
| * ext4: fix zeroing of page during writebackJan Kara2014-05-27
| * ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-12
* | fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-04
|/
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-04-07
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* block: Convert various code to bio_for_each_segment()Kent Overstreet2013-11-23
* ext4: fix assertion in ext4_add_complete_io()Jan Kara2013-10-16