aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2023-11-17MAINTAINERS: erofs: add EROFS webpageGravatar Gao Xiang 1-1/+1
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeGravatar Jingbo Xu 1-2/+3
2023-11-17erofs: simplify erofs_read_inode()Gravatar Ferry Meng 1-63/+35
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+12
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-135/+88
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGravatar Gao Xiang 2-7/+2
2023-10-31erofs: tidy up redundant includesGravatar Ferry Meng 6-8/+2
2023-10-31erofs: get rid of ROOT_NID()Gravatar Ferry Meng 2-5/+3
2023-10-31erofs: simplify compression configuration parserGravatar Gao Xiang 6-108/+79
2023-10-31erofs: don't warn MicroLZMA format anymoreGravatar Gao Xiang 2-7/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+2
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Gravatar Jan Kara 3-13/+13
2023-10-18erofs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+2
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataGravatar Wedson Almeida Filho 2-3/+3
2023-10-04erofs: dynamically allocate the erofs-shrinkerGravatar Qi Zheng 1-7/+12
2023-09-19erofs: allow empty device tags in flatdev modeGravatar Jingbo Xu 1-1/+1
2023-09-11erofs: fix memory leak of LZMA global compressed deduplicationGravatar Gao Xiang 1-1/+4
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-190/+459
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+5
2023-08-24mm: remove enum page_entry_sizeGravatar Matthew Wilcox (Oracle) 1-3/+3
2023-08-23erofs: release ztailpacking pclusters properlyGravatar Jingbo Xu 1-1/+4
2023-08-23erofs: don't warn dedupe and fragments features anymoreGravatar sunshijie 1-4/+0
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gravatar Gao Xiang 1-5/+4
2023-08-23erofs: adapt folios for z_erofs_readahead()Gravatar Gao Xiang 1-17/+15
2023-08-23erofs: get rid of fe->backmost for cache decompressionGravatar Gao Xiang 1-5/+2
2023-08-23erofs: drop z_erofs_page_mark_eio()Gravatar Gao Xiang 1-20/+9
2023-08-23erofs: tidy up z_erofs_do_read_page()Gravatar Gao Xiang 1-29/+24
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gravatar Gao Xiang 1-33/+27
2023-08-23erofs: avoid obsolete {collector,collection} termsGravatar Gao Xiang 1-21/+18
2023-08-23erofs: simplify z_erofs_read_fragment()Gravatar Gao Xiang 1-26/+13
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cGravatar Ferry Meng 1-1/+0
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheGravatar Ferry Meng 1-3/+3
2023-08-23erofs: clean up redundant comment and adjust code alignmentGravatar Ferry Meng 1-18/+4
2023-08-23erofs: refine warning messages for zdata I/OsGravatar Ferry Meng 1-14/+9
2023-08-11erofs: boost negative xattr lookup with bloom filterGravatar Jingbo Xu 4-0/+19
2023-08-11erofs: update on-disk format for xattr name filterGravatar Jingbo Xu 1-2/+8
2023-08-11erofs: DEFLATE compression supportGravatar Gao Xiang 9-2/+311
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gravatar Gao Xiang 1-2/+0
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGravatar Gao Xiang 1-3/+4
2023-07-13erofs: convert to ctime accessor functionsGravatar Jeff Layton 1-8/+4
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesGravatar Xin Yin 1-1/+2
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFGravatar Chunhai Guo 1-1/+1
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Gravatar Chunhai Guo 1-1/+1
2023-07-12erofs: simplify z_erofs_transform_plain()Gravatar Gao Xiang 1-11/+8
2023-07-12erofs: get rid of the remaining kmap_atomic()Gravatar Gao Xiang 1-9/+9