aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/readpage.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02ext4: pass the inode to ext4_mpage_readpagesGravatar Matthew Wilcox (Oracle) 1-2/+1
2020-06-02ext4: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-14/+8
2020-01-17ext4: remove unneeded check for error allocating bio_post_read_ctxGravatar Eric Biggers 1-17/+8
2020-01-17ext4: fix deadlock allocating bio_post_read_ctx from mempoolGravatar Eric Biggers 1-2/+15
2019-11-14ext4: bio_alloc with __GFP_DIRECT_RECLAIM never failsGravatar Gao Xiang 1-2/+4
2019-08-12ext4: add fs-verity read supportGravatar Eric Biggers 1-35/+176
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-1/+1
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-2/+1
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Gravatar Eric Biggers 1-1/+1
2019-04-07ext4: fix prefetchw of NULL pageGravatar Liu Xiang 1-1/+2
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-3/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 1-1/+2
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-1/+1
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusGravatar Chandan Rajendra 1-2/+1
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-1/+1
2018-08-17ext4: readpages() should submit IO as read-aheadGravatar Jens Axboe 1-2/+3
2018-05-02fscrypt: allow synchronous bio decryptionGravatar Eric Biggers 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-42/+6
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+1
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 1-40/+5
2016-07-05ext4: remove unused page_idxGravatar yalin wang 1-2/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-4/+5
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-5/+5
2016-03-26ext4 crypto: don't let data integrity writebacks fail with ENOMEMGravatar Theodore Ts'o 1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-1/+1
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Gravatar Michal Hocko 1-2/+2
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextGravatar Theodore Ts'o 1-1/+1
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-3/+3
2015-05-31ext4 crypto: shrink size of the ext4_crypto_ctx structureGravatar Theodore Ts'o 1-5/+5
2015-04-12ext4 crypto: implement the ext4 decryption read pathGravatar Michael Halcrow 1-1/+65
2015-04-08ext4 crypto: add ext4_mpage_readpages()Gravatar Theodore Ts'o 1-0/+264