Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[deliverable/linux.git] / drivers / block / drbd / drbd_worker.c
2012-12-18  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-12-18  Linus TorvaldsMerge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org...
2012-12-18  Linus TorvaldsMerge tag 'md-3.8' of git://neil.brown.name/md
2012-12-18  Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-12-17  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-12-17  Linus TorvaldsMerge branch 'for-3.8/drivers' of git://git.kernel...
2012-12-01  Jens AxboeMerge branch 'stable/for-jens-3.8' of git://git./linux...
2012-11-12  Jens AxboeMerge branch 'stable/for-jens-3.8' of git://git./linux...
2012-11-09  Philipp ReisnerMerge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd...
2012-11-09  Philipp Reisnerdrbd: Broadcast sync progress no more often than once...
2012-11-09  Lars Ellenbergdrbd: always write bitmap on detach
2012-11-09  Lars Ellenbergdrbd: a few more GFP_KERNEL -> GFP_NOIO
2012-11-09  Lars Ellenbergdrbd: use list_move_tail instead of list_del/list_add_tail
2012-11-09  Philipp Reisnerdrbd: panic on delayed completion of aborted requests
2012-11-09  Lars Ellenbergdrbd: dequeue single work items in wait_for_work()
2012-11-09  Lars Ellenbergdrbd: don't send out P_BARRIER with stale information
2012-11-09  Lars Ellenbergdrbd: introduce stop-sector to online verify
2012-11-08  Lars Ellenbergdrbd: do not reset rs_pending_cnt too early
2012-11-08  Lars Ellenbergdrbd: differentiate between normal and forced detach
2012-11-08  Lars Ellenbergdrbd: remove struct drbd_tl_epoch objects (barrier...
2012-11-08  Lars Ellenbergdrbd: move the drbd_work_queue from drbd_socket to...
2012-11-08  Lars Ellenbergdrbd: allow to dequeue batches of work at a time
2012-11-08  Lars Ellenbergdrbd: simplify retry path of failed READ requests
2012-11-08  Lars Ellenbergdrbd: move put_ldev from __req_mod() to the endio callback
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...
2012-10-30  Lars Ellenbergdrbd: always write bitmap on detach
2012-10-30  Lars Ellenbergdrbd: prepare for more than 32 bit flags
2012-10-30  Lars Ellenbergdrbd: panic on delayed completion of aborted requests
2012-10-30  Lars Ellenbergdrbd: introduce stop-sector to online verify
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...
next
This page took 0.527144 seconds and 108 git commands to generate.