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.19.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-7.0.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
2020-04-17
dm clone: Add missing casts to prevent overflows and data corruption
Nikos Tsironis
1
-3
/
+6
2020-04-17
dm clone: Fix handling of partial region discards
Nikos Tsironis
2
-14
/
+42
2020-04-17
dm clone: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
3
-34
/
+27
2020-04-17
dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()
Bob Liu
1
-1
/
+0
2020-04-17
dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()
Nikos Tsironis
3
-3
/
+3
2020-04-17
dm clone: Add overflow check for number of regions
Nikos Tsironis
1
-1
/
+11
2020-04-17
dm verity fec: fix memory leak in verity_fec_dtr
Shetty, Harshini X (EXT-Sony Mobile)
1
-0
/
+1
2020-04-17
dm integrity: fix a crash with unusually large tag size
Mikulas Patocka
1
-2
/
+2
2020-04-17
dm writecache: add cond_resched to avoid CPU hangs
Mikulas Patocka
1
-1
/
+5
2020-04-17
md: check arrays is suspended in mddev_detach before call quiesce operations
Guoqing Jiang
1
-1
/
+1
2020-04-08
Revert "dm: always call blk_queue_split() in dm_process_bio()"
Mike Snitzer
1
-2
/
+3
2020-03-25
dm integrity: use dm_bio_record and dm_bio_restore
Mike Snitzer
1
-23
/
+9
2020-03-25
dm bio record: save/restore bi_end_io and bi_integrity
Mike Snitzer
1
-0
/
+15
2020-03-12
dm: fix congested_fn for request-based device
Hou Tao
1
-11
/
+10
2020-03-12
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
1
-4
/
+4
2020-03-12
dm writecache: verify watermark during resume
Mikulas Patocka
1
-2
/
+10
2020-03-12
dm: report suspended device during destroy
Mikulas Patocka
3
-8
/
+7
2020-03-12
dm cache: fix a crash due to incorrect work item cancelling
Mikulas Patocka
1
-2
/
+2
2020-03-12
dm integrity: fix invalid table returned due to argument count mismatch
Mikulas Patocka
1
-1
/
+1
2020-03-12
dm integrity: fix a deadlock due to offloading to an incorrect workqueue
Mikulas Patocka
1
-4
/
+15
2020-03-12
dm integrity: fix recalculation when moving from journal mode to bitmap mode
Mikulas Patocka
1
-5
/
+12
2020-03-12
dm thin metadata: fix lockdep complaint
Theodore Ts'o
1
-1
/
+1
2020-02-24
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
1
-1
/
+3
2020-02-24
bcache: fix incorrect data type usage in btree_flush_write()
Coly Li
1
-1
/
+2
2020-02-24
bcache: explicity type cast in bset_bkey_last()
Coly Li
1
-1
/
+2
2020-02-24
bcache: fix memory corruption in bch_cache_accounting_clear()
Coly Li
1
-3
/
+7
2020-02-24
bcache: fix use-after-free in register_bcache()
Coly Li
1
-1
/
+2
2020-02-24
bcache: rework error unwinding in register_bcache
Christoph Hellwig
1
-30
/
+45
2020-02-24
bcache: cached_dev_free needs to put the sb page
Liang Chen
1
-0
/
+3
2020-02-24
dm thin: don't allow changing data device during thin-pool reload
Mikulas Patocka
1
-5
/
+13
2020-02-15
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
1
-5
/
+75
2020-02-11
bcache: add readahead cache policy options via sysfs interface
Coly Li
3
-5
/
+37
2020-02-11
dm: fix potential for q->make_request_fn NULL pointer
Mike Snitzer
1
-2
/
+7
2020-02-11
dm thin metadata: use pool locking at end of dm_pool_metadata_close
Mike Snitzer
1
-4
/
+6
2020-02-11
dm crypt: fix benbi IV constructor crash if used in authenticated mode
Milan Broz
1
-2
/
+8
2020-02-11
dm crypt: fix GFP flags passed to skcipher_request_alloc()
Mikulas Patocka
1
-1
/
+1
2020-02-11
dm writecache: fix incorrect flush sequence when doing SSD mode commit
Mikulas Patocka
1
-21
/
+21
2020-02-11
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
4
-3
/
+37
2020-02-11
dm zoned: support zone sizes smaller than 128MiB
Dmitry Fomichev
1
-9
/
+14
2020-02-06
dm thin: fix use-after-free in metadata_pre_commit_callback
Mike Snitzer
1
-4
/
+3
2020-01-23
block: fix an integer overflow in logical block size
Mikulas Patocka
2
-2
/
+2
2020-01-09
md: raid1: check rdev before reference in raid1_sync_request func
Zhiqiang Liu
1
-1
/
+1
2020-01-09
raid5: need to set STRIPE_HANDLE for batch head
Guoqing Jiang
1
-1
/
+1
2020-01-04
md: make sure desc_nr less than MD_SB_DISKS
Yufen Yu
1
-0
/
+1
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
1
-0
/
+2
2019-12-31
md: avoid invalid memory access for array sb->dev_roles
Yufen Yu
1
-31
/
+20
2019-12-31
bcache: fix deadlock in bcache_allocator
Andrea Righi
3
-8
/
+26
2019-12-31
bcache: fix static checker warning in bcache_device_free()
Coly Li
1
-8
/
+16
2019-12-31
md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bit
Guoqing Jiang
1
-1
/
+1
2019-12-31
md: no longer compare spare disk superblock events in super_load
Yufen Yu
1
-6
/
+51
[next]