summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-10-19dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu
2023-10-10dm zoned: free dmz->ddev array in dmz_put_zoned_devicesFedor Pchelkin
2023-10-10md/raid5: release batch_last before waiting for another stripe_headDavid Jeffery
2023-09-23dm: fix a race condition in retrieve_depsMikulas Patocka
2023-09-23dm: don't attempt to queue IO under RCU protectionJens Axboe
2023-09-23md: Put the right device in md_seq_nextMariusz Tkaczyk
2023-09-23md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon
2023-09-23md: fix warning for holder mismatch from export_rdev()Yu Kuai
2023-09-23md: don't dereference mddev after export_rdev()Yu Kuai
2023-09-23md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong
2023-09-13md: raid0: account for split bio in iostat accountingDavid Jeffery
2023-09-13md/raid0: Fix performance regression for large sequential writesJan Kara
2023-09-13md/raid0: Factor out helper for mapping and submitting a bioJan Kara
2023-09-13md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai
2023-09-13md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai
2023-09-13md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai
2023-09-13md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai
2023-09-13md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan
2023-09-13md/raid10: factor out dereference_rdev_and_rrdev()Li Nan
2023-09-13md: restore 'noio_flag' for the last mddev_resume()Yu Kuai
2023-07-25dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai
2023-07-25dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai
2023-07-25dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai
2023-07-25dm integrity: fix double free on memory allocation failureMikulas Patocka
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-06-30md/raid0: add discard support for the 'original' layoutJason Baron
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-28dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmallocMikulas Patocka
2023-06-27dm integrity: scale down the recalculate buffer if memory allocation failsMikulas Patocka
2023-06-27dm integrity: only allocate recalculate buffer when neededMikulas Patocka
2023-06-27dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-23bcache: Fix bcache device claimingJan Kara
2023-06-23bcache: Alloc holder object before async registrationJan Kara
2023-06-23raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai
2023-06-23md: use mddev->external to select holder in export_rdev()Song Liu
2023-06-23md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai
2023-06-23md/raid10: fix the condition to call bio_end_io_acct()Li Nan