summaryrefslogtreecommitdiffstats
path: root/fs/ext4/readpage.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: use folio_end_read()Matthew Wilcox (Oracle)2023-10-181-11/+3
* ext4: Call fsverity_verify_folio()Matthew Wilcox2023-06-151-1/+1
* ext4: Use a folio iterator in __read_end_io()Matthew Wilcox2023-04-061-8/+6
* ext4: Convert ext4_mpage_readpages() to work on foliosMatthew Wilcox2023-04-061-30/+28
* ext4: simplify ext4_readpage_limit()Eric Biggers2023-01-091-2/+1
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2022-12-121-6/+2
|\
| * fsverity: stop using PG_error to track error statusEric Biggers2022-11-281-6/+2
* | ext4: replace kmem_cache_create with KMEM_CACHEJunChao Sun2022-12-081-3/+2
|/
* fscrypt: stop using PG_error to track error statusEric Biggers2022-09-061-4/+6
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+2
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-4/+4
* mm: remove cleancacheChristoph Hellwig2022-01-221-6/+0
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-2/+2
|\
| * ext4: change to use fallthrough macroShijie Luo2020-08-181-2/+2
* | ext4: add inline encryption supportEric Biggers2020-07-081-3/+8
|/
* ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-2/+1
* ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-14/+8
* ext4: remove unneeded check for error allocating bio_post_read_ctxEric Biggers2020-01-171-17/+8
* ext4: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers2020-01-171-2/+15
* ext4: bio_alloc with __GFP_DIRECT_RECLAIM never failsGao Xiang2019-11-141-2/+4
* ext4: add fs-verity read supportEric Biggers2019-08-121-35/+176
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-071-1/+1
|\
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-161-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-071-1/+2
|\ \
| * | ext4: fix prefetchw of NULL pageLiu Xiang2019-04-071-1/+2
| |/
* / block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
|/
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-3/+2
|\
| * fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-1/+1
| * 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
|/
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
* ext4: readpages() should submit IO as read-aheadJens Axboe2018-08-171-2/+3
* fscrypt: allow synchronous bio decryptionEric Biggers2018-05-021-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-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\
| * mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-42/+6
|\ \
| * | ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-40/+5
| * | ext4: remove unused page_idxyalin wang2016-07-051-2/+1
| |/
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+5
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-1/+1
|\
| * ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-261-1/+1
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\