summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig1-4/+7
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig4-449/+468
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig1-24/+42
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig1-36/+47
2021-04-15nvme: simplify the compat ioctl handlingChristoph Hellwig1-43/+26
2021-04-15nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig1-21/+21
2021-04-15nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig3-7/+7
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig3-28/+27
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im2-7/+8
2021-04-15nvme: remove single trailing whitespaceNiklas Cassel1-1/+1
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: remove duplicate include in lightnvm.hZhang Yunkai2-3/+0
2021-04-13lightnvm: return the correct return valueTian Tao1-1/+1
2021-04-13lightnvm: use kobj_to_dev()Chaitanya Kulkarni1-1/+1
2021-04-12block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig1-6/+0
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-06Merge tag 'nvme-5.13-2021-04-06' of git://git.infradead.org/nvme into for-5.1...Jens Axboe17-178/+336