index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
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
...
|
|
*
Send RESYNCING while performing resync start/stop
Goldwyn Rodrigues
2015-02-23
3
-2
/
+36
|
|
*
Reload superblock if METADATA_UPDATED is received
Goldwyn Rodrigues
2015-02-23
3
-0
/
+24
|
|
*
metadata_update sends message to other nodes
Goldwyn Rodrigues
2015-02-23
3
-14
/
+106
|
|
*
Communication Framework: Sending functions
Goldwyn Rodrigues
2015-02-23
1
-0
/
+87
|
|
*
Communication Framework: Receiving
Goldwyn Rodrigues
2015-02-23
1
-0
/
+102
|
|
*
Perform resync for cluster node failure
Goldwyn Rodrigues
2015-02-23
1
-1
/
+11
|
|
*
Initiate recovery on node failure
Goldwyn Rodrigues
2015-02-23
1
-0
/
+58
|
|
*
Copy set bits from another slot
Goldwyn Rodrigues
2015-02-23
2
-1
/
+79
|
|
*
bitmap_create returns bitmap pointer
Goldwyn Rodrigues
2015-02-23
3
-31
/
+56
|
|
*
Gather on-going resync information of other nodes
Goldwyn Rodrigues
2015-02-23
3
-0
/
+120
|
|
*
Lock bitmap while joining the cluster
Goldwyn Rodrigues
2015-02-23
1
-0
/
+14
|
|
*
Use separate bitmaps for each nodes in the cluster
Goldwyn Rodrigues
2015-02-23
3
-10
/
+64
|
|
*
Add node recovery callbacks
Goldwyn Rodrigues
2015-02-23
6
-9
/
+64
|
|
*
Return MD_SB_CLUSTERED if mddev is clustered
Goldwyn Rodrigues
2015-02-23
1
-0
/
+3
|
|
*
Introduce md_cluster_info
Goldwyn Rodrigues
2015-02-23
4
-4
/
+80
|
|
*
Introduce md_cluster_operations to handle cluster functions
Goldwyn Rodrigues
2015-02-23
4
-0
/
+92
|
|
*
DLM lock and unlock functions
Goldwyn Rodrigues
2015-02-23
1
-0
/
+102
|
|
*
Create a separate module for clustering support
Goldwyn Rodrigues
2015-02-23
3
-0
/
+45
|
|
*
Add number of nodes to bitmap structure for clustering
Goldwyn Rodrigues
2015-02-23
1
-1
/
+2
*
|
|
Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2015-04-18
14
-324
/
+1736
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dm crypt: fix missing error code return from crypt_ctr error path
Wei Yongjun
2015-04-16
1
-0
/
+1
|
*
|
dm crypt: fix deadlock when async crypto algorithm returns -EBUSY
Ben Collins
2015-04-15
1
-6
/
+6
|
*
|
dm crypt: leverage immutable biovecs when decrypting on read
Mike Snitzer
2015-04-15
1
-5
/
+5
|
*
|
dm crypt: update URLs to new cryptsetup project page
Milan Broz
2015-04-15
1
-1
/
+1
|
*
|
dm: add log writes target
Josef Bacik
2015-04-15
3
-0
/
+842
|
*
|
dm table: use bool function return values of true/false not 1/0
Joe Perches
2015-04-15
1
-10
/
+10
|
*
|
dm verity: add error handling modes for corrupted blocks
Sami Tolvanen
2015-04-15
2
-12
/
+136
|
*
|
dm delay: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
2015-04-15
1
-1
/
+1
|
*
|
dm log userspace base: fix compile warning
Nicholas Mc Guire
2015-04-15
1
-4
/
+3
|
*
|
dm log userspace transfer: match wait_for_completion_timeout return type
Nicholas Mc Guire
2015-04-15
1
-2
/
+3
|
*
|
dm table: fall back to getting device using name_to_dev_t()
Dan Ehrenberg
2015-04-15
1
-12
/
+8
|
*
|
dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr
Mike Snitzer
2015-04-15
5
-16
/
+68
|
*
|
dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
Mike Snitzer
2015-04-15
2
-16
/
+50
|
*
|
dm: add full blk-mq support to request-based DM
Mike Snitzer
2015-04-15
3
-71
/
+259
|
*
|
dm: impose configurable deadline for dm_request_fn's merge heuristic
Mike Snitzer
2015-04-15
3
-4
/
+59
|
*
|
dm sysfs: introduce ability to add writable attributes
Mike Snitzer
2015-04-15
1
-5
/
+27
|
*
|
dm: don't start current request if it would've merged with the previous
Mike Snitzer
2015-04-15
1
-0
/
+12
|
*
|
dm: reduce the queue delay used in dm_request_fn from 100ms to 10ms
Mike Snitzer
2015-04-15
1
-1
/
+1
|
*
|
dm: don't schedule delayed run of the queue if nothing to do
Mike Snitzer
2015-04-15
1
-1
/
+1
|
*
|
dm: only run the queue on completion if congested or no requests pending
Mike Snitzer
2015-04-15
1
-3
/
+9
|
*
|
dm: remove request-based logic from make_request_fn wrapper
Mike Snitzer
2015-04-15
1
-17
/
+12
|
*
|
dm: remove request-based DM queue's lld_busy_fn hook
Mike Snitzer
2015-03-31
3
-32
/
+0
|
*
|
dm: remove unnecessary wrapper around blk_lld_busy
Mike Snitzer
2015-03-31
2
-7
/
+1
|
*
|
dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()
Mike Snitzer
2015-03-31
1
-13
/
+13
|
*
|
dm cache policy mq: try not to writeback data that changed in the last second
Joe Thornber
2015-03-31
1
-1
/
+93
|
*
|
dm cache policy mq: remove unused generation member of struct entry
Joe Thornber
2015-03-31
1
-5
/
+0
|
*
|
dm cache policy mq: track entries hit this 'tick' via sentinel objects
Joe Thornber
2015-03-31
1
-35
/
+82
|
*
|
dm cache policy mq: remove queue_shift_down()
Joe Thornber
2015-03-31
1
-16
/
+0
|
*
|
dm cache policy mq: keep track of the number of entries in a multiqueue
Joe Thornber
2015-03-31
1
-13
/
+12
|
*
|
dm log userspace: split flush_entry_pool to be per dirty-log
Mike Snitzer
2015-03-31
1
-39
/
+45
[prev]
[next]