summaryrefslogtreecommitdiff
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/ero...Stephen Rothwell2023-03-0814-157/+168
|\
| * erofs: set block size to the on-disk block sizeJingbo Xu2023-03-074-28/+37
| * erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-03-0713-130/+132
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Stephen Rothwell2023-03-082-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-071-1/+1
* | erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang2023-03-061-1/+1
* | erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-063-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
| * erofs: check the uniqueness of fsid in shared domain in advanceHou Tao2022-12-073-15/+44
| * erofs: enable large folios for iomap modeJingbo Xu2022-12-072-0/+4
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-122-4/+4
|\ \
| * | fs: rename current get acl methodChristian Brauner2022-10-202-4/+4
* | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
| |/ |/|