aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)Author
2022-10-24erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-10-24erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-09-15erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-15erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke
2022-08-17erofs: update ctx->pos for every emitted direntHongnan Li
2022-08-17erofs: avoid consecutive detection for Highmem memoryGao Xiang
2022-08-17erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gao Xiang
2022-05-31erofs: get rid of label `restart_now'Gao Xiang
2022-05-31erofs: get rid of `struct z_erofs_collection'Gao Xiang
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-18erofs: scan devices from device tableJeffle Xu
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin
2022-05-18erofs: add 'fsid' mount optionJeffle Xu
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu
2022-05-18erofs: implement fscache-based data read for inline layoutJeffle Xu
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu
2022-05-18erofs: implement fscache-based metadata readJeffle Xu
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu
2022-05-18erofs: register fscache context for primary data blobJeffle Xu
2022-05-18erofs: add erofs_fscache_read_folios() helperJeffle Xu
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu
2022-05-18erofs: add fscache context helper functionsJeffle Xu
2022-05-18erofs: register fscache volumeJeffle Xu
2022-05-18erofs: add fscache mode check helperJeffle Xu
2022-05-18erofs: make erofs_map_blocks() generally availableJeffle Xu
2022-05-17erofs: support idmapped mountsChao Yu
2022-05-17erofs: make filesystem exportableHongnan Li
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGao Xiang
2022-05-17erofs: refine on-disk definition commentsGao Xiang
2022-05-17erofs: remove obsoleted commentsGao Xiang
2022-05-17erofs: do not prompt for risk any more when using big pclusterYue Hu
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-09erofs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-17erofs: rename ctime to mtimeDavid Anderson
2022-03-17erofs: use meta buffers for inode lookupGao Xiang
2022-03-17erofs: use meta buffers for reading directoriesGao Xiang