index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used
Andreas Gruenbacher
2
-3
/
+3
2012-11-08
drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-3
/
+3
2012-11-08
drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-6
/
+6
2012-11-08
drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
1
-8
/
+8
2012-11-08
drbd: drbd_send_state(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-6
/
+6
2012-11-08
drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-5
/
+5
2012-11-08
drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-11
/
+11
2012-11-08
drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
Andreas Gruenbacher
2
-38
/
+22
2012-11-08
drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-8
/
+8
2012-11-08
drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-11
/
+10
2012-11-08
drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-14
/
+11
2012-11-08
drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-16
/
+12
2012-11-08
drbd: Add drbd_send_all(): Send an entire buffer
Andreas Gruenbacher
2
-0
/
+21
2012-11-08
drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-18
/
+9
2012-11-08
drbd: drbd_send(): Return a "real" error code if we have no socket
Andreas Gruenbacher
1
-1
/
+1
2012-11-08
drbd: Fixed conn_lowest_minor
Philipp Reisner
3
-11
/
+13
2012-11-08
drbd: distribute former syncer_conf settings to disk, connection, and resource level
Lars Ellenberg
6
-286
/
+447
2012-11-04
drbd: conn_khelper() for user mode callbacks for connections
Philipp Reisner
1
-25
/
+72
2012-11-04
drbd: Allow volumes to become primary only on one side
Philipp Reisner
2
-3
/
+19
2012-11-04
drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attach
Lars Ellenberg
1
-2
/
+3
2012-11-04
drbd: Separate connection state changes from minor dev state changes #2
Philipp Reisner
1
-21
/
+26
2012-11-04
drbd: Converted got_Ping() and got_PingAck() from mdev to tconn
Philipp Reisner
1
-6
/
+5
2012-11-04
drbd: Allow packet handler functions that take a connection (meta connection)
Philipp Reisner
1
-25
/
+41
2012-11-04
drbd: Separate connection state changes from minor dev state changes #1
Philipp Reisner
1
-8
/
+28
2012-11-04
drbd: Converted receive_protocol() from mdev to tconn
Philipp Reisner
1
-23
/
+23
2012-11-04
drbd: Allow packet handler functions that take a connection
Philipp Reisner
1
-33
/
+42
2012-11-04
drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags
Philipp Reisner
2
-5
/
+5
2012-11-04
drbd: Do not modify the connection state with something else that conn_request_state()
Philipp Reisner
3
-17
/
+11
2012-11-04
drbd: Allow two diskless minors to be connected
Philipp Reisner
1
-6
/
+0
2012-11-04
drbd: New minors have to intherit the connection state form their connection
Philipp Reisner
4
-4
/
+11
2012-11-04
drbd: process_done_ee() has to handle unconfigured devices now
Philipp Reisner
1
-26
/
+18
2012-11-04
drbd: Ignore packets for non existing volumes
Philipp Reisner
1
-8
/
+25
2012-11-04
drbd: introduce in-kernel "down" command
Lars Ellenberg
2
-53
/
+152
2012-11-04
drbd: add forgotten spin_unlock
Lars Ellenberg
1
-1
/
+3
2012-11-04
drbd: bail out if a config requrest is over-determined, and not matching
Lars Ellenberg
1
-8
/
+8
2012-11-04
drbd: new-connection and new-minor succeed, if the object already exists
Lars Ellenberg
1
-2
/
+14
2012-11-04
drbd: Allow a Diskless Secondary volume to be removed
Lars Ellenberg
1
-1
/
+8
2012-11-04
drbd: simplify conn_all_vols_unconf, make it bool
Lars Ellenberg
2
-10
/
+8
2012-11-04
drbd: drbd_adm_get_status needs to show some more detail
Lars Ellenberg
3
-27
/
+106
2012-11-04
drbd: allow holes in minor and volume id allocation
Lars Ellenberg
3
-20
/
+22
2012-11-04
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
5
-794
/
+793
2012-10-30
drbd: log request sector offset and size for IO errors
Lars Ellenberg
1
-1
/
+18
2012-10-30
drbd: always write bitmap on detach
Lars Ellenberg
5
-18
/
+67
2012-10-30
drbd: prepare for more than 32 bit flags
Lars Ellenberg
8
-143
/
+171
2012-10-30
drbd: wait for meta data IO completion even with failed disk, unless force-detached
Lars Ellenberg
3
-16
/
+13
2012-10-30
drbd: a few more GFP_KERNEL -> GFP_NOIO
Lars Ellenberg
2
-3
/
+3
2012-10-30
drbd: fix potential deadlock during bitmap (re-)allocation
Lars Ellenberg
1
-7
/
+9
2012-10-30
drbd: panic on delayed completion of aborted requests
Lars Ellenberg
1
-0
/
+36
2012-10-30
drbd: Remove dead code
Philipp Reisner
1
-29
/
+7
2012-10-30
drbd: Avoid NetworkFailure state during disconnect
Philipp Reisner
3
-1
/
+24
[prev]
[next]