summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu
2023-05-23erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-17erofs: cleanup i_format-related stuffsGao Xiang
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: fix potential overflow calculating xattr_isizeJingbo Xu
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu
2023-04-17erofs: handle long xattr name prefixes properlyJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: introduce on-disk format for long xattr name prefixesJingbo Xu
2023-04-17erofs: move packed inode out of the compression partJingbo Xu
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-04-17erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu
2023-04-17erofs: simplify erofs_xattr_generic_get()Jingbo Xu
2023-04-17erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu
2023-04-17erofs: move several xattr helpers into xattr.cJingbo Xu
2023-04-17erofs: tidy up EROFS on-disk namingGao Xiang
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li
2023-03-06fs: rename generic posix acl handlersChristian Brauner
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-02-15erofs: tidy up internal.hGao Xiang