summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov2021-04-201-2/+0
* floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov2021-04-201-4/+1
* floppy: cleanups: use memset() to zero reply_bufferDenis Efremov2021-04-201-3/+1
* floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov2021-04-201-6/+6
* floppy: cleanups: remove trailing whitespacesDenis Efremov2021-04-201-23/+23
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2021-04-152-72/+69
|\
| * md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-04-151-0/+2
| * md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig2021-04-151-23/+23
| * md: refactor mddev_find_or_allocChristoph Hellwig2021-04-151-36/+24
| * md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig2021-04-151-20/+27
* | Merge tag 'nvme-5.13-2021-04-15' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-04-1511-575/+669
|\ \ | |/ |/|
| * nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari2021-04-151-0/+2
| * nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2021-04-152-3/+12
| * nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig2021-04-151-4/+12
| * nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig2021-04-153-29/+32
| * nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig2021-04-151-4/+7
| * nvme: move the ioctl code to a separate fileChristoph Hellwig2021-04-154-449/+468
| * nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig2021-04-151-24/+42
| * nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig2021-04-151-36/+47
| * nvme: simplify the compat ioctl handlingChristoph Hellwig2021-04-151-43/+26
| * nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig2021-04-151-21/+21
| * nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig2021-04-153-7/+7
| * nvme: cleanup setting the disk nameChristoph Hellwig2021-04-153-28/+27
| * nvme: add a nvme_ns_head_multipath helperMinwoo Im2021-04-152-7/+8
| * nvme: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-multipath: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-pci: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
| * nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel2021-04-151-1/+1
| * nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King2021-04-151-1/+1
| * nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel2021-04-151-31/+46
| * nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi2021-04-151-8/+31
|/
* lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15Christoph Hellwig2021-04-132-1/+5
* lightnvm: remove duplicate include in lightnvm.hZhang Yunkai2021-04-132-3/+0
* lightnvm: return the correct return valueTian Tao2021-04-131-1/+1
* lightnvm: use kobj_to_dev()Chaitanya Kulkarni2021-04-131-1/+1
* block: remove the -ERESTARTSYS handling in blkdev_get_by_devChristoph Hellwig2021-04-121-6/+0
* null_blk: add option for managing virtual boundaryMax Gurtovoy2021-04-122-1/+12
* gdrom: fix compilation errorChaitanya Kulkarni2021-04-111-1/+1
* bcache: fix a regression of code compiling failure in debug.cColy Li2021-04-111-1/+1
* bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2021-04-111-3/+3
* md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury2021-04-111-2/+2
* md: bcache: avoid -Wempty-body warningsArnd Bergmann2021-04-111-1/+1
* bcache: use NULL instead of using plain integer as pointerYang Li2021-04-111-1/+1
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-118-23/+14
* bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu2021-04-111-13/+12
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2021-04-081-20/+39
|\
| * md: split mddev_findChristoph Hellwig2021-04-071-5/+19
| * md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-04-071-13/+19
| * md: md_open returns -EBUSY when entering racing areaZhao Heming2021-04-071-2/+1
* | drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-4/+1