summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: initialized disk->minorsChristoph Hellwig2021-06-301-0/+1
* mmc: switch to blk_mq_alloc_diskChristoph Hellwig2021-06-303-25/+14
* mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig2021-06-301-13/+1
* nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever2021-06-302-1/+60
* ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-30/+14
* ubd: remove the code to register as the legacy IDE driverChristoph Hellwig2021-06-301-94/+12
* null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig2021-06-301-1/+0
* mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-44/+27
* mtip32xx: simplify sysfs setupChristoph Hellwig2021-06-301-64/+15
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3054-519/+1467
|\
| * Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-06-2428-228/+1073
| |\
| | * nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| | * nvme.h: add missing nvme_lba_range_type endianness annotationsWesley Sheng2021-06-171-2/+2
| | * nvme: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-13/+6
| | * nvme-pci: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-16/+8
| | * nvmet: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-2/+1
| | * nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-177-11/+714
| | * nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-174-18/+87
| | * nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-173-4/+8
| | * nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-172-4/+9
| | * block: export blk_next_bio()Chaitanya Kulkarni2021-06-172-0/+3
| | * nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7