summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2023-07-11erofs: fix fsdax unavailability for chunk-based regular filesXin Yin1-1/+2
2023-07-11erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-11erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo1-1/+1
2023-07-11erofs: simplify z_erofs_transform_plain()Gao Xiang1-11/+8
2023-07-11erofs: get rid of the remaining kmap_atomic()Gao Xiang1-9/+9
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-22erofs: clean up zmap.cGao Xiang1-40/+29
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu1-234/+137
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu1-117/+73
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-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+4
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
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-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
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