summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-7/+12
|\ \
| * | erofs: dynamically allocate the erofs-shrinkerQi Zheng2023-10-041-7/+12
* | | Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0210-135/+88
|\ \ \
| * | | erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-312-7/+2
| * | | erofs: tidy up redundant includesFerry Meng2023-10-316-8/+2
| * | | erofs: get rid of ROOT_NID()Ferry Meng2023-10-312-5/+3
| * | | erofs: simplify compression configuration parserGao Xiang2023-10-316-108/+79
| * | | erofs: don't warn MicroLZMA format anymoreGao Xiang2023-10-312-7/+2
| | |/ | |/|
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+2
|\ \ \
| * | | erofs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+2
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-3/+3
|\ \ \
| * | | erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho2023-10-092-3/+3
| | |/ | |/|
* | | erofs: Convert to use bdev_open_by_path()Jan Kara2023-10-283-13/+13
| |/ |/|
* | erofs: allow empty device tags in flatdev modeJingbo Xu2023-09-191-1/+1
* | erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang2023-09-111-1/+4
|/
* 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