platform/upstream/kernel-adaptation-pc.git
2012-11-08 Andreas Gruenbacherdrbd: Remove useless error messages
2012-11-08 Andreas Gruenbacherdrbd: A small cleanup in drbdd()
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_bitmap(): Use the pre-allocated send...
2012-11-08 Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a send...
2012-11-08 Andreas Gruenbacherdrbd: receive_bitmap(): Use the pre-allocated receive...
2012-11-08 Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a receive...
2012-11-08 Philipp Reisnerdrbd: Converted drbd_try_outdate_peer() from mdev to...
2012-11-08 Andreas Gruenbacherdrbd: Rename the DCBP_* functions to dcbp_* and move...
2012-11-08 Andreas Gruenbacherdrbd: Make _drbd_send_bitmap() static
2012-11-08 Andreas Gruenbacherdrbd: Move drbd_send_ping() and drbd_send_ping_ack...
2012-11-08 Andreas Gruenbacherdrbd: Always use the same protocol version for the...
2012-11-08 Andreas Gruenbacherdrbd: drbd_connected(): Return an error code upon failure.
2012-11-08 Andreas Gruenbacherdrbd: Introduce and use drbd_recv_all_warn()
2012-11-08 Andreas Gruenbacherdrbd: Get rid of typedef drbd_work_cb
2012-11-08 Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
2012-11-08 Andreas Gruenbacherdrbd: drbd_may_do_local_read(): Use bool/true/false
2012-11-08 Andreas Gruenbacherdrbd: Remove unnecessary assertion
2012-11-08 Andreas Gruenbacherdrbd: Remove duplicate initialization
2012-11-08 Andreas Gruenbacherdrbd: drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_bm_read() never returns a positive value...
2012-11-08 Andreas Gruenbacherdrbd: Make all command handlers return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: Add drbd_recv_all(): Receive an entire buffer
2012-11-08 Andreas Gruenbacherdrbd: send_bitmap_rle_or_plain(): Error handling cleanup
2012-11-08 Andreas Gruenbacherdrbd: recv_resync_read(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: recv_dless_read(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_drain_block(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_recv_header(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: decode_header(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: drbd_process_done_ee(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: Make all worker callbacks return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: Temporarily change the return type of all worker...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_short_cmd(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_dblock(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_block(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_zc_ee(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_page(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_no_send_page(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_oos(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_drequest_csum(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_drequest(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ov_request(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ack_ex(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ack_{dp,rp}(): Return void: the result...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ack(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_ack(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_b_ack(): Return void: the result is...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_sr_reply(): Return void: the result...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_state_req(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: conn_send_state_req(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: _conn_send_state_req(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_sizes(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_gen_and_send_sync_uuid(): Return void: the...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_uuids() and its variants: Return 0...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_protocol(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_handshake(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_state(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_sync_param(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_cmd(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
2012-11-08 Andreas Gruenbacherdrbd: conn_send_cmd(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_cmd(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: _conn_send_cmd(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: conn_send_cmd2(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: Add drbd_send_all(): Send an entire buffer
2012-11-08 Andreas Gruenbacherdrbd: drbd_get_data_sock(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send(): Return a "real" error code if we...
2012-11-08 Philipp Reisnerdrbd: Fixed conn_lowest_minor
2012-11-08 Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03 Philipp Reisnerdrbd: conn_khelper() for user mode callbacks for connec...
2012-11-03 Philipp Reisnerdrbd: Allow volumes to become primary only on one side
2012-11-03 Lars Ellenbergdrbd: fix conn_reconfig_start without conn_reconfig_don...
2012-11-03 Philipp Reisnerdrbd: Separate connection state changes from minor...
2012-11-03 Philipp Reisnerdrbd: Converted got_Ping() and got_PingAck() from mdev...
2012-11-03 Philipp Reisnerdrbd: Allow packet handler functions that take a connec...
2012-11-03 Philipp Reisnerdrbd: Separate connection state changes from minor...
2012-11-03 Philipp Reisnerdrbd: Converted receive_protocol() from mdev to tconn
2012-11-03 Philipp Reisnerdrbd: Allow packet handler functions that take a connection
2012-11-03 Philipp Reisnerdrbd: Moved CONN_DRY_RUN to the per connection (tconn...
2012-11-03 Philipp Reisnerdrbd: Do not modify the connection state with something...
2012-11-03 Philipp Reisnerdrbd: Allow two diskless minors to be connected
2012-11-03 Philipp Reisnerdrbd: New minors have to intherit the connection state...
2012-11-03 Philipp Reisnerdrbd: process_done_ee() has to handle unconfigured...
2012-11-03 Philipp Reisnerdrbd: Ignore packets for non existing volumes
2012-11-03 Lars Ellenbergdrbd: introduce in-kernel "down" command
2012-11-03 Lars Ellenbergdrbd: add forgotten spin_unlock
2012-11-03 Lars Ellenbergdrbd: bail out if a config requrest is over-determined...
2012-11-03 Lars Ellenbergdrbd: new-connection and new-minor succeed, if the...
2012-11-03 Lars Ellenbergdrbd: Allow a Diskless Secondary volume to be removed
2012-11-03 Lars Ellenbergdrbd: simplify conn_all_vols_unconf, make it bool
2012-11-03 Lars Ellenbergdrbd: drbd_adm_get_status needs to show some more detail
2012-11-03 Lars Ellenbergdrbd: remove now unused connector related files
2012-11-03 Lars Ellenbergdrbd: allow holes in minor and volume id allocation
2012-11-03 Lars Ellenbergdrbd: switch configuration interface from connector...
2011-10-14 Lars Ellenbergdrbd: prepare the transition from connector to genetlink
2011-10-14 Lars Ellenbergdrbd: get rid of drbd_bcast_ee, it is of no use anymore
2011-10-14 Lars Ellenbergdrbd: fix drbd_delete_device: remove vnr from volumes...
2011-10-14 Lars Ellenbergdrbd: introduce a bio_set to allocate housekeeping...
2011-10-14 Lars Ellenbergdrbd: use the newly introduced page pool for bitmap IO
next