aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-22erofs: clean up zmap.cGravatar Gao Xiang 1-40/+29
2023-06-22erofs: remove unnecessary gotoGravatar Yangtao Li 1-5/+2
2023-06-22erofs: Fix detection of atomic contextGravatar Sandeep Dhavale 1-1/+1
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrGravatar Jingbo Xu 1-234/+137
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrGravatar Jingbo Xu 1-117/+73
2023-06-18erofs: make the size of read data stored in buffer_ofsGravatar Jingbo Xu 1-3/+3
2023-06-18erofs: unify xattr_iter structuresGravatar Jingbo Xu 1-84/+62
2023-06-18erofs: use absolute position in xattr iteratorGravatar Jingbo Xu 1-97/+65
2023-06-18erofs: fix compact 4B support for 16k block sizeGravatar Gao Xiang 1-5/+1
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrGravatar Jingbo Xu 1-14/+11
2023-06-18erofs: use poison pointer to replace the hard-coded addressGravatar Gao Xiang 1-3/+1
2023-06-18erofs: use struct lockref to replace handcrafted approachGravatar Gao Xiang 3-88/+51
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-3/+4
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-05-29erofs: adapt managed inode operations into foliosGravatar Gao Xiang 3-71/+53
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGravatar Gao Xiang 1-61/+11
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGravatar Gao Xiang 1-34/+30