summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao
2021-04-22Merge tag 'nvme-5.13-2021-04-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu
2021-04-21brd: expose number of allocated pages in debugfsCalvin Owens
2021-04-21ataflop: fix off by one in ataflop_probe()Dan Carpenter
2021-04-21ataflop: potential out of bounds in do_format()Dan Carpenter
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang
2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov
2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov
2021-04-20floppy: cleanups: use memset() to zero reply_bufferDenis Efremov
2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov
2021-04-15Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig
2021-04-15nvme: simplify the compat ioctl handlingChristoph Hellwig
2021-04-15nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig
2021-04-15nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig