summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / / | |/| | |
* | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-272-3/+3
|\ \ \ \ \
| * | | | | md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2023-05-302-3/+3
| |/ / / /
* | | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-272-3/+3
|\ \ \ \ \
| * | | | | dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-252-3/+3
| |/ / / /
* | | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-272-3/+24
|\ \ \ \ \
| * | | | | bcache: Convert to lock_cmp_fnKent Overstreet2023-05-242-3/+24
| |/ / / /
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2641-454/+677
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | bcache: fixup btree_cache_wait list damageMingzhe Zou2023-06-153-1/+21
| * | | | bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang2023-06-151-1/+3
| * | | | bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2023-06-152-7/+7
| * | | | bcache: Remove dead references to cache_readaheadsAndrea Tomassetti2023-06-151-1/+0
| * | | | bcache: make kobj_type structures constantThomas Weißschuh2023-06-152-6/+6
| * | | | bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2023-06-151-16/+15
| * | | | md/raid1-10: limit the number of plugged bioYu Kuai2023-06-133-3/+10
| * | | | md/raid1-10: don't handle pluged bio by daemon threadYu Kuai2023-06-133-7/+19
| * | | | md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai2023-06-134-0/+40
| * | | | md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai2023-06-133-5/+19
| * | | | md/raid1-10: factor out a helper to submit normal writeYu Kuai2023-06-133-33/+23
| * | | | md/raid1-10: factor out a helper to add bio to plugYu Kuai2023-06-133-21/+18