summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig2-4/+6
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig4-24/+29
2023-06-12block: rename blkdev_close to blkdev_releaseChristoph Hellwig1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-7/+7
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-9/+9
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig1-10/+8
2023-06-12blk-cgroup: Flush stats before releasing blkcg_gqMing Lei1-9/+31
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-15/+3
2023-06-09block: fix rootwait= againChristoph Hellwig1-1/+1
2023-06-07block: fix rootwait=Christoph Hellwig1-2/+2
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long1-0/+5
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai1-2/+2
2023-06-07blk-ioprio: Introduce promote-to-rt policyHou Tao1-3/+20
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-10/+9
2023-06-05block: move more code to early-lookup.cChristoph Hellwig2-92/+92
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig2-1/+225
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+24
2023-06-05block: introduce holder opsChristoph Hellwig4-16/+36
2023-06-05block: remove blk_drop_partitionsChristoph Hellwig1-12/+4
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig3-13/+32
2023-06-05block: unhash the inode earlier in delete_partitionChristoph Hellwig1-6/+6
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig1-1/+3
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-06-04blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan1-4/+4
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+8
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ßschuh1-1/+1
2023-05-30block: constify partition prober arrayThomas Weißschuh1-1/+1
2023-05-29block: fix revalidate performance regressionDamien Le Moal1-1/+2
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 Howells2-3/+15
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2-1/+2
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen1-0/+4
2023-05-24block: make bio_check_eod work for zero sized devicesChristoph Hellwig1-1/+1
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai4-14/+18
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta1-1/+1
2023-05-23blk-mq: fix race condition in active queue accountingTian Lan1-4/+8
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai1-5/+7
2023-05-23Merge patch series "Add Command Duration Limits support"Martin K. Petersen3-7/+10