index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
Philipp Reisner
2012-11-08
6
-12
/
+17
*
drbd: Introduced drbd_read_state()
Philipp Reisner
2012-11-08
6
-20
/
+27
*
drbd: improvements to activate/deactivate multiple activity log extents
Lars Ellenberg
2012-11-08
1
-23
/
+23
*
drbd: get rid of bio_split, allow bios of "arbitrary" size
Lars Ellenberg
2012-11-08
2
-84
/
+28
*
drbd: prepare to activate two activity log extents at once
Lars Ellenberg
2012-11-08
1
-5
/
+13
*
drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io
Lars Ellenberg
2012-11-08
5
-19
/
+19
*
drbd: introduce the "initialized" activity log transaction type
Lars Ellenberg
2012-11-08
1
-2
/
+14
*
drbd: Change how the "handshake" packets are called
Andreas Gruenbacher
2012-11-08
3
-19
/
+19
*
drbd: Change how the initial packets are called
Andreas Gruenbacher
2012-11-08
3
-10
/
+10
*
drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...
Andreas Gruenbacher
2012-11-08
4
-22
/
+22
*
drbd: drbd_connect(): Initialize struct drbd_socket before sending anything
Andreas Gruenbacher
2012-11-08
1
-32
/
+34
*
drbd: Map from (connection, volume number) to device in the asender handlers
Andreas Gruenbacher
2012-11-08
1
-55
/
+82
*
drbd: Pass struct packet_info down to the asender receive functions
Andreas Gruenbacher
2012-11-08
1
-18
/
+18
*
drbd: Do not segfault if a sync dependency reaches a diskless device
Philipp Reisner
2012-11-08
1
-0
/
+2
*
drbd: Allow to disconnect if one volume is diskless
Philipp Reisner
2012-11-08
3
-1
/
+8
*
drbd: Print common state changes of all volumes as connection state changes
Philipp Reisner
2012-11-08
2
-108
/
+70
*
drbd: Fixed logging of old connection state
Philipp Reisner
2012-11-08
1
-30
/
+87
*
drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()
Philipp Reisner
2012-11-08
1
-75
/
+75
*
drbd: Map from (connection, volume number) to device in the receive handlers
Andreas Gruenbacher
2012-11-08
1
-98
/
+164
*
drbd: Pass struct packet_info down to the receive functions
Andreas Gruenbacher
2012-11-08
1
-85
/
+65
*
drbd: Remove useless error messages
Andreas Gruenbacher
2012-11-08
1
-6
/
+2
*
drbd: A small cleanup in drbdd()
Andreas Gruenbacher
2012-11-08
1
-7
/
+9
*
drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer
Andreas Gruenbacher
2012-11-08
1
-19
/
+7
*
drbd: Preallocate one page per drbd_socket as a send buffer
Andreas Gruenbacher
2012-11-08
4
-26
/
+9
*
drbd: receive_bitmap(): Use the pre-allocated receive buffer
Andreas Gruenbacher
2012-11-08
1
-16
/
+5
*
drbd: Preallocate one page per drbd_socket as a receive buffer
Andreas Gruenbacher
2012-11-08
3
-37
/
+54
*
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-08
5
-95
/
+150
*
drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used
Andreas Gruenbacher
2012-11-08
3
-46
/
+39
*
drbd: Make _drbd_send_bitmap() static
Andreas Gruenbacher
2012-11-08
2
-2
/
+1
*
drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c
Andreas Gruenbacher
2012-11-08
2
-11
/
+14
*
drbd: Always use the same protocol version for the same peer
Andreas Gruenbacher
2012-11-08
2
-4
/
+4
*
drbd: drbd_connected(): Return an error code upon failure.
Andreas Gruenbacher
2012-11-08
1
-8
/
+9
*
drbd: Introduce and use drbd_recv_all_warn()
Andreas Gruenbacher
2012-11-08
1
-73
/
+40
*
drbd: Get rid of typedef drbd_work_cb
Andreas Gruenbacher
2012-11-08
1
-3
/
+1
*
drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity
Andreas Gruenbacher
2012-11-08
6
-19
/
+19
*
drbd: drbd_may_do_local_read(): Use bool/true/false
Andreas Gruenbacher
2012-11-08
1
-5
/
+4
*
drbd: Remove unnecessary assertion
Andreas Gruenbacher
2012-11-08
1
-1
/
+0
*
drbd: Remove duplicate initialization
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
2
-10
/
+8
*
drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-6
/
+7
*
drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Make all command handlers return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
1
-84
/
+93
*
drbd: Add drbd_recv_all(): Receive an entire buffer
Andreas Gruenbacher
2012-11-08
1
-0
/
+13
*
drbd: send_bitmap_rle_or_plain(): Error handling cleanup
Andreas Gruenbacher
2012-11-08
1
-5
/
+5
*
drbd: recv_resync_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-3
/
+3
*
drbd: recv_dless_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-5
/
+5
*
drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-10
/
+12
*
drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-16
/
+22
*
drbd: decode_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-5
/
+5
*
drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-4
/
+8
[next]