summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: introduce holder opsChristoph Hellwig2023-06-0534-56/+90
* block: remove blk_drop_partitionsChristoph Hellwig2023-06-051-12/+4
* block: delete partitions later in del_gendiskChristoph Hellwig2023-06-053-13/+32
* block: unhash the inode earlier in delete_partitionChristoph Hellwig2023-06-051-6/+6
* block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig2023-06-051-1/+3
* block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig2023-06-051-14/+12
* block: turn bdev_lock into a mutexChristoph Hellwig2023-06-051-14/+13
* block: refactor bd_may_claimChristoph Hellwig2023-06-051-18/+22
* block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig2023-06-051-30/+33
* drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2023-06-052-2/+0
* ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2023-06-042-0/+29
* block: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-013-3/+3
* blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai2023-06-011-17/+13
* block: mark bio_add_folio as __must_checkJohannes Thumshirn2023-06-011-1/+2
* fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn2023-06-011-3/+3
* block: add bio_add_folio_nofailJohannes Thumshirn2023-06-012-0/+10
* block: mark bio_add_page as __must_checkJohannes Thumshirn2023-06-011-1/+2
* dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn2023-06-011-2/+1
* md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2023-06-012-15/+16
* md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-06-011-1/+1
* md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn2023-06-011-1/+4
* floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
* zram: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
* 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
* md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn2023-05-311-2/+2
* md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-1/+1
* md: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-2/+2
* fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+1
* dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn2023-05-311-3/+3
* drbd: use __bio_add_page to add page to bioJohannes Thumshirn2023-05-311-3/+1
* swap: use __bio_add_page to add page to bioJohannes Thumshirn2023-05-311-4/+4
* block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells2023-05-311-29/+43
* mm: Provide a function to get an additional pin on a pageDavid Howells2023-05-312-0/+28
* mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells2023-05-313-3/+60
* block: constify the whole_disk device_attributeThomas Weißschuh2023-05-301-1/+1
* block: constify struct part_attr_groupThomas Weißschuh2023-05-301-1/+1
* block: constify struct part_type part_typeThomas Weißschuh2023-05-302-2/+2
* block: constify partition prober arrayThomas Weißschuh2023-05-301-1/+1
* block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells2023-05-241-12/+11
* block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells2023-05-241-11/+12
* block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2023-05-244-4/+18
* block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-246-4/+6
* block: Fix bio_flagged() so that gcc can better optimise itDavid Howells2023-05-241-1/+1
* 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-2468-621/+694
|\
| * splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2023-05-242-5/+37
| * iov_iter: Kill ITER_PIPEDavid Howells2023-05-243-444/+4
| * splice: Remove generic_file_splice_read()David Howells2023-05-242-45/+0