aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/data.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+7
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Gravatar Al Viro 1-6/+5
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsGravatar Al Viro 1-4/+4
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingGravatar Al Viro 1-1/+1
2024-04-25erofs_buf: store address_space instead of inodeGravatar Al Viro 1-4/+3
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberGravatar Al Viro 1-3/+2
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-3/+3
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGravatar Gao Xiang 1-0/+1
2024-02-25erofs: port device access to fileGravatar Christian Brauner 1-3/+3
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeGravatar Jingbo Xu 1-2/+3
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2023-10-31erofs: tidy up redundant includesGravatar Ferry Meng 1-2/+0
2023-10-28erofs: Convert to use bdev_open_by_path()Gravatar Jan Kara 1-2/+2
2023-08-24mm: remove enum page_entry_sizeGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-04-17erofs: keep meta inode into erofs_bufGravatar Gao Xiang 1-9/+14
2023-04-17erofs: support flattened block device for multi-blob imagesGravatar Jia Zhu 1-2/+6
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportGravatar Jingbo Xu 1-23/+27
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Gravatar Yue Hu 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagGravatar Jingbo Xu 1-8/+6
2023-02-15erofs: simplify iloc()Gravatar Gao Xiang 1-6/+3
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gravatar Gao Xiang 1-6/+2
2022-12-07erofs: enable large folios for iomap modeGravatar Jingbo Xu 1-0/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGravatar Gao Xiang 1-24/+15
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-3/+3
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-1/+1
2022-05-18erofs: implement fscache-based metadata readGravatar Jeffle Xu 1-4/+15
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 1-0/+3
2022-05-18erofs: make erofs_map_blocks() generally availableGravatar Jeffle Xu 1-2/+2
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-03-17erofs: use meta buffers for reading directoriesGravatar Gao Xiang 1-3/+9
2022-01-24erofs: fix fsdax partition offset handlingGravatar Gao Xiang 1-4/+4
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+9
2022-01-04erofs: use meta buffers for zmap operationsGravatar Gao Xiang 1-13/+0
2022-01-04erofs: introduce meta buffer operationsGravatar Gao Xiang 1-21/+77
2021-12-09erofs: clean up erofs_map_blocks tracepointsGravatar Gao Xiang 1-22/+17
2021-12-04fsdax: shift partition offset handling into the file systemsGravatar Christoph Hellwig 1-2/+9
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-1/+1
2021-10-18erofs: add multiple device supportGravatar Gao Xiang 1-13/+60
2021-08-20erofs: support reading chunk-based uncompressed filesGravatar Gao Xiang 1-10/+80
2021-08-19erofs: add fiemap support with iomapGravatar Gao Xiang 1-1/+14
2021-08-10erofs: convert all uncompressed cases to iomapGravatar Gao Xiang 1-239/+51
2021-08-10erofs: dax support for non-tailpacking regular fileGravatar Gao Xiang 1-2/+40
2021-08-10erofs: iomap support for non-tailpacking DIOGravatar Huang Jianan 1-0/+94
2021-06-08erofs: clean up file headers & footersGravatar Gao Xiang 1-2/+0
2021-03-29erofs: don't use erofs_map_blocks() any moreGravatar Yue Hu 1-17/+2