aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-129/+94
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendGravatar Weizhao Ouyang 1-1/+1
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gravatar Gao Xiang 1-13/+10
2022-05-31erofs: get rid of label `restart_now'Gravatar Gao Xiang 1-19/+14
2022-05-31erofs: get rid of `struct z_erofs_collection'Gravatar Gao Xiang 2-96/+65
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readGravatar Xin Yin 1-0/+1
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowGravatar Jeffle Xu 1-1/+4
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 4-23/+22
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: scan devices from device tableGravatar Jeffle Xu 2-39/+72
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadGravatar Xin Yin 1-43/+201
2022-05-18erofs: add 'fsid' mount optionGravatar Jeffle Xu 2-3/+32
2022-05-18erofs: implement fscache-based data readaheadGravatar Jeffle Xu 2-0/+94
2022-05-18erofs: implement fscache-based data read for inline layoutGravatar Jeffle Xu 1-0/+32
2022-05-18erofs: implement fscache-based data read for non-inline layoutGravatar Jeffle Xu 3-0/+57
2022-05-18erofs: implement fscache-based metadata readGravatar Jeffle Xu 2-4/+40
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 3-1/+12
2022-05-18erofs: register fscache context for primary data blobGravatar Jeffle Xu 2-4/+12
2022-05-18erofs: add erofs_fscache_read_folios() helperGravatar Jeffle Xu 1-0/+54
2022-05-18erofs: add anonymous inode caching metadata for data blobsGravatar Jeffle Xu 2-5/+40
2022-05-18erofs: add fscache context helper functionsGravatar Jeffle Xu 2-0/+60
2022-05-18erofs: register fscache volumeGravatar Jeffle Xu 5-0/+69
2022-05-18erofs: add fscache mode check helperGravatar Jeffle Xu 2-15/+34
2022-05-18erofs: make erofs_map_blocks() generally availableGravatar Jeffle Xu 2-2/+4
2022-05-17erofs: support idmapped mountsGravatar Chao Yu 2-2/+2
2022-05-17erofs: make filesystem exportableGravatar Hongnan Li 3-4/+43
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGravatar Gao Xiang 1-2/+3
2022-05-17erofs: refine on-disk definition commentsGravatar Gao Xiang 1-20/+21
2022-05-17erofs: remove obsoleted commentsGravatar Gao Xiang 2-30/+0
2022-05-17erofs: do not prompt for risk any more when using big pclusterGravatar Yue Hu 1-2/+0
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-1/+1
2022-05-09erofs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-8/+8
2022-05-09erofs: Convert erofs zdata to read_folioGravatar Matthew Wilcox (Oracle) 1-3/+4
2022-05-09fs: Convert iomap_readpage to iomap_read_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-04-15erofs: fix use-after-free of on-stack io[]Gravatar Hongyu Jin 2-9/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-9/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-197/+185
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+2
2022-03-17erofs: rename ctime to mtimeGravatar David Anderson 2-4/+5
2022-03-17erofs: use meta buffers for inode lookupGravatar Gao Xiang 1-30/+24
2022-03-17erofs: use meta buffers for reading directoriesGravatar Gao Xiang 3-18/+17
2022-03-17fs: erofs: add sanity check for kobject in erofs_unregister_sysfsGravatar Dongliang Mu 1-3/+5
2022-03-17erofs: refine managed inode stuffsGravatar Gao Xiang 2-6/+9
2022-03-17erofs: clean up z_erofs_extent_lookbackGravatar Gao Xiang 1-34/+33
2022-03-16erofs: silence warnings related to impossible m_plenGravatar Gao Xiang 1-2/+2
2022-03-16erofs: clean up preload_compressed_pages()Gravatar Gao Xiang 1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gravatar Gao Xiang 1-86/+77
2022-03-16erofs: use meta buffers for erofs_read_superblock()Gravatar Jeffle Xu 1-8/+5