summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-04-261-0/+1
* md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-04-231-0/+2
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-04-231-4/+4
* Merge tag 'nvme-5.13-2021-04-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-04-226-99/+276
|\
| * nvme: introduce generic per-namespace chardevMinwoo Im2021-04-224-9/+180
| * nvme: cleanup nvme_configure_apstChristoph Hellwig2021-04-211-80/+69
| * nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-04-211-1/+2
| * nvme: add 'kato' sysfs attributeHannes Reinecke2021-04-211-0/+2
| * nvme: sanitize KATO settingHannes Reinecke2021-04-213-7/+15
| * nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
* | brd: expose number of allocated pages in debugfsCalvin Owens2021-04-211-1/+18
|/
* ataflop: fix off by one in ataflop_probe()Dan Carpenter2021-04-211-1/+4
* ataflop: potential out of bounds in do_format()Dan Carpenter2021-04-211-6/+5
* drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
* block/rnbd: Use strscpy instead of strlcpyDima Stepanov2021-04-203-8/+8
* block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov2021-04-201-5/+1
* block/rnbd-clt: Remove max_segment_sizeJack Wang2021-04-204-13/+5
* block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal2021-04-202-1/+9
* block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim2021-04-203-28/+18
* block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim2021-04-206-34/+181
* block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim2021-04-201-3/+7
* block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix2021-04-201-6/+4
* block/rnbd-srv: Remove force_close file after holding a lockGioh Kim2021-04-203-6/+7
* block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim2021-04-201-1/+3
* block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim2021-04-203-30/+22
* block/rnbd: Kill destroy_device_cbGuoqing Jiang2021-04-201-11/+4
* block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang2021-04-203-7/+1
* block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang2021-04-201-2/+1
* block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang2021-04-201-4/+3
* block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang2021-04-201-5/+4
* 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
* 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
* | 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