index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
2012-11-08
drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...
Andreas Gruenbacher
2012-11-08
drbd: drbd_connect(): Initialize struct drbd_socket before sending anything
Andreas Gruenbacher
2012-11-08
drbd: Map from (connection, volume number) to device in the asender handlers
Andreas Gruenbacher
2012-11-08
drbd: Pass struct packet_info down to the asender receive functions
Andreas Gruenbacher
2012-11-08
drbd: Do not segfault if a sync dependency reaches a diskless device
Philipp Reisner
2012-11-08
drbd: Allow to disconnect if one volume is diskless
Philipp Reisner
2012-11-08
drbd: Print common state changes of all volumes as connection state changes
Philipp Reisner
2012-11-08
drbd: Fixed logging of old connection state
Philipp Reisner
2012-11-08
drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()
Philipp Reisner
2012-11-08
drbd: Map from (connection, volume number) to device in the receive handlers
Andreas Gruenbacher
2012-11-08
drbd: Pass struct packet_info down to the receive functions
Andreas Gruenbacher
2012-11-08
drbd: Remove useless error messages
Andreas Gruenbacher
2012-11-08
drbd: A small cleanup in drbdd()
Andreas Gruenbacher
2012-11-08
drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer
Andreas Gruenbacher
2012-11-08
drbd: Preallocate one page per drbd_socket as a send buffer
Andreas Gruenbacher
2012-11-08
drbd: receive_bitmap(): Use the pre-allocated receive buffer
Andreas Gruenbacher
2012-11-08
drbd: Preallocate one page per drbd_socket as a receive buffer
Andreas Gruenbacher
2012-11-08
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-08
drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used
Andreas Gruenbacher
2012-11-08
drbd: Make _drbd_send_bitmap() static
Andreas Gruenbacher
2012-11-08
drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c
Andreas Gruenbacher
2012-11-08
drbd: Always use the same protocol version for the same peer
Andreas Gruenbacher
2012-11-08
drbd: drbd_connected(): Return an error code upon failure.
Andreas Gruenbacher
2012-11-08
drbd: Introduce and use drbd_recv_all_warn()
Andreas Gruenbacher
2012-11-08
drbd: Get rid of typedef drbd_work_cb
Andreas Gruenbacher
2012-11-08
drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity
Andreas Gruenbacher
2012-11-08
drbd: drbd_may_do_local_read(): Use bool/true/false
Andreas Gruenbacher
2012-11-08
drbd: Remove unnecessary assertion
Andreas Gruenbacher
2012-11-08
drbd: Remove duplicate initialization
Andreas Gruenbacher
2012-11-08
drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
Andreas Gruenbacher
2012-11-08
drbd: Make all command handlers return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
drbd: Add drbd_recv_all(): Receive an entire buffer
Andreas Gruenbacher
2012-11-08
drbd: send_bitmap_rle_or_plain(): Error handling cleanup
Andreas Gruenbacher
2012-11-08
drbd: recv_resync_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: recv_dless_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: decode_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: Make all worker callbacks return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
drbd: Temporarily change the return type of all worker callbacks
Andreas Gruenbacher
2012-11-08
drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an err...
Andreas Gruenbacher
2012-11-08
drbd: drbd_send_block(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: _drbd_send_page(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
[prev]
[next]