index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2023-06-09
md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
Yu Kuai
2023-05-24
md: fix soft lockup in status_resync
Yu Kuai
2023-05-11
dm: don't lock fs when the map is NULL in process of resume
Li Lingfeng
2023-05-11
dm ioctl: fix nested locking in table_clear() to remove deadlock concern
Mike Snitzer
2023-05-11
dm flakey: fix a crash with invalid table line
Mikulas Patocka
2023-05-11
dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
Mike Snitzer
2023-05-11
dm clone: call kmem_cache_destroy() in dm_clone_init() error path
Mike Snitzer
2023-05-11
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
2023-05-11
md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...
Yu Kuai
2023-05-11
md/raid10: fix memleak of md thread
Yu Kuai
2023-05-11
md/raid10: fix memleak for 'conf->bio_split'
Yu Kuai
2023-05-11
md/raid10: fix leak of 'r10bio->remaining' for recovery
Yu Kuai
2023-05-11
md/raid10: fix task hung in raid10d
Li Nan
2023-05-11
md/raid5: Improve performance for sequential IO
Jan Kara
2023-05-11
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
2023-05-11
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
2023-03-31
Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-30
dm: fix __send_duplicate_bios() to always allow for splitting IO
Mike Snitzer
2023-03-30
dm: fix improper splitting for abnormal bios
Mike Snitzer
2023-03-29
md: fix regression for null-ptr-deference in __md_stop()
Yu Kuai
2023-03-24
Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-03-16
dm stats: check for and propagate alloc_percpu failure
Jiasheng Jiang
2023-03-15
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
2023-03-15
md: select BLOCK_LEGACY_AUTOLOAD
NeilBrown
2023-03-15
block: count 'ios' and 'sectors' when io is done for bio-based device
Yu Kuai
2023-03-13
md: avoid signed overflow in slot_store()
NeilBrown
2023-03-13
md: Free resources in __md_stop
Xiao Ni
2023-03-09
dm crypt: avoid accessing uninitialized tasklet
Mike Snitzer
2023-03-06
dm crypt: add cond_resched() to dmcrypt_write()
Mikulas Patocka
2023-03-06
dm thin: fix deadlock when swapping to thin device
Coly Li
2023-02-25
Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
2023-02-22
Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-21
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-02-21
Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-20
dm: remove unnecessary (void*) conversion in event_callback()
XU pengfei
2023-02-17
dm ioctl: remove unnecessary check when using dm_get_mdptr()
Hou Tao
2023-02-17
dm ioctl: assert _hash_lock is held in __hash_remove
Mike Snitzer
2023-02-17
dm cache: add cond_resched() to various workqueue loops
Mike Snitzer
2023-02-17
dm thin: add cond_resched() to various workqueue loops
Mike Snitzer
2023-02-16
dm: add cond_resched() to dm_wq_requeue_work()
Mike Snitzer
2023-02-16
dm: add cond_resched() to dm_wq_work()
Pingfan Liu
2023-02-14
dm sysfs: make kobj_type structure constant
Thomas Weißschuh
2023-02-14
dm: update targets using system workqueues to use a local workqueue
Tetsuo Handa
2023-02-14
dm: remove flush_scheduled_work() during local_exit()
Mike Snitzer
2023-02-14
dm clone: prefer kvmalloc_array()
Heinz Mauelshagen
2023-02-14
dm: declare variables static when sensible
Heinz Mauelshagen
2023-02-14
dm: fix suspect indent whitespace
Heinz Mauelshagen
2023-02-14
dm ioctl: prefer strscpy() instead of strlcpy()
Heinz Mauelshagen
2023-02-14
dm: avoid void function return statements
Heinz Mauelshagen
2023-02-14
dm integrity: change macros min/max() -> min_t/max_t where appropriate
Heinz Mauelshagen
[next]