summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells2023-05-241-0/+6
| * splice: Check for zero count in vfs_splice_read()David Howells2023-05-241-0/+2
| * splice: Make do_splice_to() generic and export itDavid Howells2023-05-241-7/+20
| * splice: Clean up copy_splice_read() a bitDavid Howells2023-05-241-12/+7
| * splice: Rename direct_splice_read() to copy_splice_read()David Howells2023-05-243-9/+8
* | fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig2023-05-193-28/+4
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-1313-104/+269
|\
| * ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-131-1/+1
| * ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-131-1/+11
| * ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o2023-05-131-4/+6
| * ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-131-1/+2
| * ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-131-3/+10
| * ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-132-17/+42