summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15/libata-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-305-210/+197
|\
| * libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-182-0/+26
| * libata: print feature list on device scanDamien Le Moal2021-08-181-0/+17
| * libata: fix ata_read_log_page() warningDamien Le Moal2021-08-181-34/+13
| * libata: cleanup NCQ priority handlingDamien Le Moal2021-08-182-43/+26
| * libata: cleanup ata_dev_configure()Damien Le Moal2021-08-181-56/+75
| * libata: cleanup device sleep capability detectionDamien Le Moal2021-08-181-23/+32
| * libata: simplify ata_scsi_rbuf_fill()Damien Le Moal2021-08-181-51/+9
| * libata: fix ata_host_start()Damien Le Moal2021-08-181-1/+1
| * ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init()Andy Shevchenko2021-07-271-8/+4
* | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-3043-12955/+442
|\ \
| * | Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-08-281-15/+15
| * | raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang2021-08-271-0/+19
| * | md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni2021-08-261-4/+10
| * | nbd: remove nbd->destroy_completeChristoph Hellwig2021-08-251-38/+14
| * | nbd: only return usable devices from nbd_find_unusedChristoph Hellwig2021-08-251-7/+9
| * | nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa2021-08-251-1/+1
| * | nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa2021-08-251-1/+10
| * | nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig2021-08-251-14/+18
| * | nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa2021-08-251-0/+2
| * | Merge tag 'nvme-5.15-2021-08-18' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-08-1814-105/+275
| |\ \
| | * | nvme: remove the unused NVME_NS_* enumChristoph Hellwig2021-08-171-5/+0
| | * | nvme: remove nvm_ndev from nsKeith Busch2021-08-161-1/+0
| | * | nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversSagi Grimberg2021-08-162-5/+1
| | * | nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel2021-08-161-0/+9
| | * | nvmet: avoid duplicate qid in connect cmdAmit Engel2021-08-162-6/+15
| | * | nvmet: pass back cntlid on successful completionAmit Engel2021-08-161-4/+5
| | * | nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li2021-08-161-2/+2
| | * | nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li2021-08-161-2/+2
| | * | nvme-tcp: pair send_mutex init with destroyKeith Busch2021-08-161-0/+2
| | * | nvme: allow user toggling hmb usageKeith Busch2021-08-161-1/+44
| | * | nvme-pci: disable hmb on idle suspendKeith Busch2021-08-161-7/+17
| | * | nvmet: remove redundant assignments of variable statusColin Ian King2021-08-161-4/+1
| | * | nvmet: add set feature tracing supportHou Pu2021-08-161-1/+17
| | * | nvme: add set feature tracing supportHou Pu2021-08-161-1/+17
| | * | nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu2021-08-161-1/+0
| | * | nvme-pci: cmb sysfs: one file, one valueKeith Busch2021-08-161-2/+26
| | * | nvme-pci: use attribute group for cmb sysfsKeith Busch2021-08-161-26/+46
| | * | nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-166-20/+66
| | * | nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg2021-08-161-11/+3
| | * | nvme-pci: limit maximum queue depth to 4095Sagi Grimberg2021-08-161-9/+5
| * | | block: nbd: add sanity check for first_minorPavel Skripkin2021-08-161-0/+10
| |/ /
| * | remove the lightnvm subsystemChristoph Hellwig2021-08-1424-12725/+1
| * | nbd: reduce the nbd_index_mutex scopeChristoph Hellwig2021-08-131-27/+28
| * | nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig2021-08-131-31/+14
| * | nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig2021-08-131-12/+9
| * | nbd: remove nbd_del_diskChristoph Hellwig2021-08-131-12/+5
| * | nbd: refactor device removalChristoph Hellwig2021-08-131-24/+13
| * | nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao2021-08-131-9/+61
| * | nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li2021-08-131-2/+4