drbd: fix potential data corruption and protocol error
[cascardo/linux.git] / drivers / block / drbd / drbd_worker.c
2012-11-08 Lars Ellenbergdrbd: fix potential data corruption and protocol error
2012-11-08 Philipp Reisnerdrbd: Fixed an obvious copy-n-paste mistake
2012-11-08 Philipp Reisnerdrbd: Fixes from the drbd-8.3 branch
2012-11-08 Andreas Gruenbacherdrbd: Update some outdated comments to match the code
2012-11-08 Philipp Reisnerdrbd: Fixed w_restart_disk_io() to handle non active...
2012-11-08 Philipp Reisnerdrbd: Missing assignment of mdev before drbd_queue_work()
2012-11-08 Philipp Reisnerdrbd: detach from frozen backing device
2012-11-08 Andreas Gruenbacherdrbd: Fix the upper limit of resync-after
2012-11-08 Philipp Reisnerdrbd: Removing drbd_cfg_rwsem
2012-11-08 Andreas Gruenbacherdrbd: Turn no-tcp-cork into tcp-cork={yes|no}
2012-11-08 Philipp Reisnerdrbd: RCU for rs_plan_s
2012-11-08 Philipp Reisnerdrbd: Made the fifo object a self contained object...
2012-11-08 Philipp Reisnerdrbd: RCU for disk_conf
2012-11-08 Philipp Reisnerdrbd: Split drbd_alter_sa() into drbd_sync_after_valid...
2012-11-08 Lars Ellenbergdrbd: fix thread stop deadlock
2012-11-08 Philipp Reisnerdrbd: Removed the OBJECT_DYING and the CONFIG_PENDING...
2012-11-08 Lars Ellenbergdrbd: move comment about stopping the receiver thread...
2012-11-08 Philipp Reisnerdrbd: rcu_read_lock() and rcu_dereference() for tconn...
2012-11-08 Philipp Reisnerdrbd: protect all idr accesses that might sleep with...
2012-11-08 Philipp Reisnerdrbd: rcu_read_[un]lock() for all idr accesses that...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_pp_alloc() to drbd_alloc_pages()...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_{ ee -> peer_req }_has_active_page
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_free_ee() and variants to *_peer_req()
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()
2012-11-08 Andreas Gruenbacherdrbd: Remove headers from on-the-wire data structures...
2012-11-08 Andreas Gruenbacherdrbd: Replace and remove old primitives
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: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct...
2012-11-08 Philipp Reisnerdrbd: Do not segfault if a sync dependency reaches...
2012-11-08 Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a send...
2012-11-08 Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
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_block(): 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(): 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: drbd_get_data_sock(): Return 0 upon success and...
2012-11-08 Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03 Philipp Reisnerdrbd: Do not modify the connection state with something...
2011-10-14 Philipp Reisnerdrbd: Replaced the minor_table array by an idr
2011-10-14 Philipp Reisnerdrbd: Reworked the unconfiguring and thread stopping...
2011-10-14 Lars Ellenbergdrbd: fix a wrong likely(), updated comments
2011-10-14 Andreas Gruenbacherdrbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}reque...
2011-10-14 Andreas Gruenbacherdrbd: Rename drbd_submit_ee -> drbd_submit_peer_request
2011-10-14 Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
2011-10-14 Philipp Reisnerdrbd: Removed drbd_state_lock() and drbd_state_unlock()
2011-10-14 Philipp Reisnerdrbd: Killed volume0; last step of multi-volume-enablement
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_ping() and related functions...
2011-09-28 Philipp Reisnerdrbd: Generalized the work callbacks
2011-09-28 Philipp Reisnerdrbd: drbd_thread has now a pointer to a tconn instead...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_worker() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Consolidated the setup of the thread name into...
2011-09-28 Philipp Reisnerdrbd: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_(get|put)_data_sock() and drbd_sen...
2011-09-28 Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28 Philipp Reisnerdrbd: Do no sleep long in drbd_start_resync
2011-09-28 Philipp Reisnerdrbd: Moved code
2011-09-28 Philipp Reisnerdrbd: Eliminated the user of drbd_task_to_thread()
2011-09-28 Andreas Gruenbacherdrbd: Local variable renames: e -> peer_req
2011-09-28 Andreas Gruenbacherdrbd: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-09-28 Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-08-29 Philipp Reisnerdrbd: Replaced all p_header80 with a generic p_header
2011-08-29 Philipp Reisnerdrbd: moved req_lock and transfer log from mdev to...
2011-08-29 Philipp Reisnerdrbd: moved agreed_pro_version, last_received and ko_co...
2011-08-29 Philipp Reisnerdrbd: moved receiver, worker and asender from mdev...
2011-08-29 Philipp Reisnerdrbd: moved data and meta from mdev to tconn
2011-08-29 Philipp Reisnerdrbd: moved net_conf from mdev to tconn
2011-08-29 Andreas Gruenbacherdrbd: Replace the ERR_IF macro with an assert-like...
2011-08-29 Andreas Gruenbacherdrbd: Convert all constants in enum drbd_thread_state...
2011-08-29 Andreas Gruenbacherdrbd: Convert all constants in enum drbd_req_event...
2011-08-29 Andreas Gruenbacherdrbd: Remove the unused hash tables
2011-08-29 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_epoch_entry...
2011-08-25 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_request into...
2011-08-25 Andreas Gruenbacherdrbd: Magic reserved block_id value cleanup
2011-08-25 Andreas Gruenbacherdrbd: Consistently use block_id == ID_SYNCER for checks...
2011-08-05 Linus TorvaldsMerge branch 'fixefi' of git://git./linux/kernel/git...
2011-08-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-03 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless...
2011-08-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-02 Chris MetcalfMerge tag 'v3.0' of git://git./linux/kernel/git/torvald...
2011-08-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-08-01 Linus TorvaldsMerge branch 'gpiolib' of git://git./linux/kernel/git...
2011-08-01 Liam GirdwoodMerge branch 'for-next' into for-linus
2011-08-01 Linus TorvaldsMerge branch 'for-3.1-rc1' of git://gitorious.org/linux...
2011-08-01 Linus TorvaldsMerge branch 'sh-latest' of git://git./linux/kernel...
2011-07-31 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2011-07-30 Linus TorvaldsMerge branch 'slub/lockless' of git://git./linux/kernel...
2011-07-30 Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2011-07-30 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2011-07-30 Linus TorvaldsMerge branch 'upstream/xen-tracing2' of git://git....
2011-07-29 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
next