summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
2021-04-02nvme: export fast_io_fail_tmo to sysfsDaniel Wagner1-0/+31
2021-04-02nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner1-1/+1
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner2-24/+24
2021-04-02nvme-fc: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvme-tcp: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark1-2/+34
2021-04-02nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-04-02nvme: warn of unhandled effects only onceKeith Busch1-3/+3
2021-04-02nvme: use driver pdu command for passthroughKeith Busch7-23/+25
2021-04-02nvme-pci: allocate nvme_command within driver pduKeith Busch1-5/+6
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2-0/+7
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni1-0/+1
2021-04-02nvme-fc: fix the function documentation commentChaitanya Kulkarni1-1/+1
2021-04-02nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2021-04-02nvme: don't check nvme_req flags for new reqChaitanya Kulkarni1-6/+5
2021-04-02nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni1-1/+1
2021-04-02nvme: split init identify into helperChaitanya Kulkarni1-23/+32
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni7-10/+10
2021-04-02nvme: reduce checks for zero command effectsKanchan Joshi1-1/+2
2021-04-02nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi1-1/+1
2021-04-02nvmet: replace white spaces with tabsChaitanya Kulkarni1-1/+1
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni3-7/+6
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2-5/+3
2021-04-02nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni1-1/+0
2021-04-02nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni1-4/+2
2021-04-02nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni1-6/+0
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu1-5/+2
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig1-11/+0
2021-03-25md: Fix missing unused status line of /proc/mdstatJan Glauber1-1/+5
2021-03-25md/raid10: improve discard request for far layoutXiao Ni2-19/+61
2021-03-25md/raid10: improve raid10 discard requestXiao Ni1-1/+262
2021-03-25md/raid10: pull the code that wait for blocked dev into one functionXiao Ni1-51/+69
2021-03-25md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+5
2021-03-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso4-1280/+0
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann1-1/+1
2021-03-23xsysace: Remove SYSACE driverMichal Simek3-1280/+0
2021-03-16s390/dasd: let driver core manage the sysfs attributesJulian Wiedmann5-30/+7
2021-03-16s390/dasd: remove dasd_fba_probe() wrapperJulian Wiedmann1-8/+1
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+2
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+13
2021-03-13Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-28/+94
2021-03-13Merge tag 'staging-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds49-38/+169
2021-03-13Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-47/+13