summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: Zstandard compression supportGao Xiang9 days1-0/+7
* erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo10 days1-7/+5
* erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo10 days1-2/+7
* erofs: reliably distinguish block based and fscache modeChristian Brauner2024-04-281-6/+2
* erofs: get rid of erofs_fs_contextBaokun Li2024-04-281-63/+53
* erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-121-29/+1
|\
| * erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li2024-03-101-29/+1
* | erofs: port device access to fileChristian Brauner2024-02-251-8/+8
|/
* erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo2024-01-101-2/+8
* 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 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-021-70/+11
|\ \
| * | erofs: tidy up redundant includesFerry Meng2023-10-311-3/+0
| * | erofs: get rid of ROOT_NID()Ferry Meng2023-10-311-3/+3
| * | erofs: simplify compression configuration parserGao Xiang2023-10-311-64/+8
| |/
* / erofs: Convert to use bdev_open_by_path()Jan Kara2023-10-281-10/+10
|/
* erofs: allow empty device tags in flatdev modeJingbo Xu2023-09-191-1/+1
* erofs: don't warn dedupe and fragments features anymoresunshijie2023-08-231-4/+0
* 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: boost negative xattr lookup with bloom filterJingbo Xu2023-08-111-0/+1
* erofs: DEFLATE compression supportGao Xiang2023-08-111-0/+10
* erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang2023-08-011-2/+0
* 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
* | erofs: remove unnecessary gotoYangtao Li2023-06-221-5/+2
* | erofs: adapt managed inode operations into foliosGao Xiang2023-05-291-62/+0
|/
* erofs: enable long extended attribute name prefixesJingbo Xu2023-04-171-0/+7
* erofs: add helpers to load long xattr name prefixesJingbo Xu2023-04-171-3/+3
* erofs: move packed inode out of the compression partJingbo Xu2023-04-171-3/+1
* erofs: keep meta inode into erofs_bufGao Xiang2023-04-171-3/+3
* erofs: initialize packed inode after root inode is assignedJingbo Xu2023-04-171-11/+11
* erofs: don't warn ztailpacking feature anymoreYue Hu2023-04-171-2/+0
* erofs: support flattened block device for multi-blob imagesJia Zhu2023-04-171-1/+4
* erofs: set block size to the on-disk block sizeJingbo Xu2023-04-171-16/+29
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-11/+16
* erofs: unify anonymous inodes for blobJingbo Xu2023-02-151-0/+2
* erofs: remove linux/buffer_head.h dependencyGao Xiang2023-02-151-1/+0
* erofs: clean up parsing of fscache related optionsJingbo Xu2023-01-161-7/+6
* erofs: check the uniqueness of fsid in shared domain in advanceHou Tao2022-12-071-1/+1
* erofs: fix use-after-free of fsid and domain_id stringJingbo Xu2022-11-101-17/+22
* erofs: clean up erofs_iget()Gao Xiang2022-09-271-4/+4
* erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-0/+2
* erofs: support on-disk compressed fragments dataYue Hu2022-09-261-0/+15
* erofs: introduce 'domain_id' mount optionJia Zhu2022-09-201-0/+17