index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm cache: add block sizes and total cache blocks to status output
Mike Snitzer
2014-01-10
1
-6
/
+10
*
dm btree: add dm_btree_find_lowest_key
Joe Thornber
2014-01-09
2
-7
/
+34
*
dm space map metadata: fix extending the space map
Joe Thornber
2014-01-07
1
-5
/
+13
*
dm space map common: make sure new space is used during extend
Joe Thornber
2014-01-07
1
-1
/
+5
*
dm: wait until embedded kobject is released before destroying a device
Mikulas Patocka
2014-01-07
3
-1
/
+22
*
dm: remove pointless kobject comparison in dm_get_from_kobject
Mikulas Patocka
2014-01-07
1
-6
/
+0
*
dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
2014-01-07
1
-0
/
+1
*
dm cache policy mq: introduce three promotion threshold tunables
Joe Thornber
2014-01-07
1
-21
/
+43
*
dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEAD
Wei Yongjun
2014-01-07
1
-2
/
+1
*
dm thin: fix set_pool_mode exposed pool operation races
Mike Snitzer
2014-01-07
1
-13
/
+27
*
dm thin: eliminate the no_free_space flag
Mike Snitzer
2014-01-07
1
-22
/
+4
*
dm thin: add error_if_no_space feature
Mike Snitzer
2014-01-07
1
-6
/
+25
*
dm thin: requeue bios to DM core if no_free_space and in read-only mode
Mike Snitzer
2014-01-07
1
-6
/
+20
*
dm thin: cleanup and improve no space handling
Mike Snitzer
2014-01-07
1
-29
/
+32
*
dm thin: log info when growing the data or metadata device
Mike Snitzer
2014-01-07
1
-0
/
+7
*
dm thin: handle metadata failures more consistently
Joe Thornber
2014-01-07
1
-21
/
+27
*
dm thin: factor out check_low_water_mark and use bools
Joe Thornber
2014-01-07
1
-15
/
+22
*
dm thin: add mappings to end of prepared_* lists
Mike Snitzer
2014-01-07
1
-3
/
+3
*
dm thin: return error from alloc_data_block if pool is not in write mode
Joe Thornber
2014-01-07
1
-0
/
+3
*
dm thin: use bool rather than unsigned for flags in structures
Mike Snitzer
2014-01-07
2
-12
/
+12
*
dm persistent data: cleanup dm-thin specific references in text
Mike Snitzer
2014-01-07
2
-4
/
+4
*
dm space map metadata: limit errors in sm_metadata_new_block
Mike Snitzer
2014-01-07
1
-2
/
+2
*
dm delay: use per-bio data instead of a mempool and slab cache
Mikulas Patocka
2014-01-07
1
-28
/
+7
*
dm table: remove unused buggy code that extends the targets array
Mikulas Patocka
2014-01-07
1
-20
/
+2
*
dm thin: fix discard support to a previously shared block
Joe Thornber
2014-01-07
3
-2
/
+34
*
dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
Mike Snitzer
2014-01-07
1
-11
/
+6
*
Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
2013-12-13
15
-67
/
+191
|
\
|
*
dm array: fix a reference counting bug in shadow_ablock
Joe Thornber
2013-12-13
1
-1
/
+9
|
*
dm space map: disallow decrementing a reference count below zero
Joe Thornber
2013-12-13
1
-9
/
+23
|
*
dm stats: initialize read-only module parameter
Mikulas Patocka
2013-12-10
1
-0
/
+1
|
*
dm bufio: initialize read-only module parameters
Mikulas Patocka
2013-12-10
1
-0
/
+5
|
*
dm cache: actually resize cache
Vincent Pelletier
2013-12-10
1
-1
/
+1
|
*
dm cache policy mq: fix promotions to occur as expected
Joe Thornber
2013-12-10
1
-5
/
+8
|
*
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
2013-12-10
5
-5
/
+29
|
*
dm thin: re-establish read-only state when switching to fail mode
Joe Thornber
2013-12-10
1
-0
/
+1
|
*
dm thin: always fallback the pool mode if commit fails
Joe Thornber
2013-12-10
1
-22
/
+15
|
*
dm thin: switch to read-only mode if metadata space is exhausted
Mike Snitzer
2013-12-10
1
-2
/
+10
|
*
dm thin: switch to read only mode if a mapping insert fails
Joe Thornber
2013-12-10
1
-1
/
+3
|
*
dm space map metadata: return on failure in sm_metadata_new_block
Mike Snitzer
2013-12-10
1
-2
/
+6
|
*
dm table: fail dm_table_create on dm_round_up overflow
Mikulas Patocka
2013-12-10
1
-0
/
+5
|
*
dm snapshot: avoid snapshot space leak on crash
Mikulas Patocka
2013-12-10
1
-7
/
+64
|
*
dm delay: fix a possible deadlock due to shared workqueue
Mikulas Patocka
2013-11-18
1
-12
/
+11
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-12-05
1
-11
/
+1
|
\
\
|
*
|
block: submit_bio_wait() conversions
Kent Overstreet
2013-11-24
1
-11
/
+1
*
|
|
md/raid5: fix newly-broken locking in get_active_stripe.
NeilBrown
2013-11-28
1
-7
/
+4
*
|
|
md: test mddev->flags more safely in md_check_recovery.
NeilBrown
2013-11-28
1
-1
/
+1
*
|
|
md/raid5: fix new memory-reference bug in alloc_thread_groups.
NeilBrown
2013-11-28
1
-1
/
+1
|
/
/
*
|
Merge tag 'md/3.13' of git://neil.brown.name/md
Linus Torvalds
2013-11-20
6
-186
/
+566
|
\
\
|
*
|
md/raid5: Use conf->device_lock protect changing of multi-thread resources.
majianpeng
2013-11-19
1
-24
/
+39
|
*
|
md/raid5: Before freeing old multi-thread worker, it should flush them.
majianpeng
2013-11-19
1
-0
/
+3
[next]