summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2631-220/+254
|\
| * ext4: Fix warning in blkdev_put()Jan Kara2023-06-231-1/+1
| * reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai2023-06-201-1/+6
| * splice: simplify a conditional in copy_splice_readChristoph Hellwig2023-06-161-7/+7
| * splice: don't call file_accessed in copy_splice_readChristoph Hellwig2023-06-161-1/+0
| * block: Fix dio_cleanup() to advance the head indexDavid Howells2023-06-141-0/+1
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-1212-25/+27
| * fs: remove sb->s_modeChristoph Hellwig2023-06-123-7/+6
| * block: add a sb_open_mode helperChristoph Hellwig2023-06-123-20/+7
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-1215-78/+69
| * btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig2023-06-123-21/+15
| * init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+2
| * ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig2023-06-051-1/+10
| * ext4: wire up sops->shutdownChristoph Hellwig2023-06-051-0/+6
| * ext4: split ext4_shutdownChristoph Hellwig2023-06-052-9/+16
| * xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig2023-06-051-1/+12
| * xfs: wire up sops->shutdownChristoph Hellwig2023-06-053-1/+14
| * fs: add a method to shut down the file systemChristoph Hellwig2023-06-051-2/+19
| * block: introduce holder opsChristoph Hellwig2023-06-0512-18/+21
| * fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn2023-06-011-3/+3
| * zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+2
| * fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+1
| * block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells2023-05-311-29/+43
| * block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-242-1/+2
| * iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells2023-05-241-1/+1
| * Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-2457-159/+521
| |\
| * | fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig2023-05-193-28/+4
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2657-159/+521
|\ \ \ | | |/ | |/|
| * | splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2023-05-241-2/+19
| * | splice: Remove generic_file_splice_read()David Howells2023-05-241-43/+0
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-2436-38/+38
| * | cifs: Use filemap_splice_read()David Howells2023-05-243-23/+4
| * | zonefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+39
| * | xfs: Provide a splice-read wrapperDavid Howells2023-05-242-2/+30
| * | orangefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+21
| * | ocfs2: Provide a splice-read wrapperDavid Howells2023-05-242-2/+42
| * | ntfs3: Provide a splice-read wrapperDavid Howells2023-05-241-1/+30
| * | nfs: Provide a splice-read wrapperDavid Howells2023-05-243-2/+25
| * | f2fs: Provide a splice-read wrapperDavid Howells2023-05-241-8/+35
| * | ext4: Provide a splice-read wrapperDavid Howells2023-05-241-1/+12
| * | ecryptfs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+26
| * | ceph: Provide a splice-read wrapperDavid Howells2023-05-241-1/+64
| * | afs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+19
| * | 9p: Add splice_read wrapperDavid Howells2023-05-241-2/+24
| * | tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-244-7/+7
| * | coda: Implement splice-readDavid Howells2023-05-241-1/+28
| * | overlayfs: Implement splice-readDavid Howells2023-05-241-1/+22
| * | splice: Make splice from a DAX file use copy_splice_read()David Howells2023-05-241-3/+3