summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: rename blkdev_close to blkdev_releaseChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig
2023-06-09block: fix rootwait= againChristoph Hellwig
2023-06-07block: fix rootwait=Christoph Hellwig
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai
2023-06-06blk-ioprio: Introduce promote-to-rt policyHou Tao
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig
2023-06-05block: move more code to early-lookup.cChristoph Hellwig
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig
2023-06-05block: add a mark_dead holder operationChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05block: remove blk_drop_partitionsChristoph Hellwig
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig
2023-06-05block: unhash the inode earlier in delete_partitionChristoph Hellwig
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig
2023-06-05block: refactor bd_may_claimChristoph Hellwig
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig
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: add bio_add_folio_nofailJohannes Thumshirn
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-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig
2023-05-19block: BFQ: Move an invariant checkBart Van Assche
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig
2023-05-18block: BFQ: Add several invariant checksBart Van Assche