summaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-1/+1
* ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-1/+1
* ext4: remove unneeded check of nr_to_submitTom Rix2023-04-191-1/+1
* ext4: Keep pages with journalled data dirtyJan Kara2023-04-141-2/+4
* ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()Matthew Wilcox2023-04-061-6/+4
* ext4: Convert ext4_finish_bio() to use foliosMatthew Wilcox2023-04-061-16/+16
* ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox2023-04-061-31/+27
* ext4: Don't unlock page in ext4_bio_write_page()Jan Kara2023-03-231-5/+5
* ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-071-5/+6
* ext4: drop pointless IO submission from ext4_bio_write_page()Jan Kara2022-12-081-2/+0
* ext4: remove nr_submitted from ext4_bio_write_page()Jan Kara2022-12-081-2/+0
* ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara2022-12-081-15/+21
* ext4: handle redirtying in ext4_bio_write_page()Jan Kara2022-12-081-2/+12
* ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian2022-06-161-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-221-1/+3
|\
| * ext4: fix symlink file size not match to file contentYe Bin2022-04-121-1/+3
* | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-4/+1
* | Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streamsJens Axboe2022-03-071-4/+3
|\ \
| * | ext4: pass the operation to bio_allocChristoph Hellwig2022-02-271-4/+3
* | | ext4: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
|/ /
* / block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-2/+1
|/
* mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-4/+5
* ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang2021-11-041-4/+4
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen2020-12-221-1/+1
* ext4: remove the null check of bio_vec pageXianting Tian2020-12-031-3/+0
* ext4: add inline encryption supportEric Biggers2020-07-081-2/+4
* fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-281-5/+3
* ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers2020-01-171-5/+14
* ext4: bio_alloc with __GFP_DIRECT_RECLAIM never failsGao Xiang2019-11-141-35/+22
* ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani2019-10-221-8/+44
* ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani2019-10-221-4/+3
* ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani2019-10-221-27/+28
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-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/+13
|/
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-121-3/+1
|\
| * ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-101-3/+1
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-5/+4
|\ \
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-3/+3
| * | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-2/+1
| |/
* / 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-071-1/+1
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)2018-09-211-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