summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-06kyber: make trace_block_rq call consistent with documentationblock-5.14-2021-08-07Vincent Fu
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-08-04n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig
2021-08-04s390/dasd: fix use after free in dasd path handlingStefan Haberland
2021-07-27block: delay freeing the gendiskblock-5.14-2021-07-30Christoph Hellwig
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa
2021-07-22Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14block-5.14-2021-07-24Jens Axboe
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko
2021-07-15xen-blkfront: sanitize the removal state machineblock-5.14-2021-07-16Christoph Hellwig
2021-07-15Merge tag 'nvme-5.14-2021-07-15' of git://git.infradead.org/nvme into block-5.14Jens Axboe
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsblock-5.14-2021-07-08Yu Kuai
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu
2021-07-07Merge branch 'nvme-5.14' of git://git.infradead.org/nvme into block-5.14Jens Axboe
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig
2021-07-01s390/dasd: Avoid field over-reading memcpy()Kees Cook
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig
2021-06-30block: check disk exist before trying to add partitionYufen Yu
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch
2021-06-30block: return errors from blk_execute_rq()Keith Busch
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30block: support polling through blk_execute_rqKeith Busch
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig
2021-06-30loop: split loop_lookupChristoph Hellwig
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig
2021-06-30loop: split loop_control_ioctlChristoph Hellwig
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig
2021-06-30loop: reorder loop_exitChristoph Hellwig