aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Gravatar Yue Hu 1-1/+1
2023-03-09erofs: get rid of a useless DBG_BUGONGravatar Gao Xiang 1-3/+0
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gravatar Gao Xiang 1-6/+6
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGravatar Gao Xiang 1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initGravatar Yangtao Li 3-4/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 14-748/+653
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Gravatar Dan Carpenter 1-1/+3
2023-02-15erofs: unify anonymous inodes for blobGravatar Jingbo Xu 3-56/+38
2023-02-15erofs: relinquish volume with mutex heldGravatar Jingbo Xu 1-1/+1
2023-02-15erofs: maintain cookies of share domain in self-contained listGravatar Jingbo Xu 2-24/+24
2023-02-15erofs: remove unused device mapping in meta routineGravatar Jingbo Xu 1-13/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagGravatar Jingbo Xu 3-15/+11
2023-02-15erofs: make kobj_type structures constantGravatar Thomas Weißschuh 1-3/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionGravatar Sandeep Dhavale 2-20/+188
2023-02-15erofs: tidy up internal.hGravatar Gao Xiang 1-56/+28
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGravatar Gao Xiang 1-123/+119
2023-02-15erofs: move zdata.h into zdata.cGravatar Gao Xiang 2-178/+165
2023-02-15erofs: remove tagged pointer helpersGravatar Gao Xiang 3-128/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGravatar Gao Xiang 2-27/+17
2023-02-15erofs: get rid of erofs_inode_datablocks()Gravatar Gao Xiang 2-19/+5
2023-02-15erofs: simplify iloc()Gravatar Gao Xiang 5-35/+25
2023-02-15erofs: get rid of debug_one_dentry()Gravatar Gao Xiang 1-17/+0
2023-02-15erofs: remove linux/buffer_head.h dependencyGravatar Gao Xiang 2-15/+6
2023-02-15erofs: clean up erofs_iget()Gravatar Gao Xiang 2-28/+21
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-16erofs: clean up parsing of fscache related optionsGravatar Jingbo Xu 1-7/+6
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGravatar Gao Xiang 1-6/+6
2023-01-10erofs/zmap.c: Fix incorrect offset calculationGravatar Siddh Raman Pant 1-3/+7
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-291/+247
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+4
2022-12-07erofs: validate the extent length for uncompressed pclustersGravatar Gao Xiang 1-0/+5
2022-12-07erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGravatar Gao Xiang 1-4/+2
2022-12-07erofs: Fix pcluster memleak when its block address is zeroGravatar Chen Zhongjin 1-1/+2
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gravatar Gao Xiang 5-14/+10
2022-12-07erofs: enable large folios for fscache modeGravatar Jingbo Xu 1-2/+1
2022-12-07erofs: support large folios for fscache modeGravatar Jingbo Xu 1-68/+80
2022-12-07erofs: switch to prepare_ondemand_read() in fscache modeGravatar Jingbo Xu 1-167/+94
2022-12-07erofs: clean up cached I/O strategiesGravatar Gao Xiang 1-46/+31
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceGravatar Hou Tao 3-15/+44
2022-12-07erofs: enable large folios for iomap modeGravatar Jingbo Xu 2-0/+4
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-3/+3
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-37/+54
2022-11-14erofs: fix missing xas_retry() in fscache modeGravatar Jingbo Xu 1-3/+7
2022-11-10erofs: fix use-after-free of fsid and domain_id stringGravatar Jingbo Xu 4-30/+37
2022-11-08fs: fix leaked psi pressure stateGravatar Johannes Weiner 1-7/+11
2022-11-08erofs: get correct count for unmapped range in fscache modeGravatar Jingbo Xu 1-3/+4
2022-11-08erofs: put metabuf in error path in fscache modeGravatar Jingbo Xu 1-1/+3