aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim3-6/+7
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim1-1/+3
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim3-30/+22
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang1-11/+4
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang3-7/+1
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang1-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang1-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang1-5/+4
2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov1-2/+0
2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov1-4/+1
2021-04-20floppy: cleanups: use memset() to zero reply_bufferDenis Efremov1-3/+1
2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov1-6/+6
2021-04-15Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.13/driversJens Axboe2-72/+69
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam1-0/+2
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig1-23/+23
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig1-36/+24
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig1-20/+27
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari1-0/+2
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2-3/+12
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig1-4/+12
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig3-29/+32
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: 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-11gdrom: 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/song/md into for-5.13/driversJens Axboe1-20/+39