Age | Commit message (Expand) | Author |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-22 | erofs: clean up zmap.c | Gao Xiang |
2023-06-22 | erofs: remove unnecessary goto | Yangtao Li |
2023-06-22 | erofs: Fix detection of atomic context | Sandeep Dhavale |
2023-06-18 | erofs: use separate xattr parsers for listxattr/getxattr | Jingbo Xu |
2023-06-18 | erofs: unify inline/shared xattr iterators for listxattr/getxattr | Jingbo Xu |
2023-06-18 | erofs: make the size of read data stored in buffer_ofs | Jingbo Xu |
2023-06-18 | erofs: unify xattr_iter structures | Jingbo Xu |
2023-06-18 | erofs: use absolute position in xattr iterator | Jingbo Xu |
2023-06-18 | erofs: fix compact 4B support for 16k block size | Gao Xiang |
2023-06-18 | erofs: convert erofs_read_metabuf() to erofs_bread() for xattr | Jingbo Xu |
2023-06-18 | erofs: use poison pointer to replace the hard-coded address | Gao Xiang |
2023-06-18 | erofs: use struct lockref to replace handcrafted approach | Gao Xiang |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig |
2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig |
2023-06-05 | block: introduce holder ops | Christoph Hellwig |
2023-05-29 | erofs: adapt managed inode operations into folios | Gao Xiang |
2023-05-29 | erofs: kill hooked chains to avoid loops on deduplicated compressed images | Gao Xiang |
2023-05-29 | erofs: avoid on-stack pagepool directly passed by arguments | Gao Xiang |
2023-05-29 | erofs: allocate extra bvec pages directly instead of retrying | Gao Xiang |
2023-05-29 | erofs: clean up z_erofs_pcluster_readmore() | Yue Hu |
2023-05-29 | erofs: remove the member readahead from struct z_erofs_decompress_frontend | Yue Hu |
2023-05-29 | erofs: fold in z_erofs_decompress() | Yue Hu |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-05-23 | erofs: use HIPRI by default if per-cpu kthreads are enabled | Gao Xiang |
2023-05-23 | erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off | Yue Hu |
2023-05-23 | erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_init | Jingbo Xu |
2023-04-24 | Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-04-24 | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-04-17 | erofs: cleanup i_format-related stuffs | Gao Xiang |
2023-04-17 | erofs: sunset erofs_dbg() | Gao Xiang |
2023-04-17 | erofs: fix potential overflow calculating xattr_isize | Jingbo Xu |
2023-04-17 | erofs: get rid of z_erofs_fill_inode() | Gao Xiang |
2023-04-17 | erofs: enable long extended attribute name prefixes | Jingbo Xu |
2023-04-17 | erofs: handle long xattr name prefixes properly | Jingbo Xu |
2023-04-17 | erofs: add helpers to load long xattr name prefixes | Jingbo Xu |
2023-04-17 | erofs: introduce on-disk format for long xattr name prefixes | Jingbo Xu |
2023-04-17 | erofs: move packed inode out of the compression part | Jingbo Xu |
2023-04-17 | erofs: keep meta inode into erofs_buf | Gao Xiang |
2023-04-17 | erofs: initialize packed inode after root inode is assigned | Jingbo Xu |
2023-04-17 | erofs: stop parsing non-compact HEAD index if clusterofs is invalid | Gao Xiang |
2023-04-17 | erofs: don't warn ztailpacking feature anymore | Yue Hu |
2023-04-17 | erofs: simplify erofs_xattr_generic_get() | Jingbo Xu |
2023-04-17 | erofs: rename init_inode_xattrs with erofs_ prefix | Jingbo Xu |
2023-04-17 | erofs: move several xattr helpers into xattr.c | Jingbo Xu |
2023-04-17 | erofs: tidy up EROFS on-disk naming | Gao Xiang |
2023-04-17 | erofs: support flattened block device for multi-blob images | Jia Zhu |
2023-04-17 | erofs: set block size to the on-disk block size | Jingbo Xu |
2023-04-17 | erofs: avoid hardcoded blocksize for subpage block support | Jingbo Xu |