summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06Merge tag 'nvme-5.13-2021-04-06' of git://git.infradead.org/nvme into for-5.1...Jens Axboe17-178/+336
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche1-2/+4
2021-04-06nvme: implement non-mdts command limitsKeith Busch3-34/+85
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
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