summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2-5/+37
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells3-444/+4
2023-05-24splice: Remove generic_file_splice_read()David Howells2-45/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells37-39/+39
2023-05-24cifs: Use filemap_splice_read()David Howells3-23/+4
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells1-1/+1
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells1-1/+39
2023-05-24xfs: Provide a splice-read wrapperDavid Howells2-2/+30
2023-05-24orangefs: Provide a splice-read wrapperDavid Howells1-1/+21
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells2-2/+42
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells1-1/+30
2023-05-24nfs: Provide a splice-read wrapperDavid Howells3-2/+25
2023-05-24f2fs: Provide a splice-read wrapperDavid Howells1-8/+35
2023-05-24ext4: Provide a splice-read wrapperDavid Howells1-1/+12
2023-05-24ecryptfs: Provide a splice-read wrapperDavid Howells1-1/+26
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
2023-05-24net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells6-11/+11
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
2023-05-24shmem: Implement splice-readDavid Howells1-1/+133
2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells1-3/+3
2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells1-0/+6
2023-05-24splice: Check for zero count in vfs_splice_read()David Howells1-0/+2
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells2-7/+23
2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells1-12/+7
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells4-12/+11
2023-05-24splice: Make filemap_splice_read() check s_maxbytesDavid Howells1-0/+3
2023-05-24splice: Fix filemap_splice_read() to use the correct inodeDavid Howells1-2/+2
2023-05-14Linux 6.4-rc2Linus Torvalds1-1/+1
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2023-05-14Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+6
2023-05-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-6/+37
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-29/+50
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-0/+4
2023-05-14Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+88
2023-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-104/+269
2023-05-14Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-192/+202
2023-05-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+9
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-14ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-14ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-14ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-14ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-14ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42