summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im
2021-04-15nvme: remove single trailing whitespaceNiklas Cassel
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel
2021-04-15nvme-pci: remove single trailing whitespaceNiklas Cassel
2021-04-15nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-04-15nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel
2021-04-15nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi
2021-04-13lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15Christoph Hellwig
2021-04-13lightnvm: remove duplicate include in lightnvm.hZhang Yunkai
2021-04-13lightnvm: return the correct return valueTian Tao
2021-04-13lightnvm: use kobj_to_dev()Chaitanya Kulkarni
2021-04-12block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy
2021-04-11gdrom: fix compilation errorChaitanya Kulkarni
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu
2021-04-08Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2021-04-07md: split mddev_findChristoph Hellwig
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-04-06swim3: support highmemChristoph Hellwig
2021-04-06floppy: always use the track bufferChristoph Hellwig
2021-04-06swim: don't call blk_queue_bounce_limitChristoph Hellwig
2021-04-06gdrom: support highmemChristoph Hellwig
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones
2021-04-06block: xen-blkfront: Demote kernel-doc abusesLee Jones
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones
2021-04-06Merge tag 'nvme-5.13-2021-04-06' of git://git.infradead.org/nvme into for-5.1...Jens Axboe
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche
2021-04-06nvme: implement non-mdts command limitsKeith Busch
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke
2021-04-02nvme: export fast_io_fail_tmo to sysfsDaniel Wagner
2021-04-02nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner
2021-04-02nvme-fc: check sgl supported by targetMax Gurtovoy