summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber2023-07-251-10/+18
* dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai2023-07-252-1/+5
* dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai2023-07-251-18/+9
* dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai2023-07-251-2/+7
* dm integrity: fix double free on memory allocation failureMikulas Patocka2023-07-251-0/+1
* Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-081-0/+3
|\
| * dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke2023-06-281-0/+3
* | Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-037-100/+130
|\ \
| * | md/raid0: add discard support for the 'original' layoutJason Baron2023-06-302-8/+55
| * | Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-285-92/+75
| |\ \
| | * | bcache: Fix bcache device claimingJan Kara2023-06-231-27/+38
| | * | bcache: Alloc holder object before async registrationJan Kara2023-06-231-41/+25
| | * | raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai2023-06-231-2/+2
| | * | md: fix 'delete_mutex' deadlockYu Kuai2023-06-232-22/+10
| | * | md: use mddev->external to select holder in export_rdev()Song Liu2023-06-231-2/+2
| | * | md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai2023-06-231-1/+1
| | * | md/raid10: fix the condition to call bio_end_io_acct()Li Nan2023-06-231-1/+1
* | | | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-301-4/+11
|\ \ \ \
| * | | | dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu2023-06-091-4/+11
* | | | | Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-3015-220/+439
|\ \ \ \ \
| * | | | | 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 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-0/+69
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-0/+69
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | dm: Add support for block PR read keys/reservationMike Christie2023-04-111-0/+69
* | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-232-2/+2
| |\ \ \ \ \
| * | | | | | dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
| | |/ / / / | |/| | | |