summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-155-37/+54
|\ \
| * | erofs: fix missing xas_retry() in fscache modeJingbo Xu2022-11-141-3/+7
| * | erofs: fix use-after-free of fsid and domain_id stringJingbo Xu2022-11-104-30/+37
| * | erofs: get correct count for unmapped range in fscache modeJingbo Xu2022-11-081-3/+4
| * | erofs: put metabuf in error path in fscache modeJingbo Xu2022-11-081-1/+3
| * | erofs: fix general protection fault when reading fragmentYue Hu2022-11-081-0/+3
* | | fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-7/+11
|/ /
* | erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li2022-10-171-0/+3
* | erofs: fix up inplace decompression success rateGao Xiang2022-10-171-5/+4
* | erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2022-10-172-8/+6