Age | Commit message (Expand) | Author |
2022-06-01 | Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-05-31 | erofs: fix 'backmost' member of z_erofs_decompress_frontend | Weizhao Ouyang |
2022-05-31 | erofs: simplify z_erofs_pcluster_readmore() | Gao Xiang |
2022-05-31 | erofs: get rid of label `restart_now' | Gao Xiang |
2022-05-31 | erofs: get rid of `struct z_erofs_collection' | Gao Xiang |
2022-05-29 | erofs: fix crash when enable tracepoint cachefiles_prep_read | Xin Yin |
2022-05-29 | erofs: leave compressed inodes unsupported in fscache mode for now | Jeffle Xu |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2022-05-18 | erofs: scan devices from device table | Jeffle Xu |
2022-05-18 | erofs: change to use asynchronous io for fscache readpage/readahead | Xin Yin |
2022-05-18 | erofs: add 'fsid' mount option | Jeffle Xu |
2022-05-18 | erofs: implement fscache-based data readahead | Jeffle Xu |
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-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig |
2022-05-09 | erofs: Convert to release_folio | Matthew Wilcox (Oracle) |
2022-05-09 | erofs: Convert erofs zdata to read_folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Convert iomap_readpage to iomap_read_folio | Matthew Wilcox (Oracle) |
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 |