index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2018-03-19
dm raid: fix raid set size revalidation
Heinz Mauelshagen
2018-03-19
dm mpath: fix passing integrity data
Steffen Maier
2018-03-15
bcache: don't attach backing with duplicate UUID
Michael Lyle
2018-03-15
bcache: fix crashes in duplicate cache device register
Tang Junhui
2018-03-15
dm bufio: avoid false-positive Wmaybe-uninitialized warning
Arnd Bergmann
2018-03-08
md: only allow remove_and_add_spares when no sync_thread running.
NeilBrown
2018-02-25
md/raid1/10: add missed blk plug
Shaohua Li
2018-02-25
md/raid5: correct degraded calculation in raid5_error
bingjingc
2018-02-22
dm: correctly handle chained bios in dec_pending()
NeilBrown
2018-02-03
bcache: check return value of register_shrinker
Michael Lyle
2018-01-23
dm crypt: fix error return code in crypt_ctr()
Wei Yongjun
2018-01-23
dm crypt: wipe kernel key copy after IV initialization
Ondrej Kozina
2018-01-23
dm crypt: fix crash by adding missing check for auth key size
Milan Broz
2018-01-23
dm integrity: don't store cipher request on the stack
Mikulas Patocka
2018-01-23
dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Dennis Yang
2018-01-23
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
2018-01-17
dm bufio: fix shrinker scans when (nr_to_scan < retain_target)
Suren Baghdasaryan
2017-12-25
md: always set THREAD_WAKEUP and wake up wqueue if thread existed
Guoqing Jiang
2017-12-25
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-12-20
md-cluster: fix wrong condition check in raid1_write_request
Guoqing Jiang
2017-12-20
raid5-ppl: check recovery_offset when performing ppl recovery
Artur Paszkiewicz
2017-12-20
raid5: Set R5_Expanded on parity devices as well as data.
NeilBrown
2017-12-20
bcache: fix wrong cache_misses statistics
tang.junhui
2017-12-20
bcache: explicitly destroy mutex while exiting
Liang Chen
2017-12-20
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2017-12-17
md: free unused memory after bitmap resize
Zdenek Kabelac
2017-12-17
dm raid: fix panic when attempting to force a raid to sync
Heinz Mauelshagen
2017-12-14
md/r5cache: move mddev_lock() out of r5c_journal_mode_set()
Song Liu
2017-12-05
md: forbid a RAID5 from having both a bitmap and a journal.
NeilBrown
2017-12-05
bcache: recover data from backing when data is clean
Rui Hua
2017-12-05
bcache: only permit to recovery read error when cache device is clean
Coly Li
2017-12-05
bcache: Fix building error on MIPS
Huacai Chen
2017-11-30
raid1: prevent freeze_array/wait_all_barriers deadlock
Nate Dailey
2017-11-30
md/bitmap: revert a patch
Shaohua Li
2017-11-30
md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
Artur Paszkiewicz
2017-11-30
md: fix deadlock error in recent patch.
NeilBrown
2017-11-30
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
2017-11-30
dm: discard support requires all targets in a table support discards
Mike Snitzer
2017-11-30
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Hou Tao
2017-11-30
dm: allocate struct mapped_device with kvzalloc
Mikulas Patocka
2017-11-30
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
2017-11-30
dm mpath: remove annoying message of 'blk_get_request() returned -11'
Ming Lei
2017-11-30
dm zoned: ignore last smaller runt zone
Damien Le Moal
2017-11-30
dm crypt: allow unaligned bv_offset
Mikulas Patocka
2017-11-30
dm cache: fix race condition in the writeback mode overwrite_bio optimisation
Joe Thornber
2017-11-30
dm integrity: allow unaligned bv_offset
Mikulas Patocka
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-10-05
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-05
dm raid: fix incorrect status output at the end of a "recover" process
Jonathan Brassow
[next]