summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang1-1/+3
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-43/+31
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang1-20/+12
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang1-20/+9
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang1-3/+10
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang1-3/+6
2024-09-12erofs: restrict pcluster size limitationsGao Xiang2-23/+24
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo1-2/+3
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang1-26/+31
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo1-19/+9
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu1-59/+52
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu1-8/+2
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang2-2/+5
2024-09-10erofs: support compressed inodes for fileioGao Xiang4-20/+43
2024-09-10erofs: support unencoded inodes for fileioGao Xiang6-51/+248
2024-09-10erofs: add file-backed mount supportGao Xiang5-44/+100
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-09-10erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale1-1/+1
2024-09-10erofs: clean up erofs_register_sysfs()Gao Xiang2-25/+7
2024-09-10erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2024-08-21erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang1-1/+2
2024-08-19erofs: allow large folios for compressed filesGao Xiang1-10/+8
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo1-20/+6
2024-08-19erofs: simplify readdir operationHongzhen Luo2-24/+13
2024-07-26erofs: convert comma to semicolonChen Ni1-1/+1
2024-07-26erofs: support multi-page folios for erofs_bread()Gao Xiang1-18/+12
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia1-0/+16
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3
2024-07-26erofs: support STATX_DIOALIGNHongbo Li1-2/+17
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter1-1/+1
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang3-26/+24
2024-07-10erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo1-2/+2
2024-07-09erofs: tidy up stream decompressorsGao Xiang5-304/+209
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang8-78/+69
2024-07-09erofs: move each decompressor to its own source fileGao Xiang6-50/+44
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang1-52/+49
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang1-85/+82
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang1-8/+7
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang2-17/+12
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang1-0/+2
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia1-1/+1
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale1-4/+4
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-88/+65
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-44/+33
2024-05-21erofs: avoid allocating DEFLATE streams before mountingGao Xiang1-26/+29
2024-05-18z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro1-1/+1
2024-05-18erofs: don't round offset down for erofs_read_metabuf()Al Viro1-8/+8
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro4-25/+14
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro7-13/+13