summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2023-06-18erofs: make the size of read data stored in buffer_ofsJingbo Xu1-3/+3
2023-06-18erofs: unify xattr_iter structuresJingbo Xu1-84/+62
2023-06-18erofs: use absolute position in xattr iteratorJingbo Xu1-97/+65
2023-06-18erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu1-14/+11
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang1-3/+1
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang3-88/+51
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang3-71/+53
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang1-61/+11
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang1-34/+30
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang1-20/+12
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu1-15/+12
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu1-10/+8
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu3-10/+5
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