summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2-2/+1
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu2-8/+9
2023-05-23erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu1-1/+1
2023-04-25Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-455/+536
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-17/+15
2023-04-16erofs: cleanup i_format-related stuffsGao Xiang2-18/+8
2023-04-16erofs: sunset erofs_dbg()Gao Xiang5-19/+3
2023-04-16erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-04-16erofs: get rid of z_erofs_fill_inode()Gao Xiang3-24/+8
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu3-1/+11
2023-04-16erofs: handle long xattr name prefixes properlyJingbo Xu1-12/+56
2023-04-16erofs: add helpers to load long xattr name prefixesJingbo Xu4-3/+73
2023-04-16erofs: introduce on-disk format for long xattr name prefixesJingbo Xu1-1/+15
2023-04-16erofs: move packed inode out of the compression partJingbo Xu2-4/+2
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang6-18/+28
2023-04-16erofs: initialize packed inode after root inode is assignedJingbo Xu2-11/+12
2023-04-16erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang1-0/+4
2023-04-16erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-16erofs: simplify erofs_xattr_generic_get()Jingbo Xu1-14/+3
2023-04-16erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu1-3/+3
2023-04-16erofs: move several xattr helpers into xattr.cJingbo Xu2-42/+29
2023-04-16erofs: tidy up EROFS on-disk namingGao Xiang2-142/+119
2023-04-16erofs: support flattened block device for multi-blob imagesJia Zhu3-3/+11
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu4-28/+35
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu13-130/+135
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu1-1/+1
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang1-3/+0
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang1-6/+6
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li3-4/+4
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-4/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner2-9/+13
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-748/+653
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter1-1/+3
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu3-56/+38
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu1-1/+1
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu2-24/+24
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu1-13/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu3-15/+11
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale2-20/+188
2023-02-15erofs: tidy up internal.hGao Xiang1-56/+28
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang1-123/+119
2023-02-15erofs: move zdata.h into zdata.cGao Xiang2-178/+165
2023-02-15erofs: remove tagged pointer helpersGao Xiang3-128/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang2-27/+17
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang2-19/+5