summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2024-07-26erofs: convert comma to semicolonChen Ni
2024-07-26erofs: support multi-page folios for erofs_bread()Gao Xiang
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang
2024-07-26erofs: support STATX_DIOALIGNHongbo Li
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang
2024-07-10erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo
2024-07-09erofs: tidy up stream decompressorsGao Xiang
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang
2024-07-09erofs: move each decompressor to its own source fileGao Xiang
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21erofs: avoid allocating DEFLATE streams before mountingGao Xiang
2024-05-18z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro
2024-05-18erofs: don't round offset down for erofs_read_metabuf()Al Viro
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang
2024-05-09erofs: Zstandard compression supportGao Xiang
2024-05-08erofs: clean up z_erofs_load_full_lcluster()Gao Xiang
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-28erofs: modify the error message when prepare_ondemand_read failedHongbo Li
2024-04-25erofs_buf: store address_space instead of inodeAl Viro
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-03-10erofs: refine managed cache operations to foliosGao Xiang
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang