summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmallocMikulas Patocka2023-06-272-21/+1
* dm integrity: scale down the recalculate buffer if memory allocation failsMikulas Patocka2023-06-271-5/+11
* dm integrity: only allocate recalculate buffer when neededMikulas Patocka2023-06-271-26/+26
* dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka2023-06-271-2/+2
* dm ioctl: Refuse to create device named "." or ".."Demi Marie Obenour2023-06-231-2/+4
* dm ioctl: Refuse to create device named "control"Demi Marie Obenour2023-06-231-1/+6
* dm ioctl: Avoid double-fetch of versionDemi Marie Obenour2023-06-231-12/+21
* dm ioctl: structs and parameter strings must not overlapDemi Marie Obenour2023-06-231-7/+21
* dm ioctl: Avoid pointer arithmetic overflowDemi Marie Obenour2023-06-231-0/+16
* dm ioctl: Check dm_target_spec is sufficiently alignedDemi Marie Obenour2023-06-231-0/+9
* dm integrity: Use %*ph for printing hexdump of a small bufferAndy Shevchenko2023-06-221-18/+3
* dm thin: disable discards for thin-pool if no_discard_passdownMike Snitzer2023-06-161-8/+5
* dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.hMike Snitzer2023-06-161-3/+0
* dm: skip dm-stats work in alloc_io() unless neededMike Snitzer2023-06-161-1/+2
* dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer2023-06-161-22/+21
* dm: support turning off block-core's io stats accountingLi Nan2023-06-162-6/+13
* dm zone: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-06-161-8/+7
* dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_clientLi Lingfeng2023-06-166-34/+44
* dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipherMikulas Patocka2023-06-161-1/+1
* dm thin: update .io_hints methods to not require handling discards lastMike Snitzer2023-06-161-14/+12
* dm thin: remove return code variable in pool_mapMike Snitzer2023-06-161-3/+1
* dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka2023-06-161-20/+100
* dm flakey: clone pages on write bio before corrupting themMikulas Patocka2023-06-161-9/+95
* dm crypt: allocate compound pages if possibleMikulas Patocka2023-06-161-14/+35
* Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...Jens Axboe2023-06-1613-910/+898
|\
| * nvme: forward port sysfs delete fixKeith Busch2023-06-161-0/+3
| * nvme: skip optional id ctrl csi if it failedKeith Busch2023-06-122-1/+5
| * nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote2023-06-121-1/+1
| * nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner2023-06-121-1/+2
| * nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni2023-06-121-48/+27
| * nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni2023-06-121-2/+4
| * nvme: Increase block size variable size to 32-bitDaniel Gomez2023-06-121-1/+1
| * nvme-fcloop: no need to return from void functionChaitanya Kulkarni2023-06-121-2/+0
| * nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni2023-06-121-4/+0
| * nvmet-auth: remove some dead codeChristophe JAILLET2023-06-121-9/+0
| * nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote2023-06-121-1/+1
| * nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy2023-06-124-655/+672
| * nvme-fabrics: prevent overriding of existing hostMax Gurtovoy2023-06-121-27/+71
| * nvme-fabrics: check hostid using uuid_equalMax Gurtovoy2023-06-121-1/+1
| * nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy2023-06-121-31/+43
| * nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Christophe JAILLET2023-06-121-3/+3
| * nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET2023-06-121-4/+4
| * nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET2023-06-121-3/+3
| * nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET2023-06-121-1/+1
| * nvme-fabrics: add queue setup helpersKeith Busch2023-06-124-162/+96
| * nvme-pci: cleaning up nvme_pci_init_requestIrvin Cote2023-06-121-2/+1
| * nvme-rdma: fix typo in commentMax Gurtovoy2023-06-121-1/+1
| * nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni2023-06-121-0/+1
| * nvme-core: add missing fault-injection cleanupChaitanya Kulkarni2023-06-121-0/+1
| * nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni2023-06-121-2/+5