index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-01-29
16
-101
/
+578
|
\
|
*
dm: fix potential for q->make_request_fn NULL pointer
Mike Snitzer
2020-01-27
1
-2
/
+7
|
*
dm writecache: improve performance of large linear writes on SSDs
Mikulas Patocka
2020-01-16
1
-4
/
+25
|
*
dm mpath: Add timeout mechanism for queue_if_no_path
Anatol Pomazau
2020-01-14
1
-0
/
+66
|
*
dm thin: change data device's flush_bio to be member of struct pool
Mikulas Patocka
2020-01-14
1
-9
/
+10
|
*
dm thin: don't allow changing data device during thin-pool reload
Mikulas Patocka
2020-01-14
1
-5
/
+13
|
*
dm thin: fix use-after-free in metadata_pre_commit_callback
Mike Snitzer
2020-01-14
1
-4
/
+3
|
*
dm thin metadata: use pool locking at end of dm_pool_metadata_close
Mike Snitzer
2020-01-14
1
-4
/
+6
|
*
dm writecache: fix incorrect flush sequence when doing SSD mode commit
Mikulas Patocka
2020-01-14
1
-21
/
+21
|
*
dm crypt: fix benbi IV constructor crash if used in authenticated mode
Milan Broz
2020-01-14
1
-2
/
+8
|
*
dm crypt: Implement Elephant diffuser for Bitlocker compatibility
Milan Broz
2020-01-14
1
-4
/
+319
|
*
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
2020-01-14
4
-3
/
+37
|
*
dm verity: don't prefetch hash blocks for already-verified data
xianrong.zhou
2020-01-07
1
-2
/
+16
|
*
dm crypt: fix GFP flags passed to skcipher_request_alloc()
Mikulas Patocka
2020-01-07
1
-1
/
+1
|
*
dm thin metadata: Fix trivial math error in on-disk format documentation
Jeffle Xu
2020-01-07
1
-1
/
+1
|
*
dm thin metadata: use true/false for bool variable
zhengbin
2020-01-07
1
-5
/
+5
|
*
dm snapshot: use true/false for bool variable
zhengbin
2020-01-07
1
-3
/
+3
|
*
dm bio prison v2: use true/false for bool variable
zhengbin
2020-01-07
1
-1
/
+1
|
*
dm mpath: use true/false for bool variable
zhengbin
2020-01-07
1
-1
/
+1
|
*
dm zoned: support zone sizes smaller than 128MiB
Dmitry Fomichev
2020-01-07
1
-9
/
+14
|
*
dm raid: table line rebuild status fixes
Heinz Mauelshagen
2020-01-07
1
-21
/
+22
|
*
dm dust: change ret to r in dust_map_write
Bryan Gurney
2020-01-07
1
-3
/
+3
*
|
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-27
11
-236
/
+469
|
\
\
|
*
|
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
1
-5
/
+5
|
*
|
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
1
-3
/
+3
|
*
|
bcache: remove member accessed from struct btree
Coly Li
2020-01-23
2
-8
/
+2
|
*
|
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
2020-01-23
1
-5
/
+75
|
*
|
bcache: add code comments for state->pool in __btree_sort()
Coly Li
2020-01-23
1
-0
/
+5
|
*
|
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
1
-9
/
+7
|
*
|
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2020-01-23
2
-19
/
+17
|
*
|
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
2020-01-23
1
-11
/
+11
|
*
|
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
2020-01-23
1
-15
/
+6
|
*
|
bcache: fix use-after-free in register_bcache()
Coly Li
2020-01-23
1
-1
/
+2
|
*
|
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-01-23
1
-1
/
+3
|
*
|
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-01-23
1
-30
/
+45
|
*
|
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2020-01-23
1
-3
/
+3
|
*
|
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-01-23
1
-0
/
+3
|
*
|
md/raid1: introduce wait_for_serialization
Guoqing Jiang
2020-01-13
1
-19
/
+22
|
*
|
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
2020-01-13
2
-8
/
+19
|
*
|
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
4
-63
/
+116
|
*
|
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
2020-01-13
1
-4
/
+8
|
*
|
raid1: serialize the overlap write
Guoqing Jiang
2020-01-13
1
-14
/
+13
|
*
|
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
2020-01-13
1
-29
/
+42
|
*
|
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
2020-01-13
2
-0
/
+53
|
*
|
md: prepare for enable raid1 io serialization
Guoqing Jiang
2020-01-13
2
-21
/
+46
|
*
|
md: fix a typo s/creat/create
Guoqing Jiang
2020-01-13
1
-3
/
+3
|
*
|
md: rename wb stuffs
Guoqing Jiang
2020-01-13
4
-77
/
+80
|
*
|
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
2020-01-13
1
-14
/
+7
|
*
|
md-bitmap: small cleanups
Zhiqiang Liu
2020-01-13
1
-3
/
+2
|
|
/
*
/
block: fix an integer overflow in logical block size
Mikulas Patocka
2020-01-15
2
-2
/
+2
|
/
[next]