summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* erofs: fix use-after-free of on-stack io[]Hongyu Jin2022-04-152-9/+5
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-9/+8
|\
| * erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-9/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2210-197/+185
|\ \ \
| * | | erofs: rename ctime to mtimeDavid Anderson2022-03-172-4/+5
| * | | erofs: use meta buffers for inode lookupGao Xiang2022-03-171-30/+24
| * | | erofs: use meta buffers for reading directoriesGao Xiang2022-03-173-18/+17
| * | | fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu2022-03-171-3/+5
| * | | erofs: refine managed inode stuffsGao Xiang2022-03-172-6/+9
| * | | erofs: clean up z_erofs_extent_lookbackGao Xiang2022-03-171-34/+33
| * | | erofs: silence warnings related to impossible m_plenGao Xiang2022-03-161-2/+2
| * | | erofs: clean up preload_compressed_pages()Gao Xiang2022-03-161-8/+10
| * | | erofs: get rid of `struct z_erofs_collector'Gao Xiang2022-03-161-86/+77
| * | | erofs: use meta buffers for erofs_read_superblock()Jeffle Xu2022-03-161-8/+5
| |/ /
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-3/+2
|\ \ \ | |/ / |/| |
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
* | | erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang2022-03-021-1/+1
| |/ |/|
* | erofs: fix small compressed files inliningGao Xiang2022-02-041-0/+7
* | erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang2022-01-241-57/+56
* | erofs: fix fsdax partition offset handlingGao Xiang2022-01-241-4/+4
|/
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-123-8/+21
|\
| * fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-042-2/+10
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-042-2/+4
| * dax: remove dax_capableChristoph Hellwig2021-12-041-4/+7
* | erofs: use meta buffers for zmap operationsGao Xiang2022-01-044-70/+28
* | erofs: use meta buffers for xattr operationsGao Xiang2022-01-042-95/+41
* | erofs: use meta buffers for super operationsGao Xiang2022-01-041-77/+27
* | erofs: use meta buffers for inode operationsGao Xiang2022-01-042-36/+35
* | erofs: introduce meta buffer operationsGao Xiang2022-01-042-21/+90
* | erofs: add on-disk compressed tail-packing inline supportYue Hu2021-12-315-31/+103
* | erofs: support inline data decompressionYue Hu2021-12-312-44/+119
* | erofs: support unaligned data decompressionGao Xiang2021-12-311-8/+9
* | erofs: introduce z_erofs_fixup_insizeGao Xiang2021-12-293-21/+36
* | erofs: tidy up z_erofs_lz4_decompressGao Xiang2021-12-291-39/+44
* | erofs: clean up erofs_map_blocks tracepointsGao Xiang2021-12-091-22/+17
* | erofs: Replace zero-length array with flexible-array memberGao Xiang2021-12-081-2/+2
* | erofs: add sysfs node to control sync decompression strategyHuang Jianan2021-12-084-7/+46
* | erofs: add sysfs interfaceHuang Jianan2021-12-084-1/+264
* | erofs: rename lz4_0pading to zero_paddingHuang Jianan2021-12-013-5/+5
* | erofs: fix deadlock when shrink erofs slabHuang Jianan2021-11-231-2/+6
|/
* Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-133-30/+17
|\
| * erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2021-11-082-21/+0
| * erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2021-11-082-9/+17
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \
| * | iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-1/+1
| |/
* | erofs: don't trigger WARN() when decompression failsGao Xiang2021-10-311-1/+0
* | erofs: get rid of ->lru usageGao Xiang2021-10-257-44/+53
* | erofs: lzma compression supportGao Xiang2021-10-1911-21/+383