index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-22
erofs: clean up zmap.c
Gao Xiang
1
-40
/
+29
2023-06-22
erofs: remove unnecessary goto
Yangtao Li
1
-5
/
+2
2023-06-22
erofs: Fix detection of atomic context
Sandeep Dhavale
1
-1
/
+1
2023-06-18
erofs: use separate xattr parsers for listxattr/getxattr
Jingbo Xu
1
-234
/
+137
2023-06-18
erofs: unify inline/shared xattr iterators for listxattr/getxattr
Jingbo Xu
1
-117
/
+73
2023-06-18
erofs: make the size of read data stored in buffer_ofs
Jingbo Xu
1
-3
/
+3
2023-06-18
erofs: unify xattr_iter structures
Jingbo Xu
1
-84
/
+62
2023-06-18
erofs: use absolute position in xattr iterator
Jingbo Xu
1
-97
/
+65
2023-06-18
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-06-18
erofs: convert erofs_read_metabuf() to erofs_bread() for xattr
Jingbo Xu
1
-14
/
+11
2023-06-18
erofs: use poison pointer to replace the hard-coded address
Gao Xiang
1
-3
/
+1
2023-06-18
erofs: use struct lockref to replace handcrafted approach
Gao Xiang
3
-88
/
+51
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+4
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-05-29
erofs: adapt managed inode operations into folios
Gao Xiang
3
-71
/
+53
2023-05-29
erofs: kill hooked chains to avoid loops on deduplicated compressed images
Gao Xiang
1
-61
/
+11
2023-05-29
erofs: avoid on-stack pagepool directly passed by arguments
Gao Xiang
1
-34
/
+30
2023-05-29
erofs: allocate extra bvec pages directly instead of retrying
Gao Xiang
1
-20
/
+12
2023-05-29
erofs: clean up z_erofs_pcluster_readmore()
Yue Hu
1
-15
/
+12
2023-05-29
erofs: remove the member readahead from struct z_erofs_decompress_frontend
Yue Hu
1
-10
/
+8
2023-05-29
erofs: fold in z_erofs_decompress()
Yue Hu
3
-10
/
+5
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-05-23
erofs: use HIPRI by default if per-cpu kthreads are enabled
Gao Xiang
2
-2
/
+1
2023-05-23
erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
Yue Hu
2
-8
/
+9
2023-05-23
erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_init
Jingbo Xu
1
-1
/
+1
2023-04-24
Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-455
/
+536
2023-04-24
Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2
-17
/
+15
2023-04-17
erofs: cleanup i_format-related stuffs
Gao Xiang
2
-18
/
+8
2023-04-17
erofs: sunset erofs_dbg()
Gao Xiang
5
-19
/
+3
2023-04-17
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
1
-1
/
+1
2023-04-17
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
3
-24
/
+8
2023-04-17
erofs: enable long extended attribute name prefixes
Jingbo Xu
3
-1
/
+11
2023-04-17
erofs: handle long xattr name prefixes properly
Jingbo Xu
1
-12
/
+56
2023-04-17
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
4
-3
/
+73
2023-04-17
erofs: introduce on-disk format for long xattr name prefixes
Jingbo Xu
1
-1
/
+15
2023-04-17
erofs: move packed inode out of the compression part
Jingbo Xu
2
-4
/
+2
2023-04-17
erofs: keep meta inode into erofs_buf
Gao Xiang
6
-18
/
+28
2023-04-17
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2
-11
/
+12
2023-04-17
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
1
-0
/
+4
2023-04-17
erofs: don't warn ztailpacking feature anymore
Yue Hu
1
-2
/
+0
2023-04-17
erofs: simplify erofs_xattr_generic_get()
Jingbo Xu
1
-14
/
+3
2023-04-17
erofs: rename init_inode_xattrs with erofs_ prefix
Jingbo Xu
1
-3
/
+3
2023-04-17
erofs: move several xattr helpers into xattr.c
Jingbo Xu
2
-42
/
+29
2023-04-17
erofs: tidy up EROFS on-disk naming
Gao Xiang
2
-142
/
+119
2023-04-17
erofs: support flattened block device for multi-blob images
Jia Zhu
3
-3
/
+11
2023-04-17
erofs: set block size to the on-disk block size
Jingbo Xu
4
-28
/
+35
2023-04-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
13
-130
/
+135
[next]