summaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-1/+1
|\
| * blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-1/+1
* | ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers2019-05-281-1/+9
* | fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-281-2/+2
* | fscrypt: simplify bounce page handlingEric Biggers2019-05-281-23/+13Star
|/
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-121-3/+1Star
|\
| * ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-111-3/+1Star
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-5/+4Star
|\ \
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-241-3/+3
| * | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-241-2/+1Star
| |/
* / block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
|/
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-081-1/+1
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-1/+1
* blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)2018-09-221-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* 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-05-011-1/+10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-211-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-071-1/+0Star
|/
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-151-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-141-1/+2
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-141-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-121-1/+1
* ext4: remove unused variableEric Engestrom2016-09-301-3/+1Star
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-271-7/+6Star
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-7/+6Star
* | 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-061-2/+0Star
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-081-1/+13
|\
| * ext4 crypto: fix some error handlingDan Carpenter2016-04-031-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/+0Star
|\
| * ext4: Fix data exposure after failed AIO DIOJan Kara2016-02-281-10/+0Star
* | ext4: remove i_ioend_countJan Kara2016-03-091-4/+0Star
|/
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-3/+2Star
* ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-031-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-221-0/+2
| * ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-221-2/+4
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1Star
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-9/+6Star
|/