summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells1-2/+19
2023-05-24splice: Remove generic_file_splice_read()David Howells1-43/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells36-38/+38
2023-05-24cifs: Use filemap_splice_read()David Howells3-23/+4
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-24tty, proc, kernfs, random: Use copy_splice_read()David Howells4-7/+7
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
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 Howells1-7/+20
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 Howells3-9/+8
2023-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-104/+269
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
2023-05-14ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-14ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-14ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-14ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-14ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-14ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82
2023-05-13Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+102
2023-05-13Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-2/+28
2023-05-13Merge tag 'vfs/v6.4-rc1/pipe' of gitolite.kernel.org:pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2023-05-12pipe: check for IOCB_NOWAIT alongside O_NONBLOCKJens Axboe1-2/+4
2023-05-12Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-63/+65
2023-05-11cifs: release leases for deferred close handles when freezingSteve French1-0/+15
2023-05-11Merge tag 'fsnotify_for_v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2023-05-11Merge tag 'gfs2-v6.3-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-0/+8
2023-05-10gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo4-11/+70