summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka2021-06-152-0/+11
* dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li2021-06-141-6/+3
* dm writecache: commit just one block, not a full pageMikulas Patocka2021-06-141-5/+1
* dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka2021-06-141-3/+3
* dm crypt: Fix zoned block device supportDamien Le Moal2021-06-041-5/+19
* dm: introduce zone append emulationDamien Le Moal2021-06-045-54/+612
* dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2021-06-042-52/+59
* dm: Forbid requeue of writes to zonesDamien Le Moal2021-06-043-6/+41
* dm: Introduce dm_report_zones()Damien Le Moal2021-06-044-14/+29
* dm: move zone related code to dm-zone.cDamien Le Moal2021-06-045-89/+119
* dm: cleanup device_area_is_invalid()Damien Le Moal2021-06-041-1/+1
* dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal2021-06-041-2/+6
* dm zoned: check zone capacityDamien Le Moal2021-06-041-0/+7
* dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn2021-06-041-1/+1
* dm writecache: interrupt writeback if suspendedMikulas Patocka2021-06-041-2/+3
* dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka2021-06-041-8/+30
* dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka2021-06-041-9/+6
* dm kcopyd: avoid useless atomic operationsMikulas Patocka2021-06-043-12/+12
* dm space map disk: cache a small number of index entriesJoe Thornber2021-06-042-6/+96
* dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber2021-06-0415-245/+774
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-06-042-2/+16
* dm btree: improve btree residencyJoe Thornber2021-06-043-31/+439
* dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-05-251-1/+1
* dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka2021-05-251-2/+3
* dm verity: fix require_signatures module_param permissionsJohn Keeping2021-05-251-1/+1
* Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-234-10/+4
|\
| * Merge tag 'irqchip-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-05-174-10/+4
| |\
| | * irqchip: Remove redundant error printingZhen Lei2021-05-163-9/+3
| | * irqchip/apple-aic: APPLE_AIC should depend on ARCH_APPLEGeert Uytterhoeven2021-05-101-1/+1
* | | Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-224-4/+19
|\ \ \
| * | | nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-191-0/+12
| * | | nvme-tcp: rerun io_work if req_list is not emptyKeith Busch2021-05-191-1/+2
| * | | nvme-tcp: fix possible use-after-completionSagi Grimberg2021-05-191-1/+1
| * | | nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
| * | | nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* | | | Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-222-11/+25
|\ \ \ \
| * | | | xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-211-5/+17
| * | | | xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-05-211-6/+8
* | | | | Merge tag 'gpio-fixes-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-213-12/+2
|\ \ \ \ \
| * | | | | gpio: tegra186: Don't set parent IRQ affinityJon Hunter2021-05-121-11/+0
| * | | | | gpio: xilinx: Correct kernel doc for xgpio_probe()Andy Shevchenko2021-05-121-1/+1
| * | | | | gpio: cadence: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-121-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mmc-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-05-212-3/+11
|\ \ \ \ \
| * | | | | mmc: sdhci-pci-gli: increase 1.8V regulator waitDaniel Beer2021-05-101-1/+6
| * | | | | mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignmentNeil Armstrong2021-05-101-1/+2
| * | | | | mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist of...Neil Armstrong2021-05-101-1/+3
| |/ / / /
* | | | | Merge tag 'drm-fixes-2021-05-21-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-2029-192/+191
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-drm-fixes-5.13-2021-05-19' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-2116-35/+54
| |\ \ \ \ \
| | * | | | | drm/amdgpu: stop touching sched.ready in the backendChristian König2021-05-194-16/+1
| | * | | | | drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu2021-05-191-1/+0