index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
dm: don't lock fs when the map is NULL in process of resume
Li Lingfeng
1
-1
/
+4
2023-05-11
dm ioctl: fix nested locking in table_clear() to remove deadlock concern
Mike Snitzer
1
-3
/
+4
2023-05-11
dm flakey: fix a crash with invalid table line
Mikulas Patocka
1
-2
/
+2
2023-05-11
dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
Mike Snitzer
1
-3
/
+5
2023-05-11
dm clone: call kmem_cache_destroy() in dm_clone_init() error path
Mike Snitzer
1
-0
/
+1
2023-05-11
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
1
-1
/
+1
2023-05-11
md/raid5: Improve performance for sequential IO
Jan Kara
1
-1
/
+44
2023-05-11
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
1
-4
/
+4
2023-05-11
md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...
Yu Kuai
1
-1
/
+3
2023-05-11
md/raid10: fix memleak of md thread
Yu Kuai
1
-3
/
+3
2023-05-11
md/raid10: fix memleak for 'conf->bio_split'
Yu Kuai
1
-20
/
+17
2023-05-11
md/raid10: fix leak of 'r10bio->remaining' for recovery
Yu Kuai
1
-10
/
+13
2023-05-11
md/raid10: fix task hung in raid10d
Li Nan
1
-5
/
+13
2023-05-11
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
1
-14
/
+5
2023-04-13
dm: fix improper splitting for abnormal bios
Mike Snitzer
1
-3
/
+4
2023-04-13
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
76
-972
/
+972
2023-04-13
dm integrity: Remove bi_sector that's only used by commented debug code
Jiapeng Chong
1
-7
/
+0
2023-04-13
dm cache: Add some documentation to dm-cache-background-tracker.h
Joe Thornber
1
-3
/
+37
2023-04-06
dm: fix __send_duplicate_bios() to always allow for splitting IO
Mike Snitzer
1
-0
/
+2
2023-04-06
md: avoid signed overflow in slot_store()
NeilBrown
1
-0
/
+3
2023-03-30
dm crypt: avoid accessing uninitialized tasklet
Mike Snitzer
1
-6
/
+9
2023-03-30
dm crypt: add cond_resched() to dmcrypt_write()
Mikulas Patocka
1
-0
/
+1
2023-03-30
dm stats: check for and propagate alloc_percpu failure
Jiasheng Jiang
3
-3
/
+10
2023-03-30
dm thin: fix deadlock when swapping to thin device
Coly Li
1
-0
/
+2
2023-03-22
md: select BLOCK_LEGACY_AUTOLOAD
NeilBrown
1
-0
/
+4
2023-03-22
block: count 'ios' and 'sectors' when io is done for bio-based device
Yu Kuai
1
-3
/
+3
2023-03-10
dm flakey: fix a bug with 32-bit highmem systems
Mikulas Patocka
1
-1
/
+2
2023-03-10
dm flakey: don't corrupt the zero page
Mikulas Patocka
1
-2
/
+5
2023-03-10
dm cache: free background tracker's queued work in btracker_destroy
Joe Thornber
1
-0
/
+8
2023-03-10
dm flakey: fix logic when corrupting a bio
Mikulas Patocka
1
-10
/
+13
2023-03-10
dm: add cond_resched() to dm_wq_requeue_work()
Mike Snitzer
1
-0
/
+1
2023-03-10
dm: add cond_resched() to dm_wq_work()
Pingfan Liu
1
-0
/
+1
2023-03-10
dm: send just one event on resize, not two
Mikulas Patocka
3
-18
/
+24
2023-03-10
md: don't update recovery_cp when curr_resync is ACTIVE
Hou Tao
1
-1
/
+1
2023-03-10
dm cache: add cond_resched() to various workqueue loops
Mike Snitzer
1
-0
/
+4
2023-03-10
dm thin: add cond_resched() to various workqueue loops
Mike Snitzer
1
-0
/
+2
2023-03-10
dm: remove flush_scheduled_work() during local_exit()
Mike Snitzer
1
-1
/
+0
2023-03-10
dm: improve shrinker debug names
Mike Snitzer
2
-2
/
+2
2023-01-28
Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+4
2023-01-25
bcache: Silence memcpy() run-time false positive warnings
Kees Cook
2
-2
/
+4
2023-01-12
md: fix incorrect declaration about claim_rdev in md_import_device
Adrian Huang
1
-2
/
+2
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
2
-0
/
+4
2022-12-13
Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-28
/
+146
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
14
-276
/
+294
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-12-08
dm thin: Use last transaction's pmd->root when commit failed
Zhihao Cheng
1
-0
/
+9
2022-12-07
block: remove bio_set_op_attrs
Christoph Hellwig
6
-20
/
+20
2022-12-03
dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
Peter Korsgaard
1
-1
/
+21
2022-12-02
md: fold unbind_rdev_from_array into md_kick_rdev_from_array
Christoph Hellwig
1
-21
/
+16
2022-12-02
md: mark md_kick_rdev_from_array static
Christoph Hellwig
2
-3
/
+1
[next]