summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-09-23dm: fix a race condition in retrieve_depsMikulas Patocka3-9/+31
2023-09-23dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-09-23md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-23md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon1-2/+1
2023-09-23md: fix warning for holder mismatch from export_rdev()Yu Kuai2-3/+15
2023-09-23md: don't dereference mddev after export_rdev()Yu Kuai1-3/+3
2023-09-23md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong1-0/+4
2023-09-13md: raid0: account for split bio in iostat accountingDavid Jeffery1-2/+1
2023-09-13md/raid0: Fix performance regression for large sequential writesJan Kara1-1/+1
2023-09-13md/raid0: Factor out helper for mapping and submitting a bioJan Kara1-39/+40
2023-09-13md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai1-2/+1
2023-09-13md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai1-3/+6
2023-09-13md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai1-0/+7
2023-09-13md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai1-2/+0
2023-09-13md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan1-8/+5
2023-09-13md/raid10: factor out dereference_rdev_and_rrdev()Li Nan1-9/+20
2023-09-13md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-25dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber1-10/+18
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai2-1/+5
2023-07-25dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai1-18/+9
2023-07-25dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-07-25dm integrity: fix double free on memory allocation failureMikulas Patocka1-0/+1
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2023-07-04Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds7-100/+130
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-4/+11
2023-07-01md/raid0: add discard support for the 'original' layoutJason Baron2-8/+55
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-220/+439
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+69
2023-06-29Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe5-92/+75
2023-06-28dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke1-0/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+24
2023-06-27dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmallocMikulas Patocka2-21/+1
2023-06-27dm integrity: scale down the recalculate buffer if memory allocation failsMikulas Patocka1-5/+11
2023-06-27dm integrity: only allocate recalculate buffer when neededMikulas Patocka1-26/+26
2023-06-27dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka1-2/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds41-454/+677
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2-2/+2
2023-06-24bcache: Fix bcache device claimingJan Kara1-27/+38
2023-06-24bcache: Alloc holder object before async registrationJan Kara1-41/+25
2023-06-23raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai1-2/+2
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai2-22/+10
2023-06-23md: use mddev->external to select holder in export_rdev()Song Liu1-2/+2
2023-06-23md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai1-1/+1
2023-06-23md/raid10: fix the condition to call bio_end_io_acct()Li Nan1-1/+1
2023-06-23dm ioctl: Refuse to create device named "." or ".."Demi Marie Obenour1-2/+4
2023-06-23dm ioctl: Refuse to create device named "control"Demi Marie Obenour1-1/+6
2023-06-23dm ioctl: Avoid double-fetch of versionDemi Marie Obenour1-12/+21