aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-291/+247
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2022-12-07erofs: validate the extent length for uncompressed pclustersGao Xiang1-0/+5
2022-12-07erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang1-4/+2
2022-12-07erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin1-1/+2
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang5-14/+10
2022-12-07erofs: enable large folios for fscache modeJingbo Xu1-2/+1
2022-12-07erofs: support large folios for fscache modeJingbo Xu1-68/+80
2022-12-07erofs: switch to prepare_ondemand_read() in fscache modeJingbo Xu1-167/+94
2022-12-07erofs: clean up cached I/O strategiesGao Xiang1-46/+31
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao3-15/+44
2022-12-07erofs: enable large folios for iomap modeJingbo Xu2-0/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-37/+54
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu1-3/+7
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu4-30/+37
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner1-7/+11
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu1-3/+4
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu1-1/+3
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu1-0/+3
2022-10-20fs: rename current get acl methodChristian Brauner2-4/+4
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li1-0/+3
2022-10-17erofs: fix up inplace decompression success rateGao Xiang1-5/+4
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2-8/+6
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu1-12/+10
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2022-09-27erofs: clean up erofs_iget()Gao Xiang4-22/+14
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang4-16/+2
2022-09-27erofs: fold in z_erofs_reload_indexes()Yue Hu1-20/+8
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang7-2/+23
2022-09-26erofs: support on-disk compressed fragments dataYue Hu6-17/+152
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu4-23/+41
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu1-130/+83
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig1-1/+12
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu2-2/+34
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu2-6/+96
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu3-2/+45
2022-09-20erofs: introduce fscache-based domainJia Zhu2-17/+121
2022-09-20erofs: code clean up for fscacheJia Zhu3-43/+36
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu1-1/+1
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang1-1/+1
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke1-2/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+7
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li1-9/+7
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang1-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang1-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang4-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang2-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang2-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang2-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang1-25/+5
2022-07-21erofs: rework online page handlingGao Xiang2-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang2-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang1-52/+80
2022-07-21erofs: drop the old pagevec approachGao Xiang3-171/+18
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang2-50/+153
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang1-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang1-23/+19
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-4/+6
2022-07-09erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2022-07-09erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen1-0/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-129/+94
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang1-1/+1
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gao Xiang1-13/+10
2022-05-31erofs: get rid of label `restart_now'Gao Xiang1-19/+14
2022-05-31erofs: get rid of `struct z_erofs_collection'Gao Xiang2-96/+65
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin1-0/+1
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu1-1/+4
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-23/+22
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+1
2022-05-18erofs: scan devices from device tableJeffle Xu2-39/+72
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-18erofs: add 'fsid' mount optionJeffle Xu2-3/+32
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu2-0/+94
2022-05-18erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu3-0/+57
2022-05-18erofs: implement fscache-based metadata readJeffle Xu2-4/+40
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu3-1/+12
2022-05-18erofs: register fscache context for primary data blobJeffle Xu2-4/+12
2022-05-18erofs: add erofs_fscache_read_folios() helperJeffle Xu1-0/+54
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu2-5/+40
2022-05-18erofs: add fscache context helper functionsJeffle Xu2-0/+60
2022-05-18erofs: register fscache volumeJeffle Xu5-0/+69
2022-05-18erofs: add fscache mode check helperJeffle Xu2-15/+34
2022-05-18erofs: make erofs_map_blocks() generally availableJeffle Xu2-2/+4
2022-05-17erofs: support idmapped mountsChao Yu2-2/+2
2022-05-17erofs: make filesystem exportableHongnan Li3-4/+43
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGao Xiang1-2/+3
2022-05-17erofs: refine on-disk definition commentsGao Xiang1-20/+21
2022-05-17erofs: remove obsoleted commentsGao Xiang2-30/+0
2022-05-17erofs: do not prompt for risk any more when using big pclusterYue Hu1-2/+0
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-1/+1
2022-05-09erofs: Convert to release_folioMatthew Wilcox (Oracle)1-8/+8
2022-05-09erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-197/+185
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2022-03-17erofs: rename ctime to mtimeDavid Anderson2-4/+5
2022-03-17erofs: use meta buffers for inode lookupGao Xiang1-30/+24
2022-03-17erofs: use meta buffers for reading directoriesGao Xiang3-18/+17
2022-03-17fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu1-3/+5
2022-03-17erofs: refine managed inode stuffsGao Xiang2-6/+9
2022-03-17erofs: clean up z_erofs_extent_lookbackGao Xiang1-34/+33
2022-03-16erofs: silence warnings related to impossible m_plenGao Xiang1-2/+2
2022-03-16erofs: clean up preload_compressed_pages()Gao Xiang1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gao Xiang1-86/+77
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu1-8/+5
2022-03-15erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-9/+8
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang1-1/+1
2022-02-04erofs: fix small compressed files inliningGao Xiang1-0/+7
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang1-57/+56
2022-01-24erofs: fix fsdax partition offset handlingGao Xiang1-4/+4
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+21
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang4-70/+28
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang2-95/+41
2022-01-04erofs: use meta buffers for super operationsGao Xiang1-77/+27
2022-01-04erofs: use meta buffers for inode operationsGao Xiang2-36/+35
2022-01-04erofs: introduce meta buffer operationsGao Xiang2-21/+90
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu5-31/+103
2021-12-31erofs: support inline data decompressionYue Hu2-44/+119
2021-12-31erofs: support unaligned data decompressionGao Xiang1-8/+9
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang3-21/+36
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang1-39/+44
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-22/+17
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang1-2/+2
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan4-7/+46
2021-12-08erofs: add sysfs interfaceHuang Jianan4-1/+264
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig2-2/+10
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2-2/+4
2021-12-04dax: remove dax_capableChristoph Hellwig1-4/+7
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan3-5/+5
2021-11-23erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-30/+17
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2-21/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-10-25erofs: get rid of ->lru usageGao Xiang7-44/+53
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-1/+1
2021-10-19erofs: lzma compression supportGao Xiang11-21/+383
2021-10-19erofs: rename some generic methods in decompressorGao Xiang1-33/+30
2021-10-19erofs: introduce readmore decompression strategyGao Xiang2-19/+93
2021-10-19erofs: introduce the secondary compression headGao Xiang2-32/+48
2021-10-18erofs: get compression algorithms directly on mappingGao Xiang4-23/+25
2021-10-18erofs: add multiple device supportGao Xiang6-42/+288
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang5-43/+45
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu1-55/+8
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu1-1/+2
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-25erofs: fix double free of 'copied'Gao Xiang1-0/+1
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang3-11/+102
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+45
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-19erofs: add fiemap support with iomapGao Xiang5-1/+59
2021-08-19erofs: add support for the full decompressed lengthGao Xiang2-8/+92
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu3-5/+3
2021-08-11erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu1-2/+1
2021-08-10erofs: convert all uncompressed cases to iomapGao Xiang1-239/+51
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang4-4/+104
2021-08-10erofs: iomap support for non-tailpacking DIOHuang Jianan4-1/+100
2021-06-08erofs: clean up file headers & footersGao Xiang18-34/+0
2021-06-08erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2-7/+2
2021-06-08erofs: fix error return code in erofs_read_superblock()Wei Yongjun1-0/+1
2021-05-13erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang1-2/+19
2021-04-10erofs: enable big pcluster featureGao Xiang1-1/+4
2021-04-10erofs: support decompress big pcluster for lz4 backendGao Xiang2-95/+138
2021-04-10erofs: support parsing big pcluster compact indexesGao Xiang1-10/+62
2021-04-10erofs: support parsing big pcluster compress indexesGao Xiang1-6/+73
2021-04-10erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang2-4/+18
2021-04-10erofs: add big physical cluster definitionGao Xiang2-4/+16
2021-04-10erofs: fix up inplace I/O pointer for big pclusterGao Xiang1-14/+14
2021-04-10erofs: introduce physical cluster slab poolsGao Xiang5-80/+126
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang6-34/+163
2021-04-07erofs: reserve physical_clusterbits[]Gao Xiang4-21/+2
2021-04-03erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong2-2/+2
2021-03-29erofs: add on-disk compression configurationsGao Xiang4-7/+157
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang4-6/+25
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan4-6/+42
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang3-3/+11
2021-03-29erofs: add unsupported inode i_format checkGao Xiang2-0/+10
2021-03-29erofs: don't use erofs_map_blocks() any moreYue Hu2-21/+4
2021-03-29erofs: complete a missing case for inplace I/OGao Xiang1-15/+29
2021-03-29erofs: use sync decompression for atomic contexts onlyHuang Jianan3-2/+9
2021-03-29erofs: use workqueue decompression for atomic contexts onlyHuang Jianan1-1/+8
2021-03-29erofs: avoid memory allocation failure during rolling decompressionHuang Jianan1-3/+2
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+11