summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu2022-10-171-12/+10
|/
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+12
|\
| * erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig2022-09-201-1/+12
* | erofs: clean up erofs_iget()Gao Xiang2022-09-274-22/+14
* | erofs: clean up unnecessary code and commentsGao Xiang2022-09-274-16/+2
* | erofs: fold in z_erofs_reload_indexes()Yue Hu2022-09-271-20/+8
* | erofs: introduce partial-referenced pclustersGao Xiang2022-09-267-2/+23
* | erofs: support on-disk compressed fragments dataYue Hu2022-09-266-17/+152
* | erofs: support interlaced uncompressed data for compressed filesYue Hu2022-09-234-23/+41
* | erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu2022-09-231-130/+83
* | erofs: introduce 'domain_id' mount optionJia Zhu2022-09-202-2/+34
* | erofs: Support sharing cookies in the same domainJia Zhu2022-09-202-6/+96
* | erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu2022-09-203-2/+45
* | erofs: introduce fscache-based domainJia Zhu2022-09-202-17/+121
* | erofs: code clean up for fscacheJia Zhu2022-09-203-43/+36
* | erofs: use kill_anon_super() to kill super in fscache modeJia Zhu2022-09-201-1/+1
* | erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang2022-09-201-1/+1
* | erofs: fix pcluster use-after-free on UP platformsGao Xiang2022-09-051-29/+0
* | erofs: avoid the potentially wrong m_plen for big pclusterYue Hu2022-09-051-8/+8
* | erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke2022-09-051-2/+6
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-5/+7
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+6
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | erofs: update ctx->pos for every emitted direntHongnan Li2022-07-311-9/+7
* | erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang2022-07-221-2/+2
* | erofs: get rid of erofs_prepare_dio() helperGao Xiang2022-07-221-24/+15