summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-02-15erofs: tidy up internal.hGao Xiang
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang
2023-02-15erofs: move zdata.h into zdata.cGao Xiang
2023-02-15erofs: remove tagged pointer helpersGao Xiang
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang
2023-02-15erofs: simplify iloc()Gao Xiang
2023-02-15erofs: get rid of debug_one_dentry()Gao Xiang
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang
2023-02-15erofs: clean up erofs_iget()Gao Xiang
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang
2023-01-10erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-07erofs: validate the extent length for uncompressed pclustersGao Xiang
2022-12-07erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang
2022-12-07erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang
2022-12-07erofs: enable large folios for fscache modeJingbo Xu
2022-12-07erofs: support large folios for fscache modeJingbo Xu
2022-12-07erofs: switch to prepare_ondemand_read() in fscache modeJingbo Xu
2022-12-07erofs: clean up cached I/O strategiesGao Xiang
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-12-07erofs: enable large folios for iomap modeJingbo Xu
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu