summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn
2023-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes 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-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells
2023-05-30block: constify the whole_disk device_attributeThomas Weißschuh
2023-05-30block: constify struct part_attr_groupThomas Weißschuh
2023-05-30block: constify struct part_type part_typeThomas Weißschuh
2023-05-30block: constify partition prober arrayThomas Weißschuh
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig
2023-05-24block: Fix bio_flagged() so that gcc can better optimise itDavid Howells
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-24iov_iter: Kill ITER_PIPEDavid 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-24trace: Convert trace/seq to use copy_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