summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-23/+22
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+1
2022-05-17erofs: scan devices from device tableJeffle Xu2-39/+72
2022-05-17erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-17erofs: add 'fsid' mount optionJeffle Xu2-3/+32
2022-05-17erofs: implement fscache-based data readaheadJeffle Xu2-0/+94
2022-05-17erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-17erofs: implement fscache-based data read for non-inline layoutJeffle Xu3-0/+57
2022-05-17erofs: implement fscache-based metadata readJeffle Xu2-4/+40
2022-05-17erofs: register fscache context for extra data blobsJeffle Xu3-1/+12
2022-05-17erofs: register fscache context for primary data blobJeffle Xu2-4/+12
2022-05-17erofs: add erofs_fscache_read_folios() helperJeffle Xu1-0/+54
2022-05-17erofs: add anonymous inode caching metadata for data blobsJeffle Xu2-5/+40
2022-05-17erofs: add fscache context helper functionsJeffle Xu2-0/+60
2022-05-17erofs: register fscache volumeJeffle Xu5-0/+69
2022-05-17erofs: add fscache mode check helperJeffle Xu2-15/+34
2022-05-17erofs: make erofs_map_blocks() generally availableJeffle Xu2-2/+4
2022-05-17erofs: support idmapped mountsChao Yu2-2/+2
2022-05-17erofs: make filesystem exportableHongnan Li3-4/+43
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGao Xiang1-2/+3
2022-05-17erofs: refine on-disk definition commentsGao Xiang1-20/+21
2022-05-17erofs: remove obsoleted commentsGao Xiang2-30/+0
2022-05-17erofs: do not prompt for risk any more when using big pclusterYue Hu1-2/+0
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-1/+1
2022-05-10erofs: Convert to release_folioMatthew Wilcox (Oracle)1-8/+8
2022-05-09erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-197/+185
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2022-03-17erofs: rename ctime to mtimeDavid Anderson2-4/+5
2022-03-16erofs: use meta buffers for inode lookupGao Xiang1-30/+24
2022-03-16erofs: use meta buffers for reading directoriesGao Xiang3-18/+17
2022-03-16fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu1-3/+5
2022-03-16erofs: refine managed inode stuffsGao Xiang2-6/+9
2022-03-16erofs: clean up z_erofs_extent_lookbackGao Xiang1-34/+33
2022-03-16erofs: silence warnings related to impossible m_plenGao Xiang1-2/+2
2022-03-16erofs: clean up preload_compressed_pages()Gao Xiang1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gao Xiang1-86/+77
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu1-8/+5
2022-03-15erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-9/+8
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang1-1/+1
2022-02-04erofs: fix small compressed files inliningGao Xiang1-0/+7
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang1-57/+56
2022-01-24erofs: fix fsdax partition offset handlingGao Xiang1-4/+4
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+21