summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-268-145/+189
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | md/raid5: remove unused working_disks variableTom Rix2023-04-141-4/+1
| * | | | md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai2023-04-141-1/+3
| * | | | md/raid10: fix memleak of md threadYu Kuai2023-04-141-3/+3
| * | | | md/raid10: fix memleak for 'conf->bio_split'Yu Kuai2023-04-141-20/+17
| * | | | md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai2023-04-141-10/+13
| * | | | md/raid10: don't BUG_ON() in raise_barrier()Yu Kuai2023-04-131-1/+3
| * | | | md: fix soft lockup in status_resyncYu Kuai2023-04-131-9/+9
| * | | | md: add error_handlers for raid0 and linearMariusz Tkaczyk2023-04-134-10/+31
| * | | | md: Use optimal I/O size for last bitmap pageJon Derrick2023-04-131-4/+29
| * | | | md: Fix types in sb writerJon Derrick2023-04-131-21/+14
| * | | | md: Move sb writer loop to its own functionJon Derrick2023-04-131-60/+65
| * | | | md/raid10: Fix typo in comment (replacment -> replacement)Jiangshan Yi2023-04-131-1/+1
| * | | | md: make kobj_type structures constantThomas Weißschuh2023-04-131-3/+3
| * | | | md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan2023-04-131-4/+4
| * | | | md/raid10: fix task hung in raid10dLi Nan2023-04-131-5/+13
| * | | | blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-03-161-14/+5
* | | | | Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds2023-03-311-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | md: fix regression for null-ptr-deference in __md_stop()Yu Kuai2023-03-291-1/+2
| | |/ / | |/| |
* | | | dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer2023-03-301-0/+2
* | | | dm: fix improper splitting for abnormal biosMike Snitzer2023-03-301-3/+4
| |_|/ |/| |
* | | Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-245-9/+22
|\ \ \ | |/ / |/| |
| * | dm stats: check for and propagate alloc_percpu failureJiasheng Jiang2023-03-163-3/+10
| * | dm crypt: avoid accessing uninitialized taskletMike Snitzer2023-03-091-6/+9
| * | dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka2023-03-061-0/+1
| * | dm thin: fix deadlock when swapping to thin deviceColy Li2023-03-061-0/+2
* | | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2023-03-152-9/+12
|\ \ \
| * | | md: select BLOCK_LEGACY_AUTOLOADNeilBrown2023-03-151-0/+4
| * | | md: avoid signed overflow in slot_store()NeilBrown2023-03-131-0/+3
| * | | md: Free resources in __md_stopXiao Ni2023-03-131-9/+5
* | | | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-3/+3
| |_|/ |/| |
* | | Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-02-251-4/+4
|\ \ \
| * | | bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-01-051-4/+4
* | | | Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-22107-1794/+2243
|\ \ \ \ | | |_|/ | |/| |
| * | | dm: remove unnecessary (void*) conversion in event_callback()XU pengfei2023-02-201-1/+1
| * | | dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao2023-02-171-3/+3
| * | | dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer2023-02-171-0/+4
| * | | dm cache: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+4
| * | | dm thin: add cond_resched() to various workqueue loopsMike Snitzer2023-02-171-0/+2
| * | | dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer2023-02-161-0/+1
| * | | dm: add cond_resched() to dm_wq_work()Pingfan Liu2023-02-161-0/+1
| * | | dm sysfs: make kobj_type structure constantThomas Weißschuh2023-02-141-1/+1
| * | | dm: update targets using system workqueues to use a local workqueueTetsuo Handa2023-02-143-9/+34
| * | | dm: remove flush_scheduled_work() during local_exit()Mike Snitzer2023-02-141-1/+0
| * | | dm clone: prefer kvmalloc_array()Heinz Mauelshagen2023-02-141-1/+1
| * | | dm: declare variables static when sensibleHeinz Mauelshagen2023-02-142-2/+2
| * | | dm: fix suspect indent whitespaceHeinz Mauelshagen2023-02-142-2/+2
| * | | dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen2023-02-141-2/+2
| * | | dm: avoid void function return statementsHeinz Mauelshagen2023-02-143-11/+0
| * | | dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen2023-02-141-5/+5