- 9dd6956 Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 10 months ago
- 7bc4361 md/raid5: remove unused working_disks variable by Tom Rix · 2 years ago
- 7cddb05 md/raid10: don't call bio_start_io_acct twice for bio which experienced read error by Yu Kuai · 2 years ago
- f0ddb83 md/raid10: fix memleak of md thread by Yu Kuai · 2 years ago
- c9ac2ac md/raid10: fix memleak for 'conf->bio_split' by Yu Kuai · 2 years ago
- 26208a7 md/raid10: fix leak of 'r10bio->remaining' for recovery by Yu Kuai · 2 years ago
- 9fdfe6d md/raid10: don't BUG_ON() in raise_barrier() by Yu Kuai · 2 years ago
- 6efddf1 md: fix soft lockup in status_resync by Yu Kuai · 2 years ago
- c31fea2 md: add error_handlers for raid0 and linear by Mariusz Tkaczyk · 2 years ago
- 8745faa md: Use optimal I/O size for last bitmap page by Jon Derrick · 2 years ago
- 10172f2 md: Fix types in sb writer by Jon Derrick · 2 years ago
- 328e17d md: Move sb writer loop to its own function by Jon Derrick · 2 years ago
- dccb8ad md/raid10: Fix typo in comment (replacment -> replacement) by Jiangshan Yi · 2 years, 1 month ago
- 4d72a9d md: make kobj_type structures constant by Thomas Weißschuh · 2 years, 1 month ago
- a405c6f md/raid10: fix null-ptr-deref in raid10_sync_request by Li Nan · 2 years ago
- 72c215e md/raid10: fix task hung in raid10d by Li Nan · 2 years ago
- 81409e5 Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
- 666eed4 dm: fix __send_duplicate_bios() to always allow for splitting IO by Mike Snitzer · 1 year, 11 months ago
- f7b58a6 dm: fix improper splitting for abnormal bios by Mike Snitzer · 1 year, 11 months ago
- 433279b md: fix regression for null-ptr-deference in __md_stop() by Yu Kuai · 2 years ago
- 5ad4fe9 Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 2 years ago
- d3aa3e0 dm stats: check for and propagate alloc_percpu failure by Jiasheng Jiang · 2 years ago
- 70493a63 blk-crypto: make blk_crypto_evict_key() return void by Eric Biggers · 2 years ago
- 23e5b93 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 by Jens Axboe · 2 years ago
- 6c0f589 md: select BLOCK_LEGACY_AUTOLOAD by NeilBrown · 2 years ago
- 5f27571 block: count 'ios' and 'sectors' when io is done for bio-based device by Yu Kuai · 2 years ago
- 3bc5729 md: avoid signed overflow in slot_store() by NeilBrown · 2 years ago
- 3e45352 md: Free resources in __md_stop by Xiao Ni · 2 years ago
- d9a02e0 dm crypt: avoid accessing uninitialized tasklet by Mike Snitzer · 2 years ago
- fb294b1 dm crypt: add cond_resched() to dmcrypt_write() by Mikulas Patocka · 2 years ago
- 9bbf5fe dm thin: fix deadlock when swapping to thin device by Coly Li · 2 years ago
- 472a2ab Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 2 years ago
- f0b2769 Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 2 years ago
- 36289a03b Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years ago
- 8cc01d4 Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 2 years ago
- d695e44 dm: remove unnecessary (void*) conversion in event_callback() by XU pengfei · 2 years, 1 month ago
- a2f998a dm ioctl: remove unnecessary check when using dm_get_mdptr() by Hou Tao · 2 years, 3 months ago
- 69868be dm ioctl: assert _hash_lock is held in __hash_remove by Mike Snitzer · 2 years ago
- 76227f6 dm cache: add cond_resched() to various workqueue loops by Mike Snitzer · 2 years, 1 month ago
- e4f8030 dm thin: add cond_resched() to various workqueue loops by Mike Snitzer · 2 years, 1 month ago
- f77692d dm: add cond_resched() to dm_wq_requeue_work() by Mike Snitzer · 2 years, 1 month ago
- 0ca44fc dm: add cond_resched() to dm_wq_work() by Pingfan Liu · 2 years, 1 month ago
- b0bbd86 dm sysfs: make kobj_type structure constant by Thomas Weißschuh · 2 years, 1 month ago
- a7e8f7f dm: update targets using system workqueues to use a local workqueue by Tetsuo Handa · 2 years, 11 months ago
- 0b22ff5 dm: remove flush_scheduled_work() during local_exit() by Mike Snitzer · 2 years, 1 month ago
- f0ac159 dm clone: prefer kvmalloc_array() by Heinz Mauelshagen · 2 years, 1 month ago
- 774f13a dm: declare variables static when sensible by Heinz Mauelshagen · 2 years, 1 month ago
- 23fda2e dm: fix suspect indent whitespace by Heinz Mauelshagen · 2 years, 1 month ago
- 22a8b84 dm ioctl: prefer strscpy() instead of strlcpy() by Heinz Mauelshagen · 2 years, 1 month ago
- b39b732 dm: avoid void function return statements by Heinz Mauelshagen · 2 years, 1 month ago
- ba287d7 dm integrity: change macros min/max() -> min_t/max_t where appropriate by Heinz Mauelshagen · 2 years, 1 month ago
- 8d1058f dm: fix use of sizeof() macro by Heinz Mauelshagen · 2 years, 1 month ago
- 6cc435f dm: avoid 'do {} while(0)' loop in single statement macros by Heinz Mauelshagen · 2 years, 1 month ago
- dcdd467 dm log: avoid multiple line dereference by Heinz Mauelshagen · 2 years, 1 month ago
- fb99e87b dm log: avoid trailing semicolon in macro by Heinz Mauelshagen · 2 years, 1 month ago
- 5cae0aa dm ioctl: have constant on the right side of the test by Heinz Mauelshagen · 2 years, 1 month ago
- a6ba79c dm: don't indent labels by Heinz Mauelshagen · 2 years, 1 month ago
- 9bfeac5 dm: avoid inline filenames by Heinz Mauelshagen · 2 years, 1 month ago
- b30f160 dm: add missing blank line after declarations/fix those by Heinz Mauelshagen · 2 years, 1 month ago
- 1c3fe2f dm: avoid useless 'else' after 'break' or return' by Heinz Mauelshagen · 2 years, 1 month ago
- ae99111 dm: favour __packed versus "__attribute__ ((packed))" by Heinz Mauelshagen · 2 years, 1 month ago
- f8922a4 dm: favour __aligned(N) versus "__attribute__ (aligned(N))" by Heinz Mauelshagen · 2 years, 1 month ago
- 6a80803 dm: avoid using symbolic permissions by Heinz Mauelshagen · 2 years, 1 month ago
- 1c13188 dm: prefer '"%s...", __func__' by Heinz Mauelshagen · 2 years, 1 month ago
- aa07f9d dm: adjust EXPORT_SYMBOL() to follow functions immediately by Heinz Mauelshagen · 2 years, 1 month ago
- 2e84fec dm: avoid split of quoted strings where possible by Heinz Mauelshagen · 2 years, 1 month ago
- 2d0f25c dm: remove unnecessary braces from single statement blocks by Heinz Mauelshagen · 2 years, 1 month ago
- 0ef0b47 dm: add missing empty lines by Heinz Mauelshagen · 2 years, 1 month ago
- 02f10ba dm: add argument identifier names by Heinz Mauelshagen · 2 years, 1 month ago
- 8ca817c dm: avoid spaces before function arguments or in favour of tabs by Heinz Mauelshagen · 2 years, 1 month ago
- beecc84 dm block-manager: avoid not required parentheses by Heinz Mauelshagen · 2 years, 1 month ago
- ced6e47 dm crypt: correct 'foo*' to 'foo *' by Heinz Mauelshagen · 2 years, 1 month ago
- 03b1888 dm: fix trailing statements by Heinz Mauelshagen · 2 years, 1 month ago
- 43be9c7 dm: fix undue/missing spaces by Heinz Mauelshagen · 2 years, 1 month ago
- a4a82ce dm: correct block comments format. by Heinz Mauelshagen · 2 years, 1 month ago
- 255e264 dm: address indent/space issues by Heinz Mauelshagen · 2 years, 1 month ago
- 9642228 dm: address space issues relative to switch/while/for/... by Heinz Mauelshagen · 2 years, 1 month ago
- 2f06cd1 dm: avoid initializing static variables by Heinz Mauelshagen · 2 years, 1 month ago
- 44bc08e dm: enclose complex macros into parentheses where possible by Heinz Mauelshagen · 2 years, 1 month ago
- d715fa2 dm: avoid assignment in if conditions by Heinz Mauelshagen · 2 years, 1 month ago
- 86a3238 dm: change "unsigned" to "unsigned int" by Heinz Mauelshagen · 2 years, 1 month ago
- 238d991 dm: use fsleep() instead of msleep() for deterministic sleep duration by Heinz Mauelshagen · 2 years, 1 month ago
- 0d78954 dm: prefer kmap_local_page() instead of deprecated kmap_atomic() by Heinz Mauelshagen · 2 years, 1 month ago
- 3bd9400 dm: add missing SPDX-License-Indentifiers by Heinz Mauelshagen · 2 years, 1 month ago
- 7533afa dm: send just one event on resize, not two by Mikulas Patocka · 2 years, 1 month ago
- dcfe653 dm: Remove completion function scaffolding by Herbert Xu · 2 years, 1 month ago
- 9674722 dm: Add scaffolding to change completion function signature by Herbert Xu · 2 years, 1 month ago
- d1c0e15 dm table: check that a dm device doesn't reference itself by Benjamin Marzinski · 2 years, 1 month ago
- efdd3c3 dm raid: fix some spelling mistakes in comments by Yu Zhe · 2 years, 1 month ago
- 76fed01 md: account io_acct_set usage with active_io by Xiao Ni · 2 years, 1 month ago
- 9276cf8 drivers/md: Remove "select SRCU" by Paul E. McKenney · 2 years, 3 months ago
- c25da5b dm verity: stop using WQ_UNBOUND for verify_wq by Nathan Huckleberry · 2 years, 1 month ago
- 5cd6d1d5 dm integrity: Remove bi_sector that's only used by commented debug code by Jiapeng Chong · 2 years, 1 month ago
- fc77258 dm crypt: Slightly simplify crypt_set_keyring_key() by Christophe JAILLET · 2 years, 1 month ago
- 151d812 dm ioctl: drop always-false condition by Sergey Shtylyov · 2 years, 2 months ago
- aa56b9b dm flakey: fix logic when corrupting a bio by Mikulas Patocka · 2 years, 1 month ago
- ed821cf md: use MD_RESYNC_* whenever possible by Hou Tao · 2 years, 1 month ago
- 8eb29c4 dm flakey: fix a bug with 32-bit highmem systems by Mikulas Patocka · 2 years, 1 month ago
- f50714b dm flakey: don't corrupt the zero page by Mikulas Patocka · 2 years, 1 month ago
- 07dbb13 md: Free writes_pending in md_stop by Xiao Ni · 2 years, 1 month ago