aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
AgeCommit message (Expand)Author
2023-03-22ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2020-02-11ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo
2019-05-28ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-10ext4: cleanup clean_bdev_aliases() callszhangyi (F)
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-30ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-09-30ext4: remove unused variableEric Engestrom
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-05ext4: remove unnecessary bio get/putJens Axboe
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-02ext4 crypto: fix some error handlingDan Carpenter
2016-03-26ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-08ext4: remove i_ioend_countJan Kara
2016-02-29ext4: Fix data exposure after failed AIO DIOJan Kara
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-10-02ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet