summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-3/+3
|\
| * mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-3/+3
* | Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-2811-190/+459
|\ \
| * | erofs: release ztailpacking pclusters properlyJingbo Xu2023-08-231-1/+4
| * | erofs: don't warn dedupe and fragments features anymoresunshijie2023-08-231-4/+0
| * | erofs: adapt folios for z_erofs_read_folio()Gao Xiang2023-08-231-5/+4
| * | erofs: adapt folios for z_erofs_readahead()Gao Xiang2023-08-231-17/+15
| * | erofs: get rid of fe->backmost for cache decompressionGao Xiang2023-08-231-5/+2
| * | erofs: drop z_erofs_page_mark_eio()Gao Xiang2023-08-231-20/+9
| * | erofs: tidy up z_erofs_do_read_page()Gao Xiang2023-08-231-29/+24
| * | erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang2023-08-231-33/+27
| * | erofs: avoid obsolete {collector,collection} termsGao Xiang2023-08-231-21/+18
| * | erofs: simplify z_erofs_read_fragment()Gao Xiang2023-08-231-26/+13
| * | erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng2023-08-231-1/+0
| * | erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng2023-08-231-3/+3
| * | erofs: clean up redundant comment and adjust code alignmentFerry Meng2023-08-231-18/+4
| * | erofs: refine warning messages for zdata I/OsFerry Meng2023-08-231-14/+9
| * | erofs: boost negative xattr lookup with bloom filterJingbo Xu2023-08-114-0/+19
| * | erofs: update on-disk format for xattr name filterJingbo Xu2023-08-111-2/+8
| * | erofs: DEFLATE compression supportGao Xiang2023-08-119-2/+311
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-9/+5
|\ \ \ | |/ / |/| |
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | erofs: convert to ctime accessor functionsJeff Layton2023-07-131-8/+4
* | | erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang2023-08-011-2/+0
* | | erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang2023-08-011-3/+4
| |/ |/|
* | erofs: fix fsdax unavailability for chunk-based regular filesXin Yin2023-07-121-1/+2
* | erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-121-1/+1
* | erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-121-1/+1
* | erofs: simplify z_erofs_transform_plain()Gao Xiang2023-07-121-11/+8
* | erofs: get rid of the remaining kmap_atomic()Gao Xiang2023-07-121-9/+9
|/
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+4
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+4
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\|
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | erofs: clean up zmap.cGao Xiang2023-06-221-40/+29
* | erofs: remove unnecessary gotoYangtao Li2023-06-221-5/+2
* | erofs: Fix detection of atomic contextSandeep Dhavale2023-06-221-1/+1
* | erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu2023-06-181-234/+137
* | erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu2023-06-181-117/+73
* | erofs: make the size of read data stored in buffer_ofsJingbo Xu2023-06-181-3/+3
* | erofs: unify xattr_iter structuresJingbo Xu2023-06-181-84/+62
* | erofs: use absolute position in xattr iteratorJingbo Xu2023-06-181-97/+65
* | erofs: fix compact 4B support for 16k block sizeGao Xiang2023-06-181-5/+1
* | erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu2023-06-181-14/+11
* | erofs: use poison pointer to replace the hard-coded addressGao Xiang2023-06-181-3/+1
* | erofs: use struct lockref to replace handcrafted approachGao Xiang2023-06-183-88/+51
* | erofs: adapt managed inode operations into foliosGao Xiang2023-05-293-71/+53
* | erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang2023-05-291-61/+11