summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig
2023-06-05ext4: wire up sops->shutdownChristoph Hellwig
2023-06-05ext4: split ext4_shutdownChristoph Hellwig
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig
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