- 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 14 years ago
- 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 14 years ago
- 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 14 years ago
- 9676c76 drbd: fix a wrong likely(), updated comments by Lars Ellenberg · 14 years ago
- fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 14 years ago
- fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 14 years ago
- 8410da8f0 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 14 years ago
- dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 14 years ago
- bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 14 years ago
- 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 14 years ago
- 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
- 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 14 years ago
- 19393e1 drbd: Converted drbd_worker() from mdev to tconn by Philipp Reisner · 14 years ago
- f1b3a6e drbd: Consolidated the setup of the thread name into the framework by Philipp Reisner · 14 years ago
- a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
- 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 14 years ago
- 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 14 years ago
- 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 14 years ago
- e64a329 drbd: Do no sleep long in drbd_start_resync by Philipp Reisner · 14 years ago
- 1f04af3 drbd: Moved code by Philipp Reisner · 14 years ago
- bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 14 years ago
- db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 14 years ago
- f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 14 years ago
- 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 14 years ago
- c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 14 years ago
- 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 14 years ago
- 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 14 years ago
- e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 14 years ago
- e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 14 years ago
- 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 14 years ago
- 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
- e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 14 years ago
- 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 14 years ago
- bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 14 years ago
- 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 14 years ago
- ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 14 years ago
- 579b57e drbd: Magic reserved block_id value cleanup by Andreas Gruenbacher · 14 years ago
- 9a8e775 drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify by Andreas Gruenbacher · 14 years ago
- 0cfdd24 drbd: Use the correct max_bio_size when creating resync requests by Philipp Reisner · 14 years ago
- 24c4830 drbd: Fix spelling by Bart Van Assche · 14 years ago
- 53ea433 drbd: fix potential distributed deadlock by Lars Ellenberg · 14 years ago
- 7961243 drbd: Fixed handling of read errors on a 'VerifyS' node by Philipp Reisner · 14 years ago
- 8f21420 drbd: Fixed handling of read errors on a 'VerifyT' node by Philipp Reisner · 14 years ago
- c5a9161 drbd: Remove unused function atodb_endio() by Andreas Gruenbacher · 14 years ago
- 10f6d992 drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio fails by Lars Ellenberg · 14 years ago
- 62b0da3 drbd: log UUIDs whenever they change by Lars Ellenberg · 14 years ago
- 6c922ed drbd: only generate and send a new sync uuid after a successful state change by Lars Ellenberg · 14 years ago
- 20ee639 drbd: cleaned up __set_current_state() followed by schedule_timeout() calls by Philipp Reisner · 14 years ago
- 370a43e drbd: Work on the Ahead -> SyncSource transition by Philipp Reisner · 14 years ago
- 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 14 years ago
- d612d30 drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode by Philipp Reisner · 14 years ago
- 0719427 drbd: ratelimit io error messages by Lars Ellenberg · 14 years ago
- 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 14 years ago
- 02851e9 drbd: move bitmap write from resync_finished to after_state_change by Lars Ellenberg · 14 years ago
- 4b0715f drbd: allow petabyte storage on 64bit arch by Lars Ellenberg · 14 years ago
- 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
- 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
- 09b9e79 drbd: Implemented the before-resync-source handler by Philipp Reisner · 14 years ago
- 9d77a5f drbd: Make some functions static by Philipp Reisner · 14 years ago
- e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 14 years ago
- 59817f4 drbd: Do not cleanup resync LRU for the Ahead/Behind SyncSource/SyncTarget transitions by Philipp Reisner · 14 years ago
- c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 14 years ago
- 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
- 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
- 2649f08 drbd: use the resync controller for online-verify requests as well by Lars Ellenberg · 14 years ago
- e65f440 drbd: factor out drbd_rs_number_requests by Lars Ellenberg · 14 years ago
- 9bd28d3 drbd: factor out drbd_rs_controller_reset by Lars Ellenberg · 14 years ago
- ea5442a drbd: advance progress step marks for online-verify by Lars Ellenberg · 14 years ago
- 2652561 drbd: only reset online-verify start sector if verify completed by Lars Ellenberg · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- a115413 drbd: fix for spin_lock_irqsave in endio callback by Lars Ellenberg · 14 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
- bc571b8 drbd: fix a misleading printk by Lars Ellenberg · 14 years ago
- 13d4268 drbd: add explicit drbd_md_sync to drbd_resync_finished by Lars Ellenberg · 14 years ago
- 22cc37a drbd: fix unlikely access after free and list corruption by Lars Ellenberg · 14 years ago
- af85e8e drbd: fix for spurious fullsync (uuids rotated too fast) by Lars Ellenberg · 14 years ago
- f10f262 drbd: Fixed a stupid copy and paste error by Philipp Reisner · 14 years ago
- 78db892 drbd: DIV_ROUND_UP not needed here by Lars Ellenberg · 14 years ago
- 5a75cc7 drbd: Fixed compatibility with protocol versions smaller than 95 by Philipp Reisner · 14 years ago
- 1d53f09 drbd: fix potential kernel BUG (NULL deref) by Lars Ellenberg · 14 years ago
- 435f074 drbd: don't count sendpage()d pages only referenced by tcp as in use by Lars Ellenberg · 14 years ago
- 63106d3 drbd: Removed a race that could cause unexpected execution of w_make_resync_request() by Philipp Reisner · 14 years ago
- 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
- 0b70a13 drbd: Sending of big packets, for payloads from 64KByte to 4GByte by Philipp Reisner · 14 years ago
- 204bba9 drbd: Bugfix for regression introduced with f9bc8913c06022e by Philipp Reisner · 14 years ago
- 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
- 80a40e4 drbd: reduce code duplication when receiving data requests by Lars Ellenberg · 14 years ago
- 1d7734a drbd: use rolling marks for resync speed calculation by Lars Ellenberg · 14 years ago
- c36c3ce drbd: let drbd_free_ee implicitly free any digest by Lars Ellenberg · 14 years ago
- 8571957 drbd: Replaced some casts by an union. Improved comments by Philipp Reisner · 14 years ago
- d207450 drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested reschedule later by Philipp Reisner · 14 years ago
- 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 15 years ago
- 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 15 years ago
- 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 15 years ago
- e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
- 2a0ab2c drbd: Reduce verbosity by Philipp Reisner · 15 years ago
- d255e5f drbd: fix hang on local read errors while disconnected by Lars Ellenberg · 15 years ago
- 32fa7e9 drbd: Removed the now empty w_io_error() function by Philipp Reisner · 15 years ago
- ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago