aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+40
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki1-1/+19
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota1-4/+9
2021-10-26block: drain queue after disk is removed from sysfsMing Lei1-10/+12
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2021-10-18block: fix incorrect references to disk objectsZqiang1-0/+1
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds6-75/+123
2021-10-17blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo1-2/+3
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente1-0/+6
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig1-0/+1
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig1-4/+6
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig3-2/+11
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig3-15/+34
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig1-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig1-28/+32
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig1-22/+12
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+3
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn1-0/+1
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+3
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2-1/+2
2021-09-28Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-8/+15
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei1-11/+10
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei1-1/+1
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin1-0/+8
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu1-4/+6
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou1-0/+3
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig1-1/+5
2021-09-14scsi: bsg: Fix device unregistrationZenghui Yu1-8/+15
2021-09-12blk-mq: avoid to iterate over stale requestMing Lei1-1/+1
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds7-4/+1722
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu1-1/+13
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2-1/+1059
2021-09-07block: split out operations on block special filesChristoph Hellwig3-1/+643
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin1-0/+1
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa1-2/+7
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+20
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-1/+1
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+1
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-1325/+149
2021-09-02block, bfq: honor already-setup queue mergesPaolo Valente1-3/+13
2021-09-02block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven1-6/+6
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-5/+7
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds4-18/+162
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds48-963/+1049
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+16
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe1-37/+5
2021-08-25block, bfq: cleanup the repeated declarationShaokun Zhang1-2/+0
2021-08-25blk-crypto: fix check for too-large dun_bytesEric Biggers1-1/+1
2021-08-24mq-deadline: Fix request accountingBart Van Assche1-5/+11
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-08-24block: refine the disk_live check in del_gendiskChristoph Hellwig1-1/+1
2021-08-24partitions/efi: Support non-standard GPT locationDmitry Osipenko1-0/+12
2021-08-24bio: fix page leak bio_add_hw_page failurePavel Begunkov1-2/+13
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-39/+4
2021-08-24block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig1-1/+1
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+4
2021-08-23block: provide bio_clear_hipri() helperJens Axboe3-6/+10
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe1-1/+4
2021-08-23bio: add allocation cache abstractionJens Axboe1-14/+120
2021-08-23bio: optimize initialization of a bioJens Axboe1-2/+30
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain1-34/+58
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain2-4/+5
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain2-7/+10
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2-11/+3
2021-08-23block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig1-1/+2
2021-08-23block: create the bdi link earlier in device_add_diskChristoph Hellwig1-7/+6
2021-08-23block: call bdev_add later in device_add_diskChristoph Hellwig1-19/+17
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig7-20/+21
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2-5/+5
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2-5/+3
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2-5/+8
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-5/+7
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+20
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig1-0/+7
2021-08-18block: fix default IO priority handlingDamien Le Moal2-4/+4
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal4-11/+10
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-08-17blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-08-16block: unexport blk_register_queueChristoph Hellwig1-1/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig4-62/+37
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig1-74/+74
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Christoph Hellwig1-5/+2
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig1-1/+0
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig2-4/+0
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds7-313/+22
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai1-2/+4
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig3-9/+9
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig3-6/+6
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig3-6/+6
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig14-73/+52
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig2-6/+4
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo5-307/+14
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love1-1/+1
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+8
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei4-16/+8
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-3/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig8-50/+49
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2-4/+6
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig1-5/+0
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig2-23/+7
2021-08-09block: support delayed holder registrationChristoph Hellwig2-17/+61
2021-08-09block: look up holders by bdevChristoph Hellwig2-10/+12
2021-08-09block: remove the extra kobject reference in bd_link_disk_holderChristoph Hellwig1-6/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig3-0/+144
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+7
2021-08-06kyber: make trace_block_rq call consistent with documentationVincent Fu1-1/+1
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+3
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche1-1/+1
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal1-55/+0
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-15/+46
2021-08-02block: export diskseq in sysfsMatteo Croce1-0/+10
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce1-0/+2
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce2-0/+27
2021-08-02block: remove cmdline-parser.cChristoph Hellwig5-272/+262
2021-08-02block: remove disk_name()Christoph Hellwig2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig2-3/+3
2021-08-02block: change the refcounting for partitionsChristoph Hellwig1-1/+8
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig1-10/+7
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig1-6/+1
2021-08-02block: assert the locking state in delete_partitionChristoph Hellwig1-4/+2
2021-08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig1-8/+6
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig1-10/+6
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig1-12/+7
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig1-1/+1
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig1-18/+2
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig1-20/+8
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig1-7/+2
2021-08-01scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig1-0/+1
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2-92/+54
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2-7/+8
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig2-237/+78
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-20/+11
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig1-3/+0
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2-797/+0
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-120/+99
2021-07-28scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig1-8/+0
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig1-15/+0
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig3-115/+5
2021-07-28scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2-18/+22
2021-07-28scsi: block: Add a queue_max_bytes() helperChristoph Hellwig1-11/+2
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig1-12/+0
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig1-13/+0
2021-07-28scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
2021-07-27block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-6/+8
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry1-13/+4
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds9-27/+63
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai1-0/+15
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-7/+21
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+12
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig1-5/+1
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-06-30block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+92
2021-06-30block: return errors from blk_execute_rq()Keith Busch1-2/+5
2021-06-30block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig4-7/+5
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds34-1757/+2911
2021-06-29block: fix discard request mergeMing Lei1-2/+6
2021-06-27block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche1-1/+0
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara8-21/+41
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Jan Kara1-28/+13
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-12/+10
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+54
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig3-19/+10
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig4-493/+491
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-06-21block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen1-1/+1
2021-06-21block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-06-21block, bfq: check waker only for queues with no in-flight I/OPaolo Valente1-8/+13
2021-06-21block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-06-21block, bfq: boost throughput by extending queue-merging timesPietro Pedroni1-3/+13
2021-06-21block, bfq: consider also creation time in delayed stable mergePaolo Valente1-1/+3
2021-06-21block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-06-21block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente1-1/+14
2021-06-21blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5