summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)Author
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang
2024-05-09erofs: Zstandard compression supportGao Xiang
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-02-25erofs: port device access to fileChristian Brauner
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-31erofs: tidy up redundant includesFerry Meng
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng
2023-10-31erofs: simplify compression configuration parserGao Xiang
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu
2023-08-11erofs: DEFLATE compression supportGao Xiang
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-22erofs: remove unnecessary gotoYangtao Li
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: move packed inode out of the compression partJingbo Xu
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu