summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kyber: make trace_block_rq call consistent with documentationVincent Fu2021-08-071-1/+1
* block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche2021-08-051-1/+1
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-051-1/+5
* Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2021-08-042-4/+2
|\
| * md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2021-07-232-4/+2
* | n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig2021-08-041-1/+1
* | s390/dasd: fix use after free in dasd path handlingStefan Haberland2021-08-041-2/+11
* | block: delay freeing the gendiskChristoph Hellwig2021-07-282-2/+3
* | blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo2021-07-281-5/+6
* | blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry2021-07-281-13/+4
* | loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa2021-07-231-31/+97
* | Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14Jens Axboe2021-07-225-18/+31
|\ \
| * | nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-211-1/+4
| * | nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-07-211-3/+3
| * | nvme: fix refcounting imbalance when all paths are downHannes Reinecke2021-07-213-13/+21
| * | nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-211-1/+3
|/ /
* | block: increase BLKCG_MAX_POLSOleksandr Natalenko2021-07-171-1/+1
* | xen-blkfront: sanitize the removal state machineChristoph Hellwig2021-07-151-198/+26
* | Merge tag 'nvme-5.14-2021-07-15' of git://git.infradead.org/nvme into block-5.14Jens Axboe2021-07-152-12/+59
|\ \
| * | nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen2021-07-131-1/+0
| * | nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen2021-07-131-8/+58
| * | nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha2021-07-131-3/+1
* | | nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing2021-07-151-1/+1
* | | pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang2021-07-151-1/+1
|/ /
* | blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai2021-07-071-0/+15
* | block: fix the problem of io_ticks becoming smallerChunguang Xu2021-07-071-1/+1
* | Merge branch 'nvme-5.14' of git://git.infradead.org/nvme into block-5.14Jens Axboe2021-07-071-1/+0
|\ \
| * | nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi2021-07-051-1/+0
|/ /
* | loop: remove unused variable in loop_set_status()Tetsuo Handa2021-07-021-2/+0
* | block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig2021-07-011-5/+1
* | block: grab a device refcount in disk_ueventChristoph Hellwig2021-07-011-2/+2
* | s390/dasd: Avoid field over-reading memcpy()Kees Cook2021-07-012-3/+5
* | dasd: unexport dasd_set_target_stateChristoph Hellwig2021-07-011-1/+0
* | block: check disk exist before trying to add partitionYufen Yu2021-07-011-7/+16
* | ubd: remove dead code in ubd_setup_commonChristoph Hellwig2021-06-301-10/+0
* | nvme: use return value from blk_execute_rq()Keith Busch2021-06-304-18/+33
* | block: return errors from blk_execute_rq()Keith Busch2021-06-302-3/+8
* | nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-308-47/+19
* | block: support polling through blk_execute_rqKeith Busch2021-06-301-1/+17
* | block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-3014-51/+19
* | block: mark blk_mq_init_queue_data staticChristoph Hellwig2021-06-302-4/+1
* | loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig2021-06-301-9/+5
* | loop: split loop_lookupChristoph Hellwig2021-06-301-45/+12
* | loop: don't allow deleting an unspecified loop deviceChristoph Hellwig2021-06-301-0/+5
* | loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig2021-06-301-24/+13
* | loop: split loop_control_ioctlChristoph Hellwig2021-06-301-33/+60
* | loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig2021-06-301-8/+1
* | loop: remove the l argument to loop_addChristoph Hellwig2021-06-301-7/+5
* | loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig2021-06-301-2/+3
* | loop: reorder loop_exitChristoph Hellwig2021-06-301-5/+2