summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn1-1/+1
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn1-2/+2
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn1-2/+1
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn1-3/+3
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells1-29/+43
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells2-0/+28
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells3-3/+60
2023-05-30block: constify the whole_disk device_attributeThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_attr_groupThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_type part_typeThomas Weißschuh2-2/+2
2023-05-30block: constify partition prober arrayThomas Weißschuh1-1/+1
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells1-12/+11
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells1-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells4-4/+18
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig6-4/+6
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells1-1/+1
2023-05-24iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells1-1/+1
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2-5/+37
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells3-444/+4
2023-05-24splice: Remove generic_file_splice_read()David Howells2-45/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells37-39/+39
2023-05-24cifs: Use filemap_splice_read()David Howells3-23/+4
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells1-1/+1
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-24net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells6-11/+11
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
2023-05-24shmem: Implement splice-readDavid Howells1-1/+133
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