index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
trace: Convert trace/seq to use copy_splice_read()
David Howells
1
-1
/
+1
2023-05-24
zonefs: Provide a splice-read wrapper
David Howells
1
-1
/
+39
2023-05-24
xfs: Provide a splice-read wrapper
David Howells
2
-2
/
+30
2023-05-24
orangefs: Provide a splice-read wrapper
David Howells
1
-1
/
+21
2023-05-24
ocfs2: Provide a splice-read wrapper
David Howells
2
-2
/
+42
2023-05-24
ntfs3: Provide a splice-read wrapper
David Howells
1
-1
/
+30
2023-05-24
nfs: Provide a splice-read wrapper
David Howells
3
-2
/
+25
2023-05-24
f2fs: Provide a splice-read wrapper
David Howells
1
-8
/
+35
2023-05-24
ext4: Provide a splice-read wrapper
David Howells
1
-1
/
+12
2023-05-24
ecryptfs: Provide a splice-read wrapper
David Howells
1
-1
/
+26
2023-05-24
ceph: Provide a splice-read wrapper
David Howells
1
-1
/
+64
2023-05-24
afs: Provide a splice-read wrapper
David Howells
1
-1
/
+19
2023-05-24
9p: Add splice_read wrapper
David Howells
1
-2
/
+24
2023-05-24
net: Make sock_splice_read() use copy_splice_read() by default
David Howells
1
-1
/
+1
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
6
-11
/
+11
2023-05-24
coda: Implement splice-read
David Howells
1
-1
/
+28
2023-05-24
overlayfs: Implement splice-read
David Howells
1
-1
/
+22
2023-05-24
shmem: Implement splice-read
David Howells
1
-1
/
+133
2023-05-24
splice: Make splice from a DAX file use copy_splice_read()
David Howells
1
-3
/
+3
2023-05-24
splice: Make splice from an O_DIRECT fd use copy_splice_read()
David Howells
1
-0
/
+6
2023-05-24
splice: Check for zero count in vfs_splice_read()
David Howells
1
-0
/
+2
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
2
-7
/
+23
2023-05-24
splice: Clean up copy_splice_read() a bit
David Howells
1
-12
/
+7
2023-05-24
splice: Rename direct_splice_read() to copy_splice_read()
David Howells
4
-12
/
+11
2023-05-24
splice: Make filemap_splice_read() check s_maxbytes
David Howells
1
-0
/
+3
2023-05-24
splice: Fix filemap_splice_read() to use the correct inode
David Howells
1
-2
/
+2
2023-05-14
Linux 6.4-rc2
v6.4-rc2
Linus Torvalds
1
-1
/
+1
2023-05-14
parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag
Helge Deller
1
-4
/
+4
2023-05-14
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-14
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-14
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
1
-4
/
+6
2023-05-14
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-14
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-14
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
2023-05-14
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-14
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-14
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-14
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
3
-13
/
+40
2023-05-14
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
1
-2
/
+3
2023-05-14
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
5
-29
/
+82
2023-05-13
cxl: Add missing return to cdat read error path
Dave Jiang
1
-0
/
+1
2023-05-13
tools/testing/cxl: Use DEFINE_STATIC_SRCU()
Dan Williams
1
-1
/
+1
2023-05-13
x86/retbleed: Fix return thunk alignment
Borislav Petkov (AMD)
1
-2
/
+2
2023-05-12
Documentation/block: drop the request.rst file
Randy Dunlap
2
-100
/
+0
2023-05-12
pipe: check for IOCB_NOWAIT alongside O_NONBLOCK
Jens Axboe
1
-2
/
+4
2023-05-12
ublk: fix command op code check
Ming Lei
1
-1
/
+1
2023-05-12
block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
Guoqing Jiang
1
-1
/
+1
2023-05-12
nbd: Fix debugfs_create_dir error checking
Ivan Orlov
1
-2
/
+2
[next]