summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* erofs: use buffered I/O for file-backed mounts by defaultGao Xiang2024-12-161-8/+15
* erofs: use `struct erofs_device_info` for the primary deviceGao Xiang2024-12-161-14/+13
* erofs: add erofs_sb_free() helperGao Xiang2024-12-121-17/+19
* erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo2024-11-181-1/+5
* erofs: simplify definition of the log functionsGou Hao2024-11-181-22/+7
* erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang2024-10-211-1/+3
* erofs: ensure regular inodes for file-backed mountsGao Xiang2024-10-111-3/+10
* erofs: mark experimental fscache backend deprecatedGao Xiang2024-09-101-1/+1
* erofs: add file-backed mount supportGao Xiang2024-09-101-27/+49
* erofs: clean up erofs_register_sysfs()Gao Xiang2024-09-091-1/+1
* erofs: get rid of check_layout_compatibility()Hongzhen Luo2024-08-191-20/+6
* erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia2024-07-261-0/+16
* erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang2024-07-091-31/+3
* erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia2024-06-261-1/+1
* erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-171-5/+3
* erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-171-1/+1
* erofs: clean up erofs_show_options()Hongzhen Luo2024-05-171-20/+8
* Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang2024-05-171-4/+4
|\
| * erofs: switch erofs_bread() to passing offset instead of block numberAl Viro2024-04-071-4/+4
* | erofs: Zstandard compression supportGao Xiang2024-05-091-0/+7
* | erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo2024-05-081-7/+5
* | erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo2024-05-081-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-131-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-301-3/+0
| * | erofs: get rid of ROOT_NID()Ferry Meng2023-10-301-3/+3
| * | erofs: simplify compression configuration parserGao Xiang2023-10-301-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