summaryrefslogtreecommitdiff
path: root/fs/ext4/page-io.c
AgeCommit message (Expand)Author
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix
2023-04-14ext4: Keep pages with journalled data dirtyJan Kara
2023-04-06ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()Matthew Wilcox
2023-04-06ext4: Convert ext4_finish_bio() to use foliosMatthew Wilcox
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox
2023-03-23ext4: Don't unlock page in ext4_bio_write_page()Jan Kara
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2022-12-08ext4: drop pointless IO submission from ext4_bio_write_page()Jan Kara
2022-12-08ext4: remove nr_submitted from ext4_bio_write_page()Jan Kara
2022-12-08ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara
2022-12-08ext4: handle redirtying in ext4_bio_write_page()Jan Kara
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-12ext4: fix symlink file size not match to file contentYe Bin
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streamsJens Axboe
2022-03-07ext4: stop using bio_devnameChristoph Hellwig
2022-02-27ext4: pass the operation to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2021-11-04ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen
2020-12-03ext4: remove the null check of bio_vec pageXianting Tian
2020-07-08ext4: add inline encryption supportEric Biggers
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner
2020-01-17ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers
2019-11-14ext4: bio_alloc with __GFP_DIRECT_RECLAIM never failsGao Xiang
2019-10-22ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani
2019-10-22ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani
2019-10-22ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani
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