aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-08erofs: fix general protection fault when reading fragmentGravatar Yue Hu 1-0/+3
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 2-4/+4
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheGravatar Dawei Li 1-0/+3
2022-10-17erofs: fix up inplace decompression success rateGravatar Gao Xiang 1-5/+4
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGravatar Gao Xiang 2-8/+6
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Gravatar Yue Hu 1-12/+10
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+12
2022-09-27erofs: clean up erofs_iget()Gravatar Gao Xiang 4-22/+14
2022-09-27erofs: clean up unnecessary code and commentsGravatar Gao Xiang 4-16/+2
2022-09-27erofs: fold in z_erofs_reload_indexes()Gravatar Yue Hu 1-20/+8
2022-09-26erofs: introduce partial-referenced pclustersGravatar Gao Xiang 7-2/+23
2022-09-26erofs: support on-disk compressed fragments dataGravatar Yue Hu 6-17/+152
2022-09-23erofs: support interlaced uncompressed data for compressed filesGravatar Yue Hu 4-23/+41
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeGravatar Jingbo Xu 1-130/+83
2022-09-20erofs: add manual PSI accounting for the compressed address spaceGravatar Christoph Hellwig 1-1/+12
2022-09-20erofs: introduce 'domain_id' mount optionGravatar Jia Zhu 2-2/+34
2022-09-20erofs: Support sharing cookies in the same domainGravatar Jia Zhu 2-6/+96
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesGravatar Jia Zhu 3-2/+45
2022-09-20erofs: introduce fscache-based domainGravatar Jia Zhu 2-17/+121
2022-09-20erofs: code clean up for fscacheGravatar Jia Zhu 3-43/+36
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeGravatar Jia Zhu 1-1/+1
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGravatar Gao Xiang 1-1/+1
2022-09-05erofs: fix pcluster use-after-free on UP platformsGravatar Gao Xiang 1-29/+0
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterGravatar Yue Hu 1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioGravatar Sun Ke 1-2/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+7
2022-07-31erofs: update ctx->pos for every emitted direntGravatar Hongnan Li 1-9/+7
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGravatar Gao Xiang 1-2/+2