index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid1: avoid reusing a resync bio after error handling.
NeilBrown
2017-05-20
1
-0
/
+2
*
dm thin: fix a memory leak when passing discard bio down
Dennis Yang
2017-05-20
1
-0
/
+1
*
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Bart Van Assche
2017-05-20
1
-1
/
+5
*
dm era: save spacemap metadata root after the pre-commit
Somasundaram Krishnasamy
2017-05-20
1
-4
/
+4
*
dm crypt: rewrite (wipe) key in crypto layer using random data
Ondrej Kozina
2017-05-20
1
-2
/
+6
*
dm ioctl: prevent stack leak in dm ioctl call
Adrian Salido
2017-05-08
1
-1
/
+1
*
dm raid: fix NULL pointer dereference for raid1 without bitmap
Dmitry Bilunov
2017-04-12
1
-1
/
+1
*
dm verity fec: fix bufio leaks
Sami Tolvanen
2017-04-12
1
-3
/
+3
*
dm verity fec: limit error correction recursion
Sami Tolvanen
2017-04-12
2
-1
/
+15
*
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
2017-04-08
2
-14
/
+18
*
md/raid1/10: fix potential deadlock
Shaohua Li
2017-03-26
1
-0
/
+18
*
md/r5cache: fix set_syndrome_sources() for data in cache
Song Liu
2017-03-26
1
-1
/
+2
*
dm: flush queued bios when process blocks to avoid deadlock
Mikulas Patocka
2017-03-18
1
-0
/
+55
*
md linear: fix a race between linear_add() and linear_congested()
colyli@suse.de
2017-03-12
2
-5
/
+35
*
dm raid: fix data corruption on reshape request
Heinz Mauelshagen
2017-03-12
1
-1
/
+11
*
dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
Mike Snitzer
2017-03-12
1
-53
/
+14
*
dm stats: fix a leaked s->histogram_boundaries array
Mikulas Patocka
2017-03-12
1
-0
/
+1
*
dm cache: fix corruption seen when using cache > 2TB
Joe Thornber
2017-03-12
1
-3
/
+3
*
dm crypt: replace RCU read-side section with rwsem
Ondrej Kozina
2017-02-03
1
-4
/
+4
*
dm rq: cope with DM device destruction while in dm_old_request_fn()
Mike Snitzer
2017-02-03
1
-0
/
+4
*
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
2017-02-03
1
-2
/
+2
*
md/r5cache: disable write back for degraded array
Song Liu
2017-01-24
3
-7
/
+56
*
md/r5cache: shift complex rmw from read path to write path
Song Liu
2017-01-24
1
-4
/
+45
*
md/r5cache: flush data only stripes in r5l_recovery_log()
Song Liu
2017-01-24
2
-16
/
+45
*
md/raid5: move comment of fetch_block to right location
Song Liu
2017-01-24
1
-7
/
+6
*
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
2017-01-24
3
-9
/
+42
*
md/raid5-cache: delete meaningless code
Shaohua Li
2017-01-24
1
-2
/
+0
*
md/raid5: Use correct IS_ERR() variation on pointer check
Jes Sorensen
2017-01-09
1
-1
/
+1
*
md: cleanup mddev flag clear for takeover
Shaohua Li
2017-01-05
4
-7
/
+26
*
md/r5cache: fix spelling mistake on "recoverying"
Colin Ian King
2017-01-05
1
-1
/
+1
*
md/r5cache: assign conf->log before r5l_load_log()
Song Liu
2017-01-05
1
-1
/
+3
*
md/r5cache: simplify handling of sh->log_start in recovery
Song Liu
2017-01-05
1
-15
/
+12
*
md/raid5-cache: removes unnecessary write-through mode judgments
JackieLiu
2017-01-05
1
-3
/
+0
*
md/raid10: Refactor raid10_make_request
Robert LeBlanc
2017-01-03
1
-105
/
+140
*
md/raid1: Refactor raid1_make_request
Robert LeBlanc
2017-01-03
1
-128
/
+139
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
2016-12-17
1
-1
/
+4
*
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
2016-12-17
5
-26
/
+26
*
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
2016-12-16
1
-3
/
+3
*
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-12-14
19
-173
/
+406
|
\
|
*
dm flakey: introduce "error_writes" feature
Mike Snitzer
2016-12-13
1
-9
/
+42
|
*
dm cache policy smq: use hash_32() instead of hash_32_generic()
Mike Snitzer
2016-12-08
1
-1
/
+1
|
*
dm crypt: reject key strings containing whitespace chars
Ondrej Kozina
2016-12-08
1
-0
/
+18
|
*
dm space map: always set ev if sm_ll_mutate() succeeds
Benjamin Marzinski
2016-12-08
1
-1
/
+2
|
*
dm space map metadata: skip useless memcpy in metadata_ll_init_index()
Benjamin Marzinski
2016-12-08
1
-1
/
+0
|
*
dm space map metadata: fix 'struct sm_metadata' leak on failed create
Benjamin Marzinski
2016-12-08
1
-8
/
+6
|
*
dm raid: fix discard support regression
Heinz Mauelshagen
2016-12-08
1
-6
/
+3
|
*
dm raid: don't allow "write behind" with raid4/5/6
Heinz Mauelshagen
2016-12-08
1
-2
/
+0
|
*
dm mpath: use hw_handler_params if attached hw_handler is same as requested
tang.junhui
2016-12-08
1
-5
/
+9
|
*
dm crypt: add ability to use keys from the kernel key retention service
Ondrej Kozina
2016-12-08
1
-13
/
+146
[next]