aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
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
2022-03-17fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu
2022-03-17erofs: refine managed inode stuffsGao Xiang
2022-03-17erofs: clean up z_erofs_extent_lookbackGao Xiang
2022-03-16erofs: silence warnings related to impossible m_plenGao Xiang
2022-03-16erofs: clean up preload_compressed_pages()Gao Xiang
2022-03-16erofs: get rid of `struct z_erofs_collector'Gao Xiang
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu
2022-03-15erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang
2022-02-04erofs: fix small compressed files inliningGao Xiang
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang
2022-01-24erofs: fix fsdax partition offset handlingGao Xiang
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang
2022-01-04erofs: use meta buffers for super operationsGao Xiang
2022-01-04erofs: use meta buffers for inode operationsGao Xiang
2022-01-04erofs: introduce meta buffer operationsGao Xiang
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu
2021-12-31erofs: support inline data decompressionYue Hu
2021-12-31erofs: support unaligned data decompressionGao Xiang
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan
2021-12-08erofs: add sysfs interfaceHuang Jianan
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig