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
*
Add new disk to clustered array
Goldwyn Rodrigues
2015-02-23
5
-4
/
+162
*
Read from the first device when an area is resyncing
Goldwyn Rodrigues
2015-02-23
1
-1
/
+7
*
Suspend writes in RAID1 if within range
Goldwyn Rodrigues
2015-02-23
4
-3
/
+30
*
Resync start/Finish actions
Goldwyn Rodrigues
2015-02-23
1
-0
/
+46
*
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-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-02-21
6
-187
/
+255
|
\
|
*
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka
2015-02-18
1
-2
/
+2
|
*
dm: fix a race condition in dm_get_md
Mikulas Patocka
2015-02-18
1
-17
/
+10
|
*
dm crypt: sort writes
Mikulas Patocka
2015-02-16
1
-15
/
+36
|
*
dm crypt: add 'submit_from_crypt_cpus' option
Mikulas Patocka
2015-02-16
1
-2
/
+14
|
*
dm crypt: offload writes to thread
Mikulas Patocka
2015-02-16
1
-20
/
+94
|
*
dm crypt: remove unused io_pool and _crypt_io_pool
Mikulas Patocka
2015-02-16
1
-22
/
+2
|
*
dm crypt: avoid deadlock in mempools
Mikulas Patocka
2015-02-16
1
-5
/
+36
|
*
dm crypt: don't allocate pages for a partial request
Mikulas Patocka
2015-02-16
1
-109
/
+30
|
*
dm crypt: use unbound workqueue for request processing
Mikulas Patocka
2015-02-16
1
-15
/
+34
|
*
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
2015-02-13
1
-0
/
+6
|
*
dm mirror: do not degrade the mirror on discard error
Mikulas Patocka
2015-02-13
1
-0
/
+9
|
*
dm space map disk: fix sm_disk_count_is_more_than_one()
Mike Snitzer
2015-02-13
1
-1
/
+3
*
|
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2015-02-19
2
-3
/
+3
|
\
\
|
*
|
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
2015-01-07
2
-3
/
+3
*
|
|
Merge tag 'md/3.20-fixes' of git://neil.brown.name/md
Linus Torvalds
2015-02-17
3
-3
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
md/raid5: Fix livelock when array is both resyncing and degraded.
NeilBrown
2015-02-18
1
-1
/
+2
|
*
|
md/raid10: round up to bdev_logical_block_size in narrow_write_error.
NeilBrown
2015-02-16
1
-1
/
+2
|
*
|
md/raid1: round up to bdev_logical_block_size in narrow_write_error
Nate Dailey
2015-02-16
1
-1
/
+2
*
|
|
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-02-12
15
-193
/
+407
|
\
\
\
|
*
|
|
dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues
Keith Busch
2015-02-11
1
-0
/
+13
|
*
|
|
dm snapshot: remove unnecessary NULL checks before vfree() calls
Markus Elfring
2015-02-09
1
-10
/
+4
|
*
|
|
dm mpath: simplify failure path of dm_multipath_init()
Johannes Thumshirn
2015-02-09
1
-9
/
+15
|
*
|
|
dm thin metadata: remove unused dm_pool_get_data_block_size()
Rickard Strandqvist
2015-02-09
2
-11
/
+0
|
*
|
|
dm ioctl: fix stale comment above dm_get_inactive_table()
Junxiao Bi
2015-02-09
1
-2
/
+2
|
*
|
|
dm crypt: update url in CONFIG_DM_CRYPT help text
Loic Pefferkorn
2015-02-09
1
-3
/
+2
|
*
|
|
dm bufio: fix time comparison to use time_after_eq()
Asaf Vertz
2015-02-09
1
-1
/
+2
[next]