index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
2024-09-12
erofs: reject inodes with negative i_size
Gao Xiang
2024-09-12
erofs: restrict pcluster size limitations
Gao Xiang
2024-09-12
erofs: allocate more short-lived pages from reserved pool first
Chunhai Guo
2024-09-12
erofs: sunset unneeded NOFAILs
Gao Xiang
2024-09-10
erofs: simplify erofs_map_blocks_flatmode()
Hongzhen Luo
2024-09-10
erofs: refactor read_inode calling convention
Yiyang Wu
2024-09-10
erofs: use kmemdup_nul in erofs_fill_symlink
Yiyang Wu
2024-09-10
erofs: mark experimental fscache backend deprecated
Gao Xiang
2024-09-10
erofs: support compressed inodes for fileio
Gao Xiang
2024-09-10
erofs: support unencoded inodes for fileio
Gao Xiang
2024-09-10
erofs: add file-backed mount support
Gao Xiang
2024-09-10
erofs: handle overlapped pclusters out of crafted images properly
Gao Xiang
2024-09-10
erofs: fix error handling in z_erofs_init_decompressor
Sandeep Dhavale
2024-09-10
erofs: clean up erofs_register_sysfs()
Gao Xiang
2024-09-10
erofs: fix incorrect symlink detection in fast symlink
Gao Xiang
2024-08-21
erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails
Gao Xiang
2024-08-19
erofs: allow large folios for compressed files
Gao Xiang
2024-08-19
erofs: get rid of check_layout_compatibility()
Hongzhen Luo
2024-08-19
erofs: simplify readdir operation
Hongzhen Luo
2024-07-26
erofs: convert comma to semicolon
Chen Ni
2024-07-26
erofs: support multi-page folios for erofs_bread()
Gao Xiang
2024-07-26
erofs: add support for FS_IOC_GETFSSYSFSPATH
Huang Xiaojia
2024-07-26
erofs: fix race in z_erofs_get_gbuf()
Gao Xiang
2024-07-26
erofs: support STATX_DIOALIGN
Hongbo Li
2024-07-13
erofs: silence uninitialized variable warning in z_erofs_scan_folio()
Dan Carpenter
2024-07-11
erofs: avoid refcounting short-lived pages
Gao Xiang
2024-07-10
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
Hongzhen Luo
2024-07-09
erofs: tidy up stream decompressors
Gao Xiang
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
2024-07-08
erofs: tidy up `struct z_erofs_bvec`
Gao Xiang
2024-07-08
erofs: teach z_erofs_scan_folios() to handle multi-page folios
Gao Xiang
2024-07-08
erofs: convert z_erofs_read_fragment() to folios
Gao Xiang
2024-07-08
erofs: convert z_erofs_pcluster_readmore() to folios
Gao Xiang
2024-06-30
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
2024-06-26
erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUID
Huang Xiaojia
2024-06-26
erofs: fix possible memory leak in z_erofs_gbuf_exit()
Sandeep Dhavale
2024-05-24
Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
erofs: avoid allocating DEFLATE streams before mounting
Gao Xiang
2024-05-18
z_erofs_pcluster_begin(): don't bother with rounding position down
Al Viro
2024-05-18
erofs: don't round offset down for erofs_read_metabuf()
Al Viro
2024-05-18
erofs: don't align offset for erofs_read_metabuf() (simple cases)
Al Viro
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
2024-05-18
erofs: clean up erofs_show_options()
Hongzhen Luo
2024-05-18
Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Gao Xiang
2024-05-09
erofs: Zstandard compression support
Gao Xiang
2024-05-08
erofs: clean up z_erofs_load_full_lcluster()
Gao Xiang
2024-05-08
erofs: derive fsid from on-disk UUID for .statfs() if possible
Hongzhen Luo
2024-05-08
erofs: add a reserved buffer pool for lz4 decompression
Chunhai Guo
[next]