summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro1-5/+3
2024-05-17erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-1/+1
2024-05-17erofs: clean up erofs_show_options()Hongzhen Luo1-20/+8
2024-05-17Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang1-4/+4
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+7
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo1-7/+5
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-2/+7
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li1-63/+53
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro1-4/+4
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang1-1/+0
2024-03-13mm, 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 Torvalds1-29/+1
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li1-29/+1
2024-02-25erofs: port device access to fileChristian Brauner1-8/+8
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo1-2/+8
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 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-70/+11
2023-10-31erofs: tidy up redundant includesFerry Meng1-3/+0
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng1-3/+3
2023-10-31erofs: simplify compression configuration parserGao Xiang1-64/+8
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 Kara1-10/+10
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu1-1/+1
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie1-4/+0
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-11erofs: boost negative xattr lookup with bloom filterJingbo Xu1-0/+1
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+10
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
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 Xiang1-62/+0
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu1-0/+7
2023-04-16erofs: add helpers to load long xattr name prefixesJingbo Xu1-3/+3
2023-04-16erofs: move packed inode out of the compression partJingbo Xu1-3/+1
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang1-3/+3
2023-04-16erofs: initialize packed inode after root inode is assignedJingbo Xu1-11/+11
2023-04-16erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-16erofs: support flattened block device for multi-blob imagesJia Zhu1-1/+4
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu1-16/+29
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-11/+16
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu1-0/+2
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang1-1/+0
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao1-1/+1