summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang1-6/+0
2025-06-19erofs: refuse crafted out-of-file-range encoded extentsGao Xiang1-0/+4
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi1-0/+3
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu7-5/+257
2025-05-23erofs: clean up erofs_{init,exit}_sysfs()Gao Xiang1-19/+13
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong5-6/+24
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-4/+2
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale1-20/+50
2025-05-16erofs: refine readahead tracepointGao Xiang2-4/+3
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong1-1/+4
2025-05-15erofs: 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-16erofs: support dot-omitted directoriesGao Xiang4-1/+10
2025-03-16erofs: implement 48-bit block addressing for unencoded inodesGao Xiang6-25/+52
2025-03-16erofs: add 48-bit block addressing on-disk supportGao Xiang5-69/+61
2025-03-16erofs: simplify erofs_{read,fill}_inode()Gao Xiang1-57/+35
2025-03-16erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang1-70/+47
2025-03-16erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang6-80/+41
2025-03-16erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang1-25/+14
2025-03-16erofs: simplify tail inline pcluster handlingGao Xiang2-17/+12
2025-03-16erofs: allow 16-byte volume name againGao Xiang2-10/+0
2025-03-16erofs: get rid of erofs_kmap_typeBo Liu11-39/+32
2025-03-16erofs: 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-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-01-28add a string-to-qstr constructorAl Viro1-1/+1
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+0
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-26Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-272/+162
2025-01-25include/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-22Merge 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-16erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan1-1/+1