summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa1-31/+97
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch1-3/+3
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke3-13/+21
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig1-198/+26
2021-07-15Merge tag 'nvme-5.14-2021-07-15' of git://git.infradead.org/nvme into block-5.14Jens Axboe2-12/+59
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing1-1/+1
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang1-1/+1
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen1-8/+58
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha1-3/+1
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa1-2/+0
2021-07-01s390/dasd: Avoid field over-reading memcpy()Kees Cook2-3/+5
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig1-1/+0
2021-07-01nvme: use return value from blk_execute_rq()Keith Busch4-18/+33
2021-07-01nvme: use blk_execute_rq() for passthrough commandsKeith Busch8-47/+19
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig7-10/+10
2021-07-01loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-07-01loop: split loop_lookupChristoph Hellwig1-45/+12
2021-07-01loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-07-01loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-07-01loop: split loop_control_ioctlChristoph Hellwig1-33/+60
2021-07-01loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig1-8/+1
2021-07-01loop: remove the l argument to loop_addChristoph Hellwig1-7/+5
2021-07-01loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig1-2/+3
2021-07-01loop: reorder loop_exitChristoph Hellwig1-5/+2
2021-07-01mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-07-01mmc: switch to blk_mq_alloc_diskChristoph Hellwig3-25/+14
2021-07-01mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-07-01nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever1-1/+59
2021-07-01null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig1-1/+0
2021-07-01mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-44/+27
2021-07-01mtip32xx: simplify sysfs setupChristoph Hellwig1-64/+15
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds49-517/+1448
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds53-938/+526
2021-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds37-216/+675
2021-06-30Merge tag 'edac_updates_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-60/+625
2021-06-30Merge tag 'tpmdd-next-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-23/+37
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds79-675/+3900
2021-06-30Merge tag 'mailbox-v5.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds13-96/+422
2021-06-30Merge tag 'for-linus-5.14-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds11-673/+1492
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina3-1/+18
2021-06-30Merge branch 'for-5.14/logitech' into for-linusJiri Kosina5-45/+118
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina13-69/+105
2021-06-30Merge branch 'for-5.14/google' into for-linusJiri Kosina1-0/+10
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina4-11/+40
2021-06-30Merge branch 'for-5.14/amd-sfh' into for-linusJiri Kosina1290-16104/+42104
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-61/+255