index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2017-05-20
md/raid1: avoid reusing a resync bio after error handling.
NeilBrown
1
-0
/
+2
2017-05-20
dm thin: fix a memory leak when passing discard bio down
Dennis Yang
1
-0
/
+1
2017-05-20
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Bart Van Assche
1
-1
/
+5
2017-05-20
dm era: save spacemap metadata root after the pre-commit
Somasundaram Krishnasamy
1
-4
/
+4
2017-05-20
dm crypt: rewrite (wipe) key in crypto layer using random data
Ondrej Kozina
1
-2
/
+6
2017-05-08
dm ioctl: prevent stack leak in dm ioctl call
Adrian Salido
1
-1
/
+1
2017-04-12
dm raid: fix NULL pointer dereference for raid1 without bitmap
Dmitry Bilunov
1
-1
/
+1
2017-04-12
dm verity fec: fix bufio leaks
Sami Tolvanen
1
-3
/
+3
2017-04-12
dm verity fec: limit error correction recursion
Sami Tolvanen
2
-1
/
+15
2017-04-08
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
2
-14
/
+18
2017-03-26
md/raid1/10: fix potential deadlock
Shaohua Li
1
-0
/
+18
2017-03-26
md/r5cache: fix set_syndrome_sources() for data in cache
Song Liu
1
-1
/
+2
2017-03-18
dm: flush queued bios when process blocks to avoid deadlock
Mikulas Patocka
1
-0
/
+55
2017-03-12
md linear: fix a race between linear_add() and linear_congested()
colyli@suse.de
2
-5
/
+35
2017-03-12
dm raid: fix data corruption on reshape request
Heinz Mauelshagen
1
-1
/
+11
2017-03-12
dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
Mike Snitzer
1
-53
/
+14
2017-03-12
dm stats: fix a leaked s->histogram_boundaries array
Mikulas Patocka
1
-0
/
+1
2017-03-12
dm cache: fix corruption seen when using cache > 2TB
Joe Thornber
1
-3
/
+3
2017-02-03
dm crypt: replace RCU read-side section with rwsem
Ondrej Kozina
1
-4
/
+4
2017-02-03
dm rq: cope with DM device destruction while in dm_old_request_fn()
Mike Snitzer
1
-0
/
+4
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
1
-2
/
+2
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
3
-7
/
+56
2017-01-24
md/r5cache: shift complex rmw from read path to write path
Song Liu
1
-4
/
+45
2017-01-24
md/r5cache: flush data only stripes in r5l_recovery_log()
Song Liu
2
-16
/
+45
2017-01-24
md/raid5: move comment of fetch_block to right location
Song Liu
1
-7
/
+6
2017-01-24
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
3
-9
/
+42
2017-01-24
md/raid5-cache: delete meaningless code
Shaohua Li
1
-2
/
+0
2017-01-10
md/raid5: Use correct IS_ERR() variation on pointer check
Jes Sorensen
1
-1
/
+1
2017-01-05
md: cleanup mddev flag clear for takeover
Shaohua Li
4
-7
/
+26
2017-01-05
md/r5cache: fix spelling mistake on "recoverying"
Colin Ian King
1
-1
/
+1
2017-01-05
md/r5cache: assign conf->log before r5l_load_log()
Song Liu
1
-1
/
+3
2017-01-05
md/r5cache: simplify handling of sh->log_start in recovery
Song Liu
1
-15
/
+12
2017-01-05
md/raid5-cache: removes unnecessary write-through mode judgments
JackieLiu
1
-3
/
+0
2017-01-03
md/raid10: Refactor raid10_make_request
Robert LeBlanc
1
-105
/
+140
2017-01-03
md/raid1: Refactor raid1_make_request
Robert LeBlanc
1
-128
/
+139
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-17
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
1
-1
/
+4
2016-12-17
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
5
-26
/
+26
2016-12-16
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
1
-3
/
+3
2016-12-14
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
19
-173
/
+406
2016-12-13
Merge branch 'md-next' into md-linus
Shaohua Li
14
-1232
/
+3168
2016-12-13
dm flakey: introduce "error_writes" feature
Mike Snitzer
1
-9
/
+42
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
20
-105
/
+57
2016-12-09
md: separate flags for superblock changes
Shaohua Li
9
-101
/
+106
2016-12-09
md: MD_RECOVERY_NEEDED is set for mddev->recovery
Shaohua Li
1
-1
/
+1
2016-12-09
md: takeover should clear unrelated bits
Shaohua Li
3
-2
/
+14
2016-12-09
dm cache policy smq: use hash_32() instead of hash_32_generic()
Mike Snitzer
1
-1
/
+1
2016-12-08
dm crypt: reject key strings containing whitespace chars
Ondrej Kozina
1
-0
/
+18
2016-12-08
dm space map: always set ev if sm_ll_mutate() succeeds
Benjamin Marzinski
1
-1
/
+2
2016-12-08
dm space map metadata: skip useless memcpy in metadata_ll_init_index()
Benjamin Marzinski
1
-1
/
+0
[next]