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
/
block
/
drbd
/
drbd_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: Add drbd_thread->resource and make drbd_thread->connection optional
Andreas Gruenbacher
2014-02-17
1
-19
/
+30
*
drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()
Andreas Gruenbacher
2014-02-17
1
-0
/
+24
*
drbd: Create a dedicated struct drbd_device_work
Andreas Gruenbacher
2014-02-17
1
-17
/
+15
*
drbd: Kill drbd_task_to_thread_name()
Andreas Gruenbacher
2014-02-17
1
-18
/
+2
*
drbd: Pass a peer device to a number of fuctions
Andreas Gruenbacher
2014-02-17
1
-127
/
+133
*
drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument
Andreas Gruenbacher
2014-02-17
1
-3
/
+3
*
drbd: Function prototype cleanups
Andreas Gruenbacher
2014-02-17
1
-4
/
+0
*
drbd: Rename drbdd_init() -> drbd_receiver()
Andreas Gruenbacher
2014-02-17
1
-1
/
+2
*
drbd: Move cpu_mask from connection to resource
Andreas Gruenbacher
2014-02-17
1
-29
/
+45
*
drbd: Define the size of res_opts->cpu_mask in a single place
Andreas Gruenbacher
2014-02-17
1
-2
/
+1
*
drbd: Move susp, susp_nod, susp_fen from connection to resource
Andreas Gruenbacher
2014-02-17
1
-1
/
+1
*
drbd: Move conf_mutex from connection to resource
Andreas Gruenbacher
2014-02-17
1
-18
/
+18
*
drbd: Iterate over all connections
Andreas Gruenbacher
2014-02-17
1
-22
/
+33
*
drbd: drbd_create_device(): Take a resource instead of a connection argument
Andreas Gruenbacher
2014-02-17
1
-2
/
+2
*
drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device
Andreas Gruenbacher
2014-02-17
1
-3
/
+3
*
drbd: Add explicit device parameter to D_ASSERT
Andreas Gruenbacher
2014-02-17
1
-23
/
+23
*
drbd: Replace and remove the obsolete conn_() macros
Andreas Gruenbacher
2014-02-17
1
-14
/
+14
*
drbd: Remove the terrible DEV hack
Andreas Gruenbacher
2014-02-17
1
-31
/
+31
*
drbd: Turn connection->volumes into connection->peer_devices
Andreas Gruenbacher
2014-02-17
1
-12
/
+15
*
drbd: Move resource options from connection to resource
Andreas Gruenbacher
2014-02-17
1
-14
/
+19
*
drbd: Replace conn_get_by_name() with drbd_find_resource()
Andreas Gruenbacher
2014-02-17
1
-6
/
+4
*
drbd: Add struct drbd_resource->devices
Andreas Gruenbacher
2014-02-17
1
-14
/
+48
*
drbd: Minor cleanup in conn_new_minor()
Andreas Gruenbacher
2014-02-17
1
-10
/
+9
*
drbd: Add struct drbd_device->resource
Andreas Gruenbacher
2014-02-17
1
-0
/
+1
*
drbd: Add struct drbd_resource
Andreas Gruenbacher
2014-02-17
1
-25
/
+71
*
drbd: Improve some function and variable naming
Andreas Gruenbacher
2014-02-17
1
-16
/
+16
*
drbd: Introduce "peer_device" object between "device" and "connection"
Andreas Gruenbacher
2014-02-17
1
-72
/
+84
*
drbd: Rename drbd_tconn -> drbd_connection
Andreas Gruenbacher
2014-02-17
1
-323
/
+323
*
drbd: Rename "mdev" to "device"
Andreas Gruenbacher
2014-02-17
1
-593
/
+593
*
drbd: Rename struct drbd_conf -> struct drbd_device
Andreas Gruenbacher
2014-02-17
1
-79
/
+79
*
drbd: Split off on-the-wire protocol definitions
Andreas Gruenbacher
2014-02-17
1
-0
/
+1
*
drivers: block: Move prototype declaration to appropriate header file from dr...
Rashika Kheria
2014-02-17
1
-2
/
+0
*
drivers: block: Mark functions as static in drbd_main.c
Rashika Kheria
2014-02-17
1
-3
/
+3
*
block: Immutable bio vecs
Kent Overstreet
2013-11-23
1
-2
/
+2
*
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
1
-12
/
+15
*
drbd: fix NULL pointer deref in module init error path
Lars Ellenberg
2013-11-08
1
-10
/
+9
*
drbd: Allow online change of al-stripes and al-stripe-size
Philipp Reisner
2013-06-28
1
-24
/
+33
*
drbd: fix error return code in drbd_init()
Wei Yongjun
2013-06-28
1
-3
/
+1
*
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-08
1
-40
/
+211
|
\
|
*
drbd: fix memory leak
Lars Ellenberg
2013-03-28
1
-0
/
+1
|
*
drbd: fix spurious warning about bitmap being locked from detach
Philipp Reisner
2013-03-28
1
-1
/
+5
|
*
drbd: prepare to queue write requests on a submit worker
Lars Ellenberg
2013-03-22
1
-1
/
+25
|
*
drbd: read meta data early, base on-disk offsets on super block
Lars Ellenberg
2013-03-22
1
-24
/
+107
|
*
drbd: mechanically rename la_size to la_size_sect
Lars Ellenberg
2013-03-22
1
-3
/
+3
|
*
drbd: prepare for new striped layout of activity log
Lars Ellenberg
2013-03-22
1
-8
/
+69
|
*
drbd: cleanup ondisk meta data layout calculations and defines
Lars Ellenberg
2013-03-22
1
-3
/
+8
|
*
drbd: cleanup bogus assert message
Lars Ellenberg
2013-03-22
1
-7
/
+0
*
|
block_device_operations->release() should return void
Al Viro
2013-05-07
1
-3
/
+2
|
/
*
drbd: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-16
/
+13
*
drbd: Remove obsolete check
Philipp Reisner
2012-12-06
1
-1
/
+1
[next]