aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: 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/git/xiang/erofsLinus Torvalds10-197/+185
2022-03-21Merge 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-17erofs: use meta buffers for inode lookupGao Xiang1-30/+24
2022-03-17erofs: use meta buffers for reading directoriesGao Xiang3-18/+17
2022-03-17fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu1-3/+5
2022-03-17erofs: refine managed inode stuffsGao Xiang2-6/+9
2022-03-17erofs: 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-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-8/+21
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang4-70/+28
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang2-95/+41
2022-01-04erofs: use meta buffers for super operationsGao Xiang1-77/+27
2022-01-04erofs: use meta buffers for inode operationsGao Xiang2-36/+35
2022-01-04erofs: introduce meta buffer operationsGao Xiang2-21/+90
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu5-31/+103
2021-12-31erofs: support inline data decompressionYue Hu2-44/+119
2021-12-31erofs: support unaligned data decompressionGao Xiang1-8/+9
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang3-21/+36
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang1-39/+44
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-22/+17
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang1-2/+2
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan4-7/+46
2021-12-08erofs: add sysfs interfaceHuang Jianan4-1/+264
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig2-2/+10
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2-2/+4
2021-12-04dax: remove dax_capableChristoph Hellwig1-4/+7
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan3-5/+5
2021-11-23erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds3-30/+17
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2-21/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-10-25erofs: get rid of ->lru usageGao Xiang7-44/+53
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-1/+1
2021-10-19erofs: lzma compression supportGao Xiang11-21/+383