Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
[firefly-linux-kernel-4.4.55.git] / drivers / block / drbd / drbd_receiver.c
2012-11-08 Andreas Gruenbacherdrbd: Make all asynchronous command handlers return...
2012-11-08 Andreas Gruenbacherdrbd: validate_req_change_req_state(): Return 0 upon...
2012-11-08 Andreas Gruenbacherdrbd: Removed outdated comments and code that envisione...
2012-11-08 Andreas Gruenbacherdrbd: Introduce protocol version 100 headers
2012-11-08 Andreas Gruenbacherdrbd: Remove headers from on-the-wire data structures...
2012-11-08 Andreas Gruenbacherdrbd: Remove some fixed header size assumptions
2012-11-08 Andreas Gruenbacherdrbd: Replace and remove old primitives
2012-11-08 Andreas Gruenbacherdrbd: Introduce drbd_header_size()
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ping(), drbd_send_ping(): Return 0...
2012-11-08 Philipp Reisnerdrbd: Use tconn in request_timer_fn()
2012-11-08 Philipp Reisnerdrbd: Renamed id_susp(union drbd_state s) to drbd_suspe...
2012-11-08 Philipp Reisnerdrbd: Introduced drbd_read_state()
2012-11-08 Lars Ellenbergdrbd: preparation commit, pass drbd_interval to drbd_al...
2012-11-08 Andreas Gruenbacherdrbd: Change how the "handshake" packets are called
2012-11-08 Andreas Gruenbacherdrbd: Change how the initial packets are called
2012-11-08 Andreas Gruenbacherdrbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct...
2012-11-08 Andreas Gruenbacherdrbd: drbd_connect(): Initialize struct drbd_socket...
2012-11-08 Andreas Gruenbacherdrbd: Map from (connection, volume number) to device...
2012-11-08 Andreas Gruenbacherdrbd: Pass struct packet_info down to the asender recei...
2012-11-08 Philipp Reisnerdrbd: Allow to disconnect if one volume is diskless
2012-11-08 Andreas Gruenbacherdrbd: Map from (connection, volume number) to device...
2012-11-08 Andreas Gruenbacherdrbd: Pass struct packet_info down to the receive functions
2012-11-08 Andreas Gruenbacherdrbd: Remove useless error messages
2012-11-08 Andreas Gruenbacherdrbd: A small cleanup in drbdd()
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: 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: Rename various functions from *_oos_* to *_out_of...
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: 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_ack(): Return 0 upon success and an...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_sizes(): Return 0 upon success and...
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: _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 Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
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-10-30 Lars Ellenbergdrbd: prepare for more than 32 bit flags
2012-10-30 Lars Ellenbergdrbd: a few more GFP_KERNEL -> GFP_NOIO
2012-10-30 Philipp Reisnerdrbd: Remove dead code
2012-10-30 Philipp Reisnerdrbd: Avoid NetworkFailure state during disconnect
2012-10-30 Philipp Reisnerdrbd: Fix a potential issue with the DISCARD_CONCURRENT...
2012-10-30 Lars Ellenbergdrbd: introduce stop-sector to online verify
2012-10-30 Philipp Reisnerdrbd: Protect accesses to the uuid set with a spinlock
2012-10-15 Johannes BergMerge remote-tracking branch 'wireless/master' into...
2012-10-09 Thomas GleixnerMerge branch 'fortglx/3.7/time' of git://git.linaro...
2012-10-06 Len BrownMerge branches 'acpica', 'acpidump', 'intel-idle',...
2012-10-05 Mauro Carvalho ChehabMerge branch 'staging/for_v3.7' into v4l_for_linus
2012-10-04 Russell KingMerge branch 'cleanup' into for-linus
2012-10-04 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-10-03 Linus TorvaldsMerge tag 'cris-for-linus-3.7' of git://jni.nu/cris
2012-10-01 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2012-10-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-10-01 Jiri KosinaMerge branch 'multitouch' into for-linus
2012-10-01 Jiri KosinaMerge branches 'from-henrik', 'hidraw', 'logitech'...
2012-09-29 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2012-09-29 David WoodhouseMerge commit '371a00448f95adaa612cf1a0b31a11e7093bc706...
2012-09-28 Arnd BergmannMerge branch 'bcmring/cleanup' into bcmring/removal
2012-09-25 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-09-25 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-09-24 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc7-tag' of git://git...
2012-09-24 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-24 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-09-24 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-09-23 Len BrownMerge branch 'acpidump' into acpica
2012-09-23 Konrad Rzeszutek... Merge branch 'stable/late-swiotlb.v3.3' into stable...
2012-09-21 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc6-tag' of git://git...
2012-09-19 Dmitry TorokhovMerge tag 'v3.6-rc5' into for-linus
2012-09-17 Olof JohanssonMerge tag 'msm-dt-for-3.7' of git://git./linux/kernel...
2012-09-17 Olof JohanssonMerge branches 'msm/fixes-non-critical' and 'msm/cleanu...
2012-09-17 Olof JohanssonMerge tag 'msm-cleanup-for-3.7' of git://git./linux...
2012-09-17 Olof JohanssonMerge tag 'msm-board-for-3.7' of git://git./linux/kerne...
next