aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
11 dayserofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
11 dayserofs: get rid of erofs_fs_contextBaokun Li2-70/+53
11 dayserofs: modify the error message when prepare_ondemand_read failedHongbo Li1-1/+1
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang1-1/+0
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-317/+335
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-12/+12
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu4-20/+77
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu1-112/+123
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li3-31/+15
2024-03-10erofs: refine managed cache operations to foliosGao Xiang6-48/+34
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang1-11/+11
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang1-35/+36
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang1-17/+3
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang1-16/+15
2024-03-10erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang1-28/+22
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+14
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2024-02-25erofs: port device access to fileChristian Brauner3-12/+12
2024-02-22erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-02-20erofs: fix handling kern_mount() failureAl Viro1-3/+4
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo5-20/+42
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang1-36/+38
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu4-7/+7
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+5
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+17
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells1-3/+3
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo2-3/+9
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang1-7/+1
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-2/+5
2023-12-21erofs: allow partially filled compressed bvecsYue Hu1-23/+13
2023-12-18erofs: enable sub-page compressed block supportGao Xiang2-4/+8
2023-12-18erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang1-33/+48
2023-12-18erofs: fix ztailpacking for subpage compressed blocksGao Xiang1-1/+1
2023-12-15erofs: fix up compacted indexes for block size < 4096Gao Xiang1-18/+14
2023-12-15erofs: record `pclustersize` in bytes instead of pagesGao Xiang1-38/+26
2023-12-15erofs: support I/O submission for sub-page compressed blocksGao Xiang1-82/+74
2023-12-15erofs: fix lz4 inplace decompressionGao Xiang1-15/+16
2023-12-15erofs: fix memory leak on short-lived bounced pagesGao Xiang1-3/+2
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang1-1/+1
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu1-2/+3
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng1-63/+35
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+12
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-135/+88
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2-7/+2
2023-10-31erofs: tidy up redundant includesFerry Meng6-8/+2
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng2-5/+3
2023-10-31erofs: simplify compression configuration parserGao Xiang6-108/+79
2023-10-31erofs: don't warn MicroLZMA format anymoreGao Xiang2-7/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+2
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara3-13/+13
2023-10-18erofs: convert to new timestamp accessorsJeff Layton1-1/+2
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng1-7/+12
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu1-1/+1
2023-09-11erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-190/+459
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+5
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-3/+3
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu1-1/+4
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie1-4/+0
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang1-5/+4
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang1-17/+15
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang1-5/+2
2023-08-23erofs: drop z_erofs_page_mark_eio()Gao Xiang1-20/+9
2023-08-23erofs: tidy up z_erofs_do_read_page()Gao Xiang1-29/+24
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang1-33/+27
2023-08-23erofs: avoid obsolete {collector,collection} termsGao Xiang1-21/+18
2023-08-23erofs: simplify z_erofs_read_fragment()Gao Xiang1-26/+13
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng1-1/+0
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng1-3/+3
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng1-18/+4
2023-08-23erofs: refine warning messages for zdata I/OsFerry Meng1-14/+9
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu4-0/+19
2023-08-11erofs: update on-disk format for xattr name filterJingbo Xu1-2/+8
2023-08-11erofs: DEFLATE compression supportGao Xiang9-2/+311
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang1-3/+4
2023-07-13erofs: convert to ctime accessor functionsJeff Layton1-8/+4
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin1-1/+2
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo1-1/+1
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang1-11/+8
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang1-9/+9
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-22erofs: clean up zmap.cGao Xiang1-40/+29
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu1-234/+137
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu1-117/+73
2023-06-18erofs: make the size of read data stored in buffer_ofsJingbo Xu1-3/+3
2023-06-18erofs: unify xattr_iter structuresJingbo Xu1-84/+62
2023-06-18erofs: use absolute position in xattr iteratorJingbo Xu1-97/+65
2023-06-18erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu1-14/+11
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang1-3/+1
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang3-88/+51
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+4
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang3-71/+53
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang1-61/+11
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang1-34/+30
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang1-20/+12
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu1-15/+12
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu1-10/+8
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu3-10/+5
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2-2/+1
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu2-8/+9
2023-05-23erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu1-1/+1
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-455/+536
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-17/+15
2023-04-17erofs: cleanup i_format-related stuffsGao Xiang2-18/+8
2023-04-17erofs: sunset erofs_dbg()Gao Xiang5-19/+3
2023-04-17erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang3-24/+8
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu3-1/+11
2023-04-17erofs: handle long xattr name prefixes properlyJingbo Xu1-12/+56
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu4-3/+73
2023-04-17erofs: introduce on-disk format for long xattr name prefixesJingbo Xu1-1/+15
2023-04-17erofs: move packed inode out of the compression partJingbo Xu2-4/+2
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang6-18/+28
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu2-11/+12
2023-04-17erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang1-0/+4
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-17erofs: simplify erofs_xattr_generic_get()Jingbo Xu1-14/+3
2023-04-17erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu1-3/+3
2023-04-17erofs: move several xattr helpers into xattr.cJingbo Xu2-42/+29
2023-04-17erofs: tidy up EROFS on-disk namingGao Xiang2-142/+119
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu3-3/+11
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu4-28/+35
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu13-130/+135
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu1-1/+1
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang1-3/+0
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang1-6/+6
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li3-4/+4
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-4/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner2-9/+13
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-748/+653
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter1-1/+3
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu3-56/+38
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu1-1/+1
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu2-24/+24
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu1-13/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu3-15/+11
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale2-20/+188
2023-02-15erofs: tidy up internal.hGao Xiang1-56/+28
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang1-123/+119
2023-02-15erofs: move zdata.h into zdata.cGao Xiang2-178/+165
2023-02-15erofs: remove tagged pointer helpersGao Xiang3-128/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang2-27/+17
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang2-19/+5
2023-02-15erofs: simplify iloc()Gao Xiang5-35/+25
2023-02-15erofs: get rid of debug_one_dentry()Gao Xiang1-17/+0
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang2-15/+6
2023-02-15erofs: clean up erofs_iget()Gao Xiang2-28/+21
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang1-6/+6
2023-01-10erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant1-3/+7
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