summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: Avoid field over-reading memcpy()Kees Cook2021-07-012-3/+5
* dasd: unexport dasd_set_target_stateChristoph Hellwig2021-07-011-1/+0
* nvme: use return value from blk_execute_rq()Keith Busch2021-06-304-18/+33
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-308-47/+19
* block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-307-10/+10
* 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-301-1/+59
* 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-3049-517/+1448
|\
| * Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-06-2424-226/+1055
| |\
| | * nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| | * 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-176-11/+707
| | * nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-173-18/+86
| | * 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
| | * nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7
| | * nvmet: use nvme status value directlyChaitanya Kulkarni2021-06-171-2/+1
| | * nvmet: use u32 type for the local variable nsidChaitanya Kulkarni2021-06-171-2/+2
| | * nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni2021-06-171-1/+1
| | * nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| | * nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| | * nvmet: make ver stable once connection establishedNoam Gottlieb2021-06-171-5/+31
| | * nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-174-40/+21
| | * nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-173-5/+29
| | * nvmet: change sn size and check validityNoam Gottlieb2021-06-175-18/+30
| | * nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-06-171-8/+2
| | * nvme-fabrics: remove memset in connect io qChaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni2021-06-171-2/+1
| | * nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| | * nvme-pci: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-2/+2
| | * nvme-fc: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| | * nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni2021-06-171-0/+5