aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-12ext4: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-07-17ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li1-8/+8
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+51
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-1/+1
2025-03-13ext4: abort journal on data writeback failure if in data_err=abort modeBaokun Li1-14/+34
2025-03-13ext4: do not convert the unwritten extents if data writeback failsBaokun Li1-2/+14
2025-03-13ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()Baokun Li1-9/+4
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2024-11-12ext4: pass write-hint for buffered IOj.xia1-1/+3
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-05-09ext4: remove calls to to set/clear the folio error flagMatthew Wilcox (Oracle)1-3/+0
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-1/+1
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-1/+1
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix1-1/+1
2023-04-14ext4: Keep pages with journalled data dirtyJan Kara1-2/+4
2023-04-06ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()Matthew Wilcox1-6/+4
2023-04-06ext4: Convert ext4_finish_bio() to use foliosMatthew Wilcox1-16/+16
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-31/+27
2023-03-23ext4: Don't unlock page in ext4_bio_write_page()Jan Kara1-5/+5
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-5/+6
2022-12-08ext4: drop pointless IO submission from ext4_bio_write_page()Jan Kara1-2/+0
2022-12-08ext4: remove nr_submitted from ext4_bio_write_page()Jan Kara1-2/+0
2022-12-08ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara1-15/+21
2022-12-08ext4: handle redirtying in ext4_bio_write_page()Jan Kara1-2/+12
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian1-1/+1
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2022-04-12ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-4/+1
2022-03-07Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streamsJens Axboe1-4/+3
2022-03-07ext4: stop using bio_devnameChristoph Hellwig1-3/+2
2022-02-27ext4: pass the operation to bio_allocChristoph Hellwig1-4/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+1
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-4/+5
2021-11-04ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang1-4/+4
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen1-1/+1
2020-12-03ext4: remove the null check of bio_vec pageXianting Tian1-3/+0
2020-07-08ext4: add inline encryption supportEric Biggers1-2/+4
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner1-5/+3
2020-01-17ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers1-5/+14
2019-11-14ext4: bio_alloc with __GFP_DIRECT_RECLAIM never failsGao Xiang1-35/+22
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-15Merge 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