summaryrefslogtreecommitdiff
path: root/fs/ext4/page-io.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-22ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani1-8/+44
2019-10-22ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani1-4/+3
2019-10-22ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani1-27/+28
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-1/+1
2019-05-28ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers1-1/+9
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers1-2/+2
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-23/+13
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-03-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+1
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-5/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-02-11ext4: cleanup clean_bdev_aliases() callszhangyi (F)1-3/+1
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra1-3/+3
2019-01-24ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-2/+1
2018-12-08blkcg: associate writeback bios with a blkgDennis Zhou1-1/+1
2018-11-02blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-09-22blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-6/+7
2017-05-01ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o1-1/+10
2017-02-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2017-02-07fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-1/+0
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-1/+1
2016-12-15Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2016-11-14fscrypt: Let fs select encryption index/tweakDavid Gstir1-1/+2
2016-11-14fscrypt: Enable partial page encryptionDavid Gstir1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-12fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-1/+1
2016-09-30ext4: remove unused variableEric Engestrom1-3/+1
2016-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+6
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-7/+6
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-3/+3
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-06ext4: remove unnecessary bio get/putJens Axboe1-2/+0
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-04-03ext4 crypto: fix some error handlingDan Carpenter1-1/+1
2016-03-26ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o1-1/+13
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+0
2016-03-09ext4: remove i_ioend_countJan Kara1-4/+0
2016-02-29ext4: Fix data exposure after failed AIO DIOJan Kara1-10/+0
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-3/+2
2015-10-03ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o1-1/+4
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+6
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+1