summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | erofs: clean up erofs_iget()Gao Xiang2023-02-152-28/+21
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-202-3/+3
|\ \ \ | |/ / |/| |
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| |/
* | erofs: clean up parsing of fscache related optionsJingbo Xu2023-01-161-7/+6
* | erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang2023-01-101-6/+6
* | erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant2023-01-101-3/+7
|/
* Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-128-291/+247
|\
| * erofs: validate the extent length for uncompressed pclustersGao Xiang2022-12-071-0/+5
| * erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang2022-12-071-4/+2
| * erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin2022-12-071-1/+2
| * erofs: use kmap_local_page() only for erofs_bread()Gao Xiang2022-12-075-14/+10
| * erofs: enable large folios for fscache modeJingbo Xu2022-12-071-2/+1
| * erofs: support large folios for fscache modeJingbo Xu2022-12-071-68/+80
| * erofs: switch to prepare_ondemand_read() in fscache modeJingbo Xu2022-12-071-167/+94
| * erofs: clean up cached I/O strategiesGao Xiang2022-12-071-46/+31