summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
5 dayserofs: fix block count report when 48-bit layout is onGao Xiang1-2/+2
2025-07-17erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu1-0/+3
2025-07-17erofs: refine readahead tracepointGao Xiang2-4/+3
2025-07-17erofs: fix large fragment handlingGao Xiang3-7/+8
2025-07-17erofs: address D-cache aliasingGao Xiang5-19/+21
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-06-27erofs: remove a superfluous check for encoded extentsGao Xiang1-6/+0
2025-06-27erofs: refuse crafted out-of-file-range encoded extentsGao Xiang1-0/+4
2025-06-19netfs: Fix the request's work item to not require a refDavid Howells1-4/+2
2025-06-19erofs: avoid using multiple devices with different typeSheng Yong1-1/+4
2025-06-19erofs: fix file handle encoding for 64-bit NIDsHongbo Li1-8/+36
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-17/+14
2025-04-30erofs: remove unused enum typeHongbo Li1-1/+0
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann1-2/+2
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+9
2025-04-10erofs: remove duplicate codeBo Liu1-1/+0
2025-04-09erofs: fix encoded extents handlingGao Xiang1-2/+3
2025-04-09erofs: add __packed annotation to union(__le16..)Gao Xiang1-4/+4
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-17erofs: enable 48-bit layout supportGao Xiang3-8/+10
2025-03-17erofs: support unaligned encoded dataGao Xiang2-48/+46
2025-03-17erofs: implement encoded extent metadataGao Xiang2-12/+135
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang3-67/+58
2025-03-17erofs: initialize decompression earlyGao Xiang3-28/+26
2025-03-17erofs: support dot-omitted directoriesGao Xiang4-1/+10
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang6-25/+52
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang5-69/+61
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang1-57/+35
2025-03-17erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang1-70/+47
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang6-80/+41
2025-03-17erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang1-25/+14
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang2-17/+12
2025-03-17erofs: allow 16-byte volume name againGao Xiang2-10/+0
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu11-39/+32
2025-03-17erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo1-39/+24
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-1/+1
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-01-27add a string-to-qstr constructorAl Viro1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+0
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-272/+162
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang1-7/+0
2025-01-23erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang1-20/+16
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan1-2/+0
2025-01-17erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan1-1/+1
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang2-53/+21