summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2414-455/+536
|\
| * erofs: cleanup i_format-related stuffsGao Xiang2023-04-172-18/+8
| * erofs: sunset erofs_dbg()Gao Xiang2023-04-175-19/+3
| * erofs: fix potential overflow calculating xattr_isizeJingbo Xu2023-04-171-1/+1
| * erofs: get rid of z_erofs_fill_inode()Gao Xiang2023-04-173-24/+8
| * erofs: enable long extended attribute name prefixesJingbo Xu2023-04-173-1/+11
| * erofs: handle long xattr name prefixes properlyJingbo Xu2023-04-171-12/+56
| * erofs: add helpers to load long xattr name prefixesJingbo Xu2023-04-174-3/+73
| * erofs: introduce on-disk format for long xattr name prefixesJingbo Xu2023-04-171-1/+15
| * erofs: move packed inode out of the compression partJingbo Xu2023-04-172-4/+2
| * erofs: keep meta inode into erofs_bufGao Xiang2023-04-176-18/+28
| * erofs: initialize packed inode after root inode is assignedJingbo Xu2023-04-172-11/+12
| * erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang2023-04-171-0/+4
| * erofs: don't warn ztailpacking feature anymoreYue Hu2023-04-171-2/+0
| * erofs: simplify erofs_xattr_generic_get()Jingbo Xu2023-04-171-14/+3
| * erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu2023-04-171-3/+3
| * erofs: move several xattr helpers into xattr.cJingbo Xu2023-04-172-42/+29
| * erofs: tidy up EROFS on-disk namingGao Xiang2023-04-172-142/+119
| * erofs: support flattened block device for multi-blob imagesJia Zhu2023-04-173-3/+11
| * erofs: set block size to the on-disk block sizeJingbo Xu2023-04-174-28/+35
| * erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-1713-130/+135
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-242-17/+15
|\ \ | |/ |/|
| * fs: rename generic posix acl handlersChristian Brauner2023-03-061-4/+2
| * fs: simplify ->listxattr() implementationChristian Brauner2023-03-062-9/+13
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* | erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu2023-03-091-1/+1
* | erofs: get rid of a useless DBG_BUGONGao Xiang2023-03-091-3/+0
* | erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang2023-03-091-6/+6
* | erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang2023-03-091-1/+1
* | erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-093-4/+4
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2014-748/+653
|\ \
| * | erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter2023-02-161-1/+3
| * | erofs: unify anonymous inodes for blobJingbo Xu2023-02-153-56/+38
| * | erofs: relinquish volume with mutex heldJingbo Xu2023-02-151-1/+1
| * | erofs: maintain cookies of share domain in self-contained listJingbo Xu2023-02-152-24/+24
| * | erofs: remove unused device mapping in meta routineJingbo Xu2023-02-151-13/+4
| * | erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu2023-02-153-15/+11
| * | erofs: make kobj_type structures constantThomas Weißschuh2023-02-151-3/+3
| * | erofs: add per-cpu threads for decompression as an optionSandeep Dhavale2023-02-152-20/+188
| * | erofs: tidy up internal.hGao Xiang2023-02-151-56/+28
| * | erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang2023-02-151-123/+119
| * | erofs: move zdata.h into zdata.cGao Xiang2023-02-152-178/+165
| * | erofs: remove tagged pointer helpersGao Xiang2023-02-153-128/+6
| * | erofs: avoid tagged pointers to mark sync decompressionGao Xiang2023-02-152-27/+17
| * | erofs: get rid of erofs_inode_datablocks()Gao Xiang2023-02-152-19/+5
| * | erofs: simplify iloc()Gao Xiang2023-02-155-35/+25
| * | erofs: get rid of debug_one_dentry()Gao Xiang2023-02-151-17/+0
| * | erofs: remove linux/buffer_head.h dependencyGao Xiang2023-02-152-15/+6