aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds3-3/+13
2023-07-20blk-iocost: skip empty flush bio in iocostChengming Zhou1-0/+4
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-36/+50
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2-3/+9
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig1-1/+1
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou1-17/+30
2023-07-12block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche1-1/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-36/+50
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal1-36/+50
2023-07-05blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers1-2/+10
2023-07-05block/partition: fix signedness issue for Amiga partitionsMichael Schmitz1-1/+1
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds8-143/+160
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-9/+13
2023-06-28block: add request polling helperKeith Busch1-16/+32
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe8-127/+128
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds32-632/+1152
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-26blk-sysfs: add a new attr_group for blk_mqYu Kuai1-11/+31
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai1-2/+5
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai1-3/+2
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai1-16/+0
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai2-88/+74
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei1-1/+5
2023-06-25blk-throttle: Fix io statistics for cgroup v1Jinke Han3-8/+13
2023-06-22block: don't return -EINVAL for not found names in devt_from_devnameChristoph Hellwig1-2/+2
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei1-2/+3
2023-06-21block: Improve kernel-doc headersBart Van Assche2-1/+3
2023-06-21blk-mq: don't insert passthrough request into sw queueMing Lei1-1/+6
2023-06-21bsg: make bsg_class a static const structureIvan Orlov1-7/+11
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig1-1/+1
2023-06-20block: add overflow checks for Amiga partition supportMichael Schmitz1-18/+85
2023-06-20block: fix signed int overflow in Amiga partition supportMichael Schmitz1-4/+5
2023-06-20block: add capacity validation in bdev_add_partition()Min Li1-0/+11
2023-06-20block: fine-granular CAP_SYS_ADMIN for Persistent ReservationJingbo Xu1-19/+22
2023-06-20block: disallow Persistent Reservation on partitionsJingbo Xu1-5/+17
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai1-1/+2
2023-06-20block: document the holder argument to blkdev_get_by_pathChristoph Hellwig1-0/+1
2023-06-20block: increment diskseq on all media change eventsDemi Marie Obenour1-0/+1
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen1-1/+1
2023-06-16scsi: bsg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei1-3/+7
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig1-2/+0
2023-06-16scsi: block: Improve ioprio value validity checksDamien Le Moal1-0/+1
2023-06-14block: fix blktrace debugfs entries leakageYu Kuai1-1/+4
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingEd Tsai1-2/+3
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai3-8/+12
2023-06-12block: store the holder in file->private_dataChristoph Hellwig1-6/+8
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevChristoph Hellwig1-10/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig6-65/+68
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig3-12/+12
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-2/+21
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-11blk-cgroup: Flush stats before releasing blkcg_gqMing Lei1-9/+31
2023-06-09filemap: 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-06blk-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-03blk-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-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen3-7/+10
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal1-0/+3
2023-05-22scsi: block: ioprio: Clean up interface definitionDamien Le Moal2-7/+7
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+1
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-05-19block: Deny writable memory mapping if block is read-onlyLoic Poulain1-1/+11
2023-05-19block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig4-33/+20
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche1-2/+2
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig4-23/+13
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig1-7/+10
2023-05-18block: BFQ: Add several invariant checksBart Van Assche1-0/+9
2023-05-18block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche1-2/+7
2023-05-18block: mq-deadline: Handle requeued requests correctlyBart Van Assche1-2/+32
2023-05-18block: mq-deadline: Track the dispatch positionBart Van Assche1-14/+31
2023-05-18block: mq-deadline: Reduce lock contentionBart Van Assche1-6/+6
2023-05-18block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche1-6/+3
2023-05-18block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche1-11/+5
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche1-4/+1
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche1-3/+0
2023-05-18block: mq-deadline: Add a word in a source code commentBart Van Assche1-1/+1
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig4-31/+37
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig3-7/+4
2023-05-18blk-mq: don't queue plugged passthrough requests into schedulerMing Lei1-2/+6
2023-05-18block: Decode all flag names in the debugfs outputBart Van Assche1-0/+3
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe1-1/+4
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds6-146/+84
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+8
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh3-69/+8
2023-04-26blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2023-04-26blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds40-1069/+920
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds4-50/+49
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei1-1/+4
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal4-14/+11
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei1-4/+3
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina1-1/+28
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig3-36/+47
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig1-4/+4
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig3-29/+17
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig1-1/+1
2023-04-16block, bfq: Fix division by zero error on zero wsumColin Ian King1-0/+2
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe3-4/+8
2023-04-14Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe3-50/+0
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig1-20/+9
2023-04-13blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig1-27/+13
2023-04-13blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig1-3/+2
2023-04-13blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig1-9/+2
2023-04-13blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig1-17/+14
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig3-6/+6
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig5-18/+21
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig3-11/+11
2023-04-13blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig2-13/+17
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig3-10/+12
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig3-16/+15
2023-04-13blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig1-24/+32
2023-04-13blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig1-41/+31
2023-04-13blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig1-10/+16
2023-04-13blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig1-10/+11
2023-04-13blk-mq: refactor passthrough vs flush handling in blk_mq_insert_requestChristoph Hellwig1-32/+18
2023-04-13blk-mq: remove blk_flush_queue_rqChristoph Hellwig1-7/+2
2023-04-13blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_requestChristoph Hellwig1-18/+7
2023-04-13blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig2-14/+2
2023-04-13blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig4-83/+82
2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig5-34/+14
2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig3-20/+21
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig15-14/+1
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig13-85/+60
2023-04-13blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig1-1/+1
2023-04-13blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOWChengming Zhou1-1/+2
2023-04-13blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou1-2/+2
2023-04-13blk-iolatency: Make initialization lazyTejun Heo3-15/+28
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo2-2/+2
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo6-78/+127
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo1-9/+4
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg3-50/+0
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+1
2023-04-06block: don't set GD_NEED_PART_SCAN if scan partition failedYu Kuai1-1/+7
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou3-13/+2
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou2-22/+0
2023-04-06block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou2-4/+1
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-0/+1
2023-04-05sed-opal: Add command to read locking range parameters.Ondrej Kozina1-0/+153
2023-04-05sed-opal: add helper to get multiple columns at once.Ondrej Kozina1-8/+14
2023-04-05sed-opal: allow user authority to get locking range attributes.Ondrej Kozina2-0/+25
2023-04-05sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina2-20/+77
2023-04-05sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina1-16/+0
2023-04-04blk-mq: directly poll requestsKeith Busch1-3/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman6-27/+22
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman1-1/+0
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-2/+2
2023-03-29block: ensure bio_alloc_map_data() deals with ITER_UBUF correctlyJens Axboe1-2/+3