drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev...
[deliverable/linux.git] / drivers / block / drbd / drbd_receiver.c
2011-09-28  Philipp Reisnerdrbd: Converted drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_connect() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_protocol() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_do_auth() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_(get|put)_data_sock() and drbd_sen...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_do_handshake() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv_header() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted decode_header() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: struct packet_info to hold information of decoded...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_handshake() from mdev to...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv_fp() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Removed unused mdev argument from drbd_recv_short...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_fp() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28  Philipp Reisnerdrbd: Moved SIGNAL_ASENDER to the per connection (tconn...
2011-09-28  Philipp Reisnerdrbd: Moved SEND_PING to the per connection (tconn...
2011-09-28  Philipp Reisnerdrbd: Moved DISCARD_CONCURRENT to the per connection...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_wait_for_connect() from mdev to...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_try_connect() from mdev to tconn
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: Update some comments
2011-09-28  Andreas Gruenbacherdrbd: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-09-28  Andreas Gruenbacherdrbd: Make the peer_seq updating code more obvious
2011-09-28  Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-09-28  Andreas Gruenbacherdrbd: Allow to wait for the completion of an epoch...
2011-09-28  Andreas Gruenbacherdrbd: struct drbd_request: Introduce a new collision...
2011-09-28  Andreas Gruenbacherdrbd: Move sequence number logic into drbd_receiver...
2011-09-28  Andreas Gruenbacherdrbd: Rename "enum drbd_packets" to "enum drbd_packet"
2011-09-28  Philipp Reisnerdrbd: Implemented receiving of new style packets on...
2011-09-28  Philipp Reisnerdrbd: Use new header layout
2011-08-29  Philipp Reisnerdrbd: Replaced all p_header80 with a generic p_header
2011-08-29  Philipp Reisnerdrbd: Preparing to use p_header96 for all packets
2011-08-29  Philipp Reisnerdrbd: Made drbd_flush_workqueue() to take a tconn inste...
2011-08-29  Philipp Reisnerdrbd: moved crypto transformations and friends from...
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_cont and net_cnt_wait from mdev to...
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: Use interval tree for overlapping epoch entry...
2011-08-29  Andreas Gruenbacherdrbd: Put sector and size in struct drbd_epoch_entry...
2011-08-29  Andreas Gruenbacherdrbd: Use the read and write request trees for request...
2011-08-25  Andreas Gruenbacherdrbd: Use interval tree for overlapping write request...
2011-08-25  Andreas Gruenbacherdrbd: Put sector and size in struct drbd_request into...
2011-08-25  Andreas Gruenbacherdrbd: Request lookup code cleanup (4)
2011-08-25  Andreas Gruenbacherdrbd: Request lookup code cleanup (3)
2011-08-25  Andreas Gruenbacherdrbd: Request lookup code cleanup (2)
2011-08-25  Andreas Gruenbacherdrbd: Request lookup code cleanup (1)
2011-08-25  Andreas Gruenbacherdrbd: Update outdated comment
2011-08-25  Andreas Gruenbacherdrbd: Move drbd_free_tl_hash() to drbd_main()
2011-08-25  Andreas Gruenbacherdrbd: Magic reserved block_id value cleanup
2011-08-25  Andreas Gruenbacherdrbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
2011-08-25  Andreas Gruenbacherdrbd: Consistently use block_id == ID_SYNCER for checks...
2011-08-25  Andreas Gruenbacherdrbd: Get rid of req_validator_fn typedef
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...
2011-07-28  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-28  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-27  Chris MasonMerge branch 'integration' into for-linus
2011-07-27  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-27  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-27  Vinod KoulMerge branch 'next' into for-linus-3.0
2011-07-27  Dmitry TorokhovMerge branch 'next' into for-linus
2011-07-27  Linus TorvaldsMerge branch 'next/devel2' of git://git./linux/kernel...
2011-07-27  Linus TorvaldsMerge branch 'next/cross-platform' of git://git./linux...
2011-07-27  Linus TorvaldsMerge branch 'next/fixes2' of git://git./linux/kernel...
2011-07-26  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-26  Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'x86-olpc-for-linus' of git://git./linux...
2011-07-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'staging-next' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-07-26  Linus TorvaldsMerge branch 'driver-core-next' of git://git./linux...
2011-07-26  Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-07-26  Linus TorvaldsMerge branches 'kbuild', 'packaging' and 'misc' of...
2011-07-25  Stephen RothwellMerge branch 'master' into devel and apply fixup from...
2011-07-25  Linus TorvaldsMerge branch 'for-3.1/drivers' of git://git.kernel...
next
This page took 0.295649 seconds and 108 git commands to generate.