summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig
2023-05-24iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells
2023-05-24splice: Remove generic_file_splice_read()David Howells
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24cifs: Use filemap_splice_read()David Howells
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells
2023-05-24xfs: Provide a splice-read wrapperDavid Howells
2023-05-24orangefs: Provide a splice-read wrapperDavid Howells
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells
2023-05-24nfs: Provide a splice-read wrapperDavid Howells
2023-05-24f2fs: Provide a splice-read wrapperDavid Howells
2023-05-24ext4: Provide a splice-read wrapperDavid Howells
2023-05-24ecryptfs: Provide a splice-read wrapperDavid Howells
2023-05-24ceph: Provide a splice-read wrapperDavid Howells
2023-05-24afs: Provide a splice-read wrapperDavid Howells
2023-05-249p: Add splice_read wrapperDavid Howells
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2023-05-24coda: Implement splice-readDavid Howells
2023-05-24overlayfs: Implement splice-readDavid Howells
2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells
2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells
2023-05-24splice: Check for zero count in vfs_splice_read()David Howells
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells
2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells
2023-05-19fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig
2023-05-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o
2023-05-13ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-13ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus
2023-05-13ext4: fix data races when using cached status extentsJan Kara
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara
2023-05-13ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o
2023-05-13ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o