| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-07 | erofs: ensure the extra temporary copy is valid for shortened bvecs | Gao Xiang | 1 | -16/+13 |
| 2025-04-30 | erofs: remove unused enum type | Hongbo Li | 1 | -1/+0 |
| 2025-04-29 | fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() | Max Kellermann | 1 | -2/+2 |
| 2025-04-13 | Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -7/+9 |
| 2025-04-10 | erofs: remove duplicate code | Bo Liu | 1 | -1/+0 |
| 2025-04-09 | erofs: fix encoded extents handling | Gao Xiang | 1 | -2/+3 |
| 2025-04-09 | erofs: add __packed annotation to union(__le16..) | Gao Xiang | 1 | -4/+4 |
| 2025-04-09 | erofs: set error to bio if file-backed IO fails | Sheng Yong | 1 | -0/+2 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-03-17 | erofs: enable 48-bit layout support | Gao Xiang | 3 | -8/+10 |
| 2025-03-17 | erofs: support unaligned encoded data | Gao Xiang | 2 | -48/+46 |
| 2025-03-17 | erofs: implement encoded extent metadata | Gao Xiang | 2 | -12/+135 |
| 2025-03-17 | erofs: add encoded extent on-disk definition | Gao Xiang | 3 | -67/+58 |
| 2025-03-17 | erofs: initialize decompression early | Gao Xiang | 3 | -28/+26 |
| 2025-03-17 | erofs: support dot-omitted directories | Gao Xiang | 4 | -1/+10 |
| 2025-03-17 | erofs: implement 48-bit block addressing for unencoded inodes | Gao Xiang | 6 | -25/+52 |
| 2025-03-17 | erofs: add 48-bit block addressing on-disk support | Gao Xiang | 5 | -69/+61 |
| 2025-03-17 | erofs: simplify erofs_{read,fill}_inode() | Gao Xiang | 1 | -57/+35 |
| 2025-03-17 | erofs: get rid of erofs_map_blocks_flatmode() | Gao Xiang | 1 | -70/+47 |
| 2025-03-17 | erofs: move {in,out}pages into struct z_erofs_decompress_req | Gao Xiang | 6 | -80/+41 |
| 2025-03-17 | erofs: clean up header parsing for ztailpacking and fragments | Gao Xiang | 1 | -25/+14 |
| 2025-03-17 | erofs: simplify tail inline pcluster handling | Gao Xiang | 2 | -17/+12 |
| 2025-03-17 | erofs: allow 16-byte volume name again | Gao Xiang | 2 | -10/+0 |
| 2025-03-17 | erofs: get rid of erofs_kmap_type | Bo Liu | 11 | -39/+32 |
| 2025-03-17 | erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switches | Hongzhen Luo | 1 | -39/+24 |
| 2025-02-07 | lockref: remove count argument of lockref_init | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-02-01 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
| 2025-01-27 | add a string-to-qstr constructor | Al Viro | 1 | -1/+1 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -7/+0 |
| 2025-01-25 | mm: alloc_pages_bulk: rename API | Luiz Capitulino | 1 | -2/+2 |
| 2025-01-25 | Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -272/+162 |
| 2025-01-24 | include/linux/lz4.h: add some missing macros | Gao Xiang | 1 | -7/+0 |
| 2025-01-23 | erofs: refine z_erofs_get_extent_compressedlen() | Gao Xiang | 1 | -20/+16 |
| 2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
| 2025-01-19 | erofs: remove dead code in erofs_fc_parse_param | Chen Linxuan | 1 | -2/+0 |
| 2025-01-17 | erofs: return SHRINK_EMPTY if no objects to free | Chen Linxuan | 1 | -1/+1 |
| 2025-01-17 | erofs: convert z_erofs_bind_cache() to folios | Gao Xiang | 2 | -53/+21 |
| 2025-01-17 | erofs: tidy up zdata.c | Gao Xiang | 1 | -68/+43 |
| 2025-01-17 | erofs: get rid of `z_erofs_next_pcluster_t` | Gao Xiang | 1 | -51/+29 |
| 2025-01-17 | erofs: simplify z_erofs_load_compact_lcluster() | Gao Xiang | 1 | -53/+36 |
| 2025-01-17 | erofs: fix potential return value overflow of z_erofs_shrink_scan() | Gao Xiang | 1 | -2/+1 |
| 2025-01-17 | erofs: shorten bvecs[] for file-backed mounts | Gao Xiang | 1 | -2/+2 |
| 2025-01-17 | erofs: micro-optimize superblock checksum | Gao Xiang | 2 | -20/+13 |
| 2025-01-17 | fs: erofs: xattr.c change kzalloc to kcalloc | Ethan Carter Edwards | 1 | -1/+1 |
| 2025-01-16 | erofs: use lockref_init for pcl->lockref | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2025-01-08 | kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut... | Frederic Weisbecker | 1 | -1/+1 |
| 2024-12-16 | erofs: use buffered I/O for file-backed mounts by default | Gao Xiang | 3 | -10/+21 |
| 2024-12-16 | erofs: reference `struct erofs_device_info` for erofs_map_dev | Gao Xiang | 4 | -23/+15 |
| 2024-12-16 | erofs: use `struct erofs_device_info` for the primary device | Gao Xiang | 4 | -31/+22 |
| 2024-12-13 | erofs: add erofs_sb_free() helper | Gao Xiang | 1 | -17/+19 |
| 2024-12-13 | erofs: fix PSI memstall accounting | Gao Xiang | 1 | -2/+2 |
| 2024-12-13 | erofs: fix rare pcluster memory leak after unmounting | Gao Xiang | 1 | -3/+4 |
| 2024-11-18 | erofs: handle NONHEAD !delta[1] lclusters gracefully | Gao Xiang | 1 | -8/+9 |
| 2024-11-18 | erofs: clarify direct I/O support | Gao Xiang | 2 | -20/+7 |
| 2024-11-18 | erofs: fix blksize < PAGE_SIZE for file-backed mounts | Hongzhen Luo | 1 | -1/+5 |
| 2024-11-18 | erofs: get rid of `buf->kmap_type` | Gao Xiang | 2 | -14/+5 |
| 2024-11-18 | erofs: fix file-backed mounts over FUSE | Gao Xiang | 2 | -4/+7 |
| 2024-11-18 | erofs: simplify definition of the log functions | Gou Hao | 2 | -32/+11 |
| 2024-11-18 | erofs: add sysfs node to drop internal caches | Chunhai Guo | 3 | -1/+19 |
| 2024-11-18 | erofs: free pclusters if no cached folio is attached | Chunhai Guo | 1 | -19/+38 |
| 2024-11-18 | erofs: sunset `struct erofs_workgroup` | Gao Xiang | 2 | -77/+60 |
| 2024-11-18 | erofs: move erofs_workgroup operations into zdata.c | Gao Xiang | 3 | -112/+105 |
| 2024-11-18 | erofs: get rid of erofs_{find,insert}_workgroup | Gao Xiang | 3 | -63/+30 |
| 2024-11-12 | erofs: add SEEK_{DATA,HOLE} support | Gao Xiang | 1 | -1/+25 |
| 2024-10-21 | erofs: use get_tree_bdev_flags() to avoid misleading messages | Gao Xiang | 1 | -1/+3 |
| 2024-10-14 | Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -43/+31 |
| 2024-10-11 | erofs: get rid of kaddr in `struct z_erofs_maprecorder` | Gao Xiang | 1 | -20/+12 |
| 2024-10-11 | erofs: get rid of z_erofs_try_to_claim_pcluster() | Gao Xiang | 1 | -20/+9 |
| 2024-10-11 | erofs: ensure regular inodes for file-backed mounts | Gao Xiang | 1 | -3/+10 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-12 | erofs: reject inodes with negative i_size | Gao Xiang | 1 | -3/+6 |
| 2024-09-12 | erofs: restrict pcluster size limitations | Gao Xiang | 2 | -23/+24 |
| 2024-09-12 | erofs: allocate more short-lived pages from reserved pool first | Chunhai Guo | 1 | -2/+3 |
| 2024-09-12 | erofs: sunset unneeded NOFAILs | Gao Xiang | 1 | -26/+31 |
| 2024-09-10 | erofs: simplify erofs_map_blocks_flatmode() | Hongzhen Luo | 1 | -19/+9 |
| 2024-09-10 | erofs: refactor read_inode calling convention | Yiyang Wu | 1 | -59/+52 |
| 2024-09-10 | erofs: use kmemdup_nul in erofs_fill_symlink | Yiyang Wu | 1 | -8/+2 |
| 2024-09-10 | erofs: mark experimental fscache backend deprecated | Gao Xiang | 2 | -2/+5 |
| 2024-09-10 | erofs: support compressed inodes for fileio | Gao Xiang | 4 | -20/+43 |
| 2024-09-10 | erofs: support unencoded inodes for fileio | Gao Xiang | 6 | -51/+248 |
| 2024-09-10 | erofs: add file-backed mount support | Gao Xiang | 5 | -44/+100 |
| 2024-09-10 | erofs: handle overlapped pclusters out of crafted images properly | Gao Xiang | 1 | -33/+38 |
| 2024-09-10 | erofs: fix error handling in z_erofs_init_decompressor | Sandeep Dhavale | 1 | -1/+1 |
| 2024-09-10 | erofs: clean up erofs_register_sysfs() | Gao Xiang | 2 | -25/+7 |
| 2024-09-10 | erofs: fix incorrect symlink detection in fast symlink | Gao Xiang | 1 | -14/+6 |
| 2024-08-21 | erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails | Gao Xiang | 1 | -1/+2 |
| 2024-08-19 | erofs: allow large folios for compressed files | Gao Xiang | 1 | -10/+8 |
| 2024-08-19 | erofs: get rid of check_layout_compatibility() | Hongzhen Luo | 1 | -20/+6 |
| 2024-08-19 | erofs: simplify readdir operation | Hongzhen Luo | 2 | -24/+13 |
| 2024-07-26 | erofs: convert comma to semicolon | Chen Ni | 1 | -1/+1 |
| 2024-07-26 | erofs: support multi-page folios for erofs_bread() | Gao Xiang | 1 | -18/+12 |
| 2024-07-26 | erofs: add support for FS_IOC_GETFSSYSFSPATH | Huang Xiaojia | 1 | -0/+16 |
| 2024-07-26 | erofs: fix race in z_erofs_get_gbuf() | Gao Xiang | 1 | -0/+3 |
| 2024-07-26 | erofs: support STATX_DIOALIGN | Hongbo Li | 1 | -2/+17 |
| 2024-07-13 | erofs: silence uninitialized variable warning in z_erofs_scan_folio() | Dan Carpenter | 1 | -1/+1 |
| 2024-07-11 | erofs: avoid refcounting short-lived pages | Gao Xiang | 3 | -26/+24 |
| 2024-07-10 | erofs: get rid of z_erofs_map_blocks_iter_* tracepoints | Hongzhen Luo | 1 | -2/+2 |
| 2024-07-09 | erofs: tidy up stream decompressors | Gao Xiang | 5 | -304/+209 |
| 2024-07-09 | erofs: refine z_erofs_{init,exit}_subsystem() | Gao Xiang | 8 | -78/+69 |
| 2024-07-09 | erofs: move each decompressor to its own source file | Gao Xiang | 6 | -50/+44 |
| 2024-07-08 | erofs: tidy up `struct z_erofs_bvec` | Gao Xiang | 1 | -52/+49 |
| 2024-07-08 | erofs: teach z_erofs_scan_folios() to handle multi-page folios | Gao Xiang | 1 | -83/+80 |
| 2024-07-08 | erofs: convert z_erofs_read_fragment() to folios | Gao Xiang | 1 | -8/+7 |
| 2024-07-08 | erofs: convert z_erofs_pcluster_readmore() to folios | Gao Xiang | 2 | -17/+12 |
| 2024-06-30 | erofs: ensure m_llen is reset to 0 if metadata is invalid | Gao Xiang | 1 | -0/+2 |
| 2024-06-26 | erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUID | Huang Xiaojia | 1 | -1/+1 |
| 2024-06-26 | erofs: fix possible memory leak in z_erofs_gbuf_exit() | Sandeep Dhavale | 1 | -4/+4 |
| 2024-05-24 | Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -88/+65 |
| 2024-05-21 | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -44/+33 |
| 2024-05-21 | erofs: avoid allocating DEFLATE streams before mounting | Gao Xiang | 1 | -26/+29 |
| 2024-05-18 | z_erofs_pcluster_begin(): don't bother with rounding position down | Al Viro | 1 | -1/+1 |
| 2024-05-18 | erofs: don't round offset down for erofs_read_metabuf() | Al Viro | 1 | -8/+8 |
| 2024-05-18 | erofs: don't align offset for erofs_read_metabuf() (simple cases) | Al Viro | 4 | -25/+14 |
| 2024-05-18 | erofs: mechanically convert erofs_read_metabuf() to offsets | Al Viro | 7 | -13/+13 |
| 2024-05-18 | erofs: clean up erofs_show_options() | Hongzhen Luo | 2 | -23/+8 |
| 2024-05-18 | Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Gao Xiang | 7 | -44/+33 |
| 2024-05-09 | erofs: Zstandard compression support | Gao Xiang | 9 | -1/+333 |
| 2024-05-08 | erofs: clean up z_erofs_load_full_lcluster() | Gao Xiang | 2 | -20/+6 |
| 2024-05-08 | erofs: derive fsid from on-disk UUID for .statfs() if possible | Hongzhen Luo | 1 | -7/+5 |
| 2024-05-08 | erofs: add a reserved buffer pool for lz4 decompression | Chunhai Guo | 3 | -17/+52 |
| 2024-05-08 | erofs: do not use pagepool in z_erofs_gbuf_growsize() | Chunhai Guo | 1 | -36/+31 |
| 2024-05-08 | erofs: rename per-CPU buffers to global buffer pool and make it configurable | Chunhai Guo | 6 | -161/+166 |
| 2024-05-08 | erofs: rename utils.c to zutil.c | Chunhai Guo | 2 | -21/+13 |
| 2024-05-03 | use ->bd_mapping instead of ->bd_inode->i_mapping | Al Viro | 1 | -1/+1 |
| 2024-04-28 | erofs: reliably distinguish block based and fscache mode | Christian Brauner | 1 | -6/+2 |
| 2024-04-28 | erofs: get rid of erofs_fs_context | Baokun Li | 2 | -70/+53 |
| 2024-04-28 | erofs: modify the error message when prepare_ondemand_read failed | Hongbo Li | 1 | -1/+1 |
| 2024-04-25 | erofs_buf: store address_space instead of inode | Al Viro | 6 | -10/+9 |
| 2024-04-07 | erofs: switch erofs_bread() to passing offset instead of block number | Al Viro | 7 | -34/+24 |
| 2024-03-25 | erofs: drop experimental warning for FSDAX | Gao Xiang | 1 | -1/+0 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2024-03-12 | Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -316/+334 |
| 2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -12/+12 |
| 2024-03-10 | erofs: support compressed inodes over fscache | Jingbo Xu | 4 | -20/+77 |
| 2024-03-10 | erofs: make iov_iter describe target buffers over fscache | Jingbo Xu | 1 | -112/+123 |
| 2024-03-10 | erofs: fix lockdep false positives on initializing erofs_pseudo_mnt | Baokun Li | 3 | -31/+15 |
| 2024-03-10 | erofs: refine managed cache operations to folios | Gao Xiang | 6 | -48/+34 |
| 2024-03-10 | erofs: convert z_erofs_submissionqueue_endio() to folios | Gao Xiang | 1 | -11/+11 |
| 2024-03-10 | erofs: convert z_erofs_fill_bio_vec() to folios | Gao Xiang | 1 | -35/+36 |
| 2024-03-10 | erofs: get rid of `justfound` debugging tag | Gao Xiang | 1 | -17/+3 |
| 2024-03-10 | erofs: convert z_erofs_do_read_page() to folios | Gao Xiang | 1 | -16/+15 |
| 2024-03-10 | erofs: convert z_erofs_onlinepage_.* to folios | Gao Xiang | 1 | -28/+22 |
| 2024-03-07 | erofs: apply proper VMA alignment for memory mapped files on THP | Gao Xiang | 1 | -0/+1 |
| 2024-03-07 | erofs: fix uninitialized page cache reported by KMSAN | Gao Xiang | 1 | -1/+2 |
| 2024-02-25 | Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -14/+14 |
| 2024-02-25 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -3/+4 |
| 2024-02-25 | erofs: port device access to file | Christian Brauner | 3 | -12/+12 |
| 2024-02-22 | erofs: fix refcount on the metabuf used for inode lookup | Sandeep Dhavale | 1 | -14/+14 |
| 2024-02-20 | erofs: fix handling kern_mount() failure | Al Viro | 1 | -3/+4 |
| 2024-01-27 | erofs: relaxed temporary buffers allocation on readahead | Chunhai Guo | 5 | -20/+42 |
| 2024-01-26 | erofs: fix infinite loop due to a race of filling compressed_bvecs | Gao Xiang | 1 | -36/+38 |
| 2024-01-25 | erofs: get rid of unneeded GFP_NOFS | Jingbo Xu | 4 | -7/+7 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+5 |
| 2024-01-18 | Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -14/+17 |
| 2024-01-15 | erofs: Don't use certain unnecessary folio_*() functions | David Howells | 1 | -3/+3 |
| 2024-01-13 | erofs: fix inconsistent per-file compression format | Gao Xiang | 2 | -11/+14 |
| 2024-01-10 | erofs: make erofs_{err,info}() support NULL sb parameter | Chunhai Guo | 2 | -3/+9 |
| 2024-01-10 | erofs: avoid debugging output for (de)compressed data | Gao Xiang | 1 | -7/+1 |
| 2023-12-24 | netfs, fscache: Combine fscache with netfs | David Howells | 1 | -2/+5 |
| 2023-12-21 | erofs: allow partially filled compressed bvecs | Yue Hu | 1 | -23/+13 |
| 2023-12-18 | erofs: enable sub-page compressed block support | Gao Xiang | 2 | -4/+8 |
| 2023-12-18 | erofs: refine z_erofs_transform_plain() for sub-page block support | Gao Xiang | 1 | -32/+47 |
| 2023-12-18 | erofs: fix ztailpacking for subpage compressed blocks | Gao Xiang | 1 | -1/+1 |
| 2023-12-15 | erofs: fix up compacted indexes for block size < 4096 | Gao Xiang | 1 | -18/+14 |
| 2023-12-15 | erofs: record `pclustersize` in bytes instead of pages | Gao Xiang | 1 | -38/+26 |
| 2023-12-15 | erofs: support I/O submission for sub-page compressed blocks | Gao Xiang | 1 | -82/+74 |
| 2023-12-15 | erofs: fix lz4 inplace decompression | Gao Xiang | 1 | -15/+16 |
| 2023-12-15 | erofs: fix memory leak on short-lived bounced pages | Gao Xiang | 1 | -3/+2 |
| 2023-11-17 | MAINTAINERS: erofs: add EROFS webpage | Gao Xiang | 1 | -1/+1 |
| 2023-11-17 | erofs: fix NULL dereference of dif->bdev_handle in fscache mode | Jingbo Xu | 1 | -2/+3 |
| 2023-11-17 | erofs: simplify erofs_read_inode() | Ferry Meng | 1 | -63/+35 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+12 |
| 2023-11-02 | Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -135/+88 |
| 2023-10-31 | erofs: fix erofs_insert_workgroup() lockref usage | Gao Xiang | 2 | -7/+2 |
| 2023-10-31 | erofs: tidy up redundant includes | Ferry Meng | 6 | -8/+2 |
| 2023-10-31 | erofs: get rid of ROOT_NID() | Ferry Meng | 2 | -5/+3 |
| 2023-10-31 | erofs: simplify compression configuration parser | Gao Xiang | 6 | -108/+79 |
| 2023-10-31 | erofs: don't warn MicroLZMA format anymore | Gao Xiang | 2 | -7/+2 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+2 |
| 2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -3/+3 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-28 | erofs: Convert to use bdev_open_by_path() | Jan Kara | 3 | -13/+13 |
| 2023-10-18 | erofs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+2 |
| 2023-10-09 | erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata | Wedson Almeida Filho | 2 | -3/+3 |
| 2023-10-04 | erofs: dynamically allocate the erofs-shrinker | Qi Zheng | 1 | -7/+12 |
| 2023-09-19 | erofs: allow empty device tags in flatdev mode | Jingbo Xu | 1 | -1/+1 |
| 2023-09-11 | erofs: fix memory leak of LZMA global compressed deduplication | Gao Xiang | 1 | -1/+4 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
| 2023-08-28 | Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -190/+459 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+5 |
| 2023-08-24 | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2023-08-23 | erofs: release ztailpacking pclusters properly | Jingbo Xu | 1 | -1/+4 |
| 2023-08-23 | erofs: don't warn dedupe and fragments features anymore | sunshijie | 1 | -4/+0 |
| 2023-08-23 | erofs: adapt folios for z_erofs_read_folio() | Gao Xiang | 1 | -5/+4 |
| 2023-08-23 | erofs: adapt folios for z_erofs_readahead() | Gao Xiang | 1 | -17/+15 |
| 2023-08-23 | erofs: get rid of fe->backmost for cache decompression | Gao Xiang | 1 | -5/+2 |