summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-15nvme-pci: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-15nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel1-1/+1
2021-04-15nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King1-1/+1
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel1-31/+46
2021-04-15nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi1-8/+31
2021-04-13lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15Christoph Hellwig2-1/+5
2021-04-13lightnvm: return the correct return valueTian Tao1-1/+1
2021-04-13lightnvm: use kobj_to_dev()Chaitanya Kulkarni1-1/+1
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy2-1/+12
2021-04-12gdrom: fix compilation errorChaitanya Kulkarni1-1/+1
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li1-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury1-2/+2
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann1-1/+1
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig8-23/+14
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu1-13/+12
2021-04-08Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe1-20/+39
2021-04-08md: split mddev_findChristoph Hellwig1-5/+19
2021-04-08md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-04-08md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-4/+1
2021-04-06swim3: support highmemChristoph Hellwig1-9/+25
2021-04-06floppy: always use the track bufferChristoph Hellwig1-111/+25
2021-04-06swim: don't call blk_queue_bounce_limitChristoph Hellwig2-3/+1
2021-04-06gdrom: support highmemChristoph Hellwig1-3/+2
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones1-2/+2
2021-04-06block: xen-blkfront: Demote kernel-doc abusesLee Jones1-3/+3
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones1-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones1-3/+4
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones1-1/+1
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones1-3/+5
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche1-2/+4
2021-04-06nvme: implement non-mdts command limitsKeith Busch2-34/+75
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel1-0/+12
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