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.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
2016-02-13
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
4
-19
/
+12
2015-12-30
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-30
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-17
md/raid10: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-4
/
+11
2015-11-17
md/raid10: ensure device failure recorded before write request returns.
NeilBrown
2
-1
/
+34
2015-11-17
md/raid1: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-3
/
+8
2015-11-17
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
3
-1
/
+34
2015-11-17
dm btree: fix leak of bufio-backed block in btree_split_beneath error path
Mike Snitzer
1
-1
/
+1
2015-11-17
dm btree remove: fix a bug when rebalancing nodes after removal
Joe Thornber
1
-6
/
+11
2015-11-17
md/raid0: apply base queue limits *before* disk_stack_limits
NeilBrown
1
-4
/
+5
2015-11-17
md/raid0: update queue parameter in a safer location.
NeilBrown
1
-18
/
+27
2015-10-13
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
1
-2
/
+2
2015-10-13
dm btree: add ref counting ops for the leaves of top level btrees
Joe Thornber
4
-15
/
+47
2015-10-13
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
1
-4
/
+6
2015-08-12
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
1
-1
/
+1
2015-08-12
dm btree: silence lockdep lock inversion in dm_btree_del()
Joe Thornber
1
-1
/
+1
2015-08-12
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
1
-4
/
+10
2015-08-12
dm btree remove: fix bug in redistribute3
Dennis Yang
1
-3
/
+3
2015-08-07
md/raid5: don't record new size if resize_stripes fails.
NeilBrown
1
-1
/
+2
2015-05-10
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
1
-4
/
+8
2015-05-10
dm: hold suspend_lock while suspending device during device deletion
Mikulas Patocka
1
-0
/
+6
2015-05-10
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka
1
-2
/
+2
2015-05-10
dm: fix a race condition in dm_get_md
Mikulas Patocka
1
-17
/
+10
2015-05-10
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
1
-0
/
+6
2015-05-10
dm mirror: do not degrade the mirror on discard error
Mikulas Patocka
1
-0
/
+9
2015-02-20
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
Dan Carpenter
1
-1
/
+3
2014-12-14
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-12-14
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-5
/
+5
2014-12-14
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-12-14
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-11-05
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
1
-4
/
+16
2014-09-14
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
1
-0
/
+2
2014-09-14
md/raid1,raid10: always abort recover on write error.
NeilBrown
2
-8
/
+8
2014-08-06
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
1
-14
/
+8
2014-08-06
md: flush writes before starting a recovery.
NeilBrown
1
-0
/
+13
2014-07-11
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
NeilBrown
1
-1
/
+3
2014-06-09
md: avoid possible spinning md thread at shutdown.
NeilBrown
1
-1
/
+2
2014-04-30
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-04-02
md/raid5: Fix CPU hotplug callback registration
Oleg Nesterov
1
-46
/
+44
2014-04-02
md/raid5: fix long-standing problem with bitmap handling on write failure.
NeilBrown
1
-0
/
+1
2014-04-02
dm sysfs: fix a module unload race
Mikulas Patocka
6
-23
/
+75
2014-04-02
dm space map common: make sure new space is used during extend
Joe Thornber
1
-1
/
+5
2014-04-02
dm: wait until embedded kobject is released before destroying a device
Mikulas Patocka
3
-1
/
+22
2014-02-15
md/raid10: fix bug when raid10 recovery fails to recover a block.
NeilBrown
1
-4
/
+4
2014-02-15
md/raid10: fix two bugs in handling of known-bad-blocks.
NeilBrown
1
-2
/
+2
2014-02-15
md/raid5: Fix possible confusion when multiple write errors occur.
NeilBrown
1
-2
/
+2
2014-01-03
dm bufio: initialize read-only module parameters
Mikulas Patocka
1
-0
/
+5
2014-01-03
dm table: fail dm_table_create on dm_round_up overflow
Mikulas Patocka
1
-0
/
+5
2014-01-03
dm snapshot: avoid snapshot space leak on crash
Mikulas Patocka
1
-7
/
+64
2014-01-03
dm delay: fix a possible deadlock due to shared workqueue
Mikulas Patocka
1
-12
/
+11
[next]