Age | Commit message (Expand) | Author |
2022-05-18 | erofs: implement fscache-based data read for inline layout | Jeffle Xu |
2022-05-18 | erofs: implement fscache-based data read for non-inline layout | Jeffle Xu |
2022-05-18 | erofs: implement fscache-based metadata read | Jeffle Xu |
2022-05-18 | erofs: register fscache context for extra data blobs | Jeffle Xu |
2022-05-18 | erofs: register fscache context for primary data blob | Jeffle Xu |
2022-05-18 | erofs: add erofs_fscache_read_folios() helper | Jeffle Xu |
2022-05-18 | erofs: add anonymous inode caching metadata for data blobs | Jeffle Xu |
2022-05-18 | erofs: add fscache context helper functions | Jeffle Xu |
2022-05-18 | erofs: register fscache volume | Jeffle Xu |
2022-05-18 | erofs: add fscache mode check helper | Jeffle Xu |
2022-05-18 | erofs: make erofs_map_blocks() generally available | Jeffle Xu |
2022-05-17 | erofs: support idmapped mounts | Chao Yu |
2022-05-17 | erofs: make filesystem exportable | Hongnan Li |
2022-05-17 | erofs: fix buffer copy overflow of ztailpacking feature | Gao Xiang |
2022-05-17 | erofs: refine on-disk definition comments | Gao Xiang |
2022-05-17 | erofs: remove obsoleted comments | Gao Xiang |
2022-05-17 | erofs: do not prompt for risk any more when using big pcluster | Yue Hu |
2022-04-15 | erofs: fix use-after-free of on-stack io[] | Hongyu Jin |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-22 | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-17 | erofs: rename ctime to mtime | David Anderson |
2022-03-17 | erofs: use meta buffers for inode lookup | Gao Xiang |
2022-03-17 | erofs: use meta buffers for reading directories | Gao Xiang |
2022-03-17 | fs: erofs: add sanity check for kobject in erofs_unregister_sysfs | Dongliang Mu |
2022-03-17 | erofs: refine managed inode stuffs | Gao Xiang |
2022-03-17 | erofs: clean up z_erofs_extent_lookback | Gao Xiang |
2022-03-16 | erofs: silence warnings related to impossible m_plen | Gao Xiang |
2022-03-16 | erofs: clean up preload_compressed_pages() | Gao Xiang |
2022-03-16 | erofs: get rid of `struct z_erofs_collector' | Gao Xiang |
2022-03-16 | erofs: use meta buffers for erofs_read_superblock() | Jeffle Xu |
2022-03-15 | erofs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) |
2022-03-02 | erofs: fix ztailpacking on > 4GiB filesystems | Gao Xiang |
2022-02-04 | erofs: fix small compressed files inlining | Gao Xiang |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2022-01-24 | erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration | Gao Xiang |
2022-01-24 | erofs: fix fsdax partition offset handling | Gao Xiang |
2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-04 | erofs: use meta buffers for zmap operations | Gao Xiang |
2022-01-04 | erofs: use meta buffers for xattr operations | Gao Xiang |
2022-01-04 | erofs: use meta buffers for super operations | Gao Xiang |
2022-01-04 | erofs: use meta buffers for inode operations | Gao Xiang |
2022-01-04 | erofs: introduce meta buffer operations | Gao Xiang |
2021-12-31 | erofs: add on-disk compressed tail-packing inline support | Yue Hu |
2021-12-31 | erofs: support inline data decompression | Yue Hu |
2021-12-31 | erofs: support unaligned data decompression | Gao Xiang |
2021-12-29 | erofs: introduce z_erofs_fixup_insize | Gao Xiang |
2021-12-29 | erofs: tidy up z_erofs_lz4_decompress | Gao Xiang |