summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
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
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li
2022-10-17erofs: fix up inplace decompression success rateGao Xiang
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang
2022-09-27erofs: fold in z_erofs_reload_indexes()Yue Hu
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: introduce fscache-based domainJia Zhu
2022-09-20erofs: code clean up for fscacheJia Zhu
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang