summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk1-17/+20
2023-09-27md: simplify md_seq_opsYu Kuai1-78/+22
2023-09-27md: factor out a helper from mddev_put()Yu Kuai1-12/+17
2023-09-26md: replace deprecated strncpy with memcpyJustin Stitt1-3/+3
2023-09-22md/md-linear: Annotate struct linear_conf with __counted_byKees Cook2-14/+14
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai1-7/+2
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai1-6/+1
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai1-23/+20
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai1-4/+0
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai1-1/+1
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai5-26/+13
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai3-22/+41
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai1-10/+51
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai1-12/+27
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai1-5/+10
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai1-6/+38
2023-09-22md: delay choosing sync action to md_start_sync()Yu Kuai1-34/+39
2023-09-22md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai1-25/+45
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai2-5/+10
2023-09-16Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-30/+33
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-14dm: fix a race condition in retrieve_depsMikulas Patocka3-9/+31
2023-09-12md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon1-2/+1
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai2-3/+15
2023-09-08md: don't dereference mddev after export_rdev()Yu Kuai1-3/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds18-463/+508
2023-08-18md: raid0: account for split bio in iostat accountingDavid Jeffery1-2/+1
2023-08-18md/raid0: Fix performance regression for large sequential writesJan Kara1-1/+1
2023-08-18md/raid0: Factor out helper for mapping and submitting a bioJan Kara1-39/+40
2023-08-18md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen1-2/+1
2023-08-18md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu1-1/+3
2023-08-18md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu1-2/+2
2023-08-18md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu1-3/+4
2023-08-15md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai1-2/+1
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng7-14/+15
2023-08-15md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai1-1/+0
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong1-0/+4
2023-08-15md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai1-3/+6
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-1/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai1-0/+7
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai1-2/+0
2023-07-27md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan1-10/+5
2023-07-27md/raid10: factor out dereference_rdev_and_rrdev()Li Nan1-9/+20
2023-07-27md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan1-0/+2
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang1-6/+12
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: remove redundant check in fix_read_error()Li Nan2-2/+2