| Commit message (Expand) | Author | Age | Files | Lines |
* | drbd: prepare for new striped layout of activity log | Lars Ellenberg | 2013-03-22 | 1 | -8/+69 |
* | drbd: cleanup ondisk meta data layout calculations and defines | Lars Ellenberg | 2013-03-22 | 1 | -3/+8 |
* | drbd: cleanup bogus assert message | Lars Ellenberg | 2013-03-22 | 1 | -7/+0 |
* | drbd: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -16/+13 |
* | drbd: Remove obsolete check | Philipp Reisner | 2012-12-06 | 1 | -1/+1 |
* | Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 | Philipp Reisner | 2012-11-09 | 1 | -2328/+1445 |
|\ |
|
| * | drbd: fix regression: potential NULL pointer dereference | Philipp Reisner | 2012-11-09 | 1 | -2/+6 |
| * | drbd: always write bitmap on detach | Lars Ellenberg | 2012-11-09 | 1 | -0/+20 |
| * | drbd: Call drbd_md_sync() explicitly after a state change on the connection | Philipp Reisner | 2012-11-09 | 1 | -0/+16 |
| * | drbd: fix potential list_add corruption | Lars Ellenberg | 2012-11-09 | 1 | -1/+3 |
| * | drbd: Protect accesses to the uuid set with a spinlock | Philipp Reisner | 2012-11-09 | 1 | -6/+27 |
| * | drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/ | Lars Ellenberg | 2012-11-09 | 1 | -1/+1 |
| * | drbd: announce FLUSH/FUA capability to upper layers | Lars Ellenberg | 2012-11-09 | 1 | -0/+1 |
| * | drbd: report congestion if we are waiting for some userland callback | Lars Ellenberg | 2012-11-08 | 1 | -0/+16 |
| * | drbd: differentiate between normal and forced detach | Lars Ellenberg | 2012-11-08 | 1 | -1/+1 |
| * | drbd: allow read requests to be retried after force-detach | Lars Ellenberg | 2012-11-08 | 1 | -5/+18 |
| * | drbd: base completion and destruction of requests on ref counts | Lars Ellenberg | 2012-11-08 | 1 | -1/+1 |
| * | drbd: __drbd_make_request() is now void | Lars Ellenberg | 2012-11-08 | 1 | -3/+2 |
| * | drbd: remove struct drbd_tl_epoch objects (barrier works) | Lars Ellenberg | 2012-11-08 | 1 | -250/+66 |
| * | drbd: move the drbd_work_queue from drbd_socket to drbd_connection | Lars Ellenberg | 2012-11-08 | 1 | -10/+6 |
| * | drbd: allow to dequeue batches of work at a time | Lars Ellenberg | 2012-11-08 | 1 | -1/+1 |
| * | drbd: transfer log epoch numbers are now per resource | Lars Ellenberg | 2012-11-08 | 1 | -6/+3 |
| * | drbd: rename drbd_restart_write to drbd_restart_request | Lars Ellenberg | 2012-11-08 | 1 | -1/+1 |
| * | drbd: use bitmap_parse instead of __bitmap_parse | Philipp Reisner | 2012-11-08 | 1 | -3/+3 |
| * | drbd: ignore volume number for drbd barrier packet exchange | Lars Ellenberg | 2012-11-08 | 1 | -5/+5 |
| * | drbd: fix potential deadlock during "restart" of conflicting writes | Lars Ellenberg | 2012-11-08 | 1 | -0/+79 |
| * | drbd: don't pretend that barrier_nr == 0 was special | Lars Ellenberg | 2012-11-08 | 1 | -3/+1 |
| * | drbd: remove now unused seq_num member from struct drbd_request | Lars Ellenberg | 2012-11-08 | 1 | -1/+1 |
| * | drbd: fix potential data corruption and protocol error | Lars Ellenberg | 2012-11-08 | 1 | -2/+2 |
| * | drbd: explicitly clear unused dp_flags in drbd_send_block | Lars Ellenberg | 2012-11-08 | 1 | -0/+1 |
| * | drbd: Move list of epochs from mdev to tconn | Philipp Reisner | 2012-11-08 | 1 | -14/+11 |
| * | drbd: Move write_ordering from mdev to tconn | Philipp Reisner | 2012-11-08 | 1 | -1/+2 |
| * | drbd: Move the CREATE_BARRIER flag from connection to device | Philipp Reisner | 2012-11-08 | 1 | -8/+3 |
| * | drbd: Fixes from the drbd-8.3 branch | Philipp Reisner | 2012-11-08 | 1 | -4/+26 |
| * | drbd: Fixes from the drbd-8.3 branch | Philipp Reisner | 2012-11-08 | 1 | -1/+5 |
| * | drbd: detach must not try to abort non-local requests | Lars Ellenberg | 2012-11-08 | 1 | -0/+4 |
| * | drbd: Get rid of MR_{READ,WRITE}_SHIFT | Andreas Gruenbacher | 2012-11-08 | 1 | -2/+4 |
| * | drbd: Fix the data-integrity-alg setting | Andreas Gruenbacher | 2012-11-08 | 1 | -4/+2 |
| * | drbd: Turn tl_apply() into tl_abort_disk_io() | Andreas Gruenbacher | 2012-11-08 | 1 | -9/+4 |
| * | drbd: on attach, enforce clean meta data | Lars Ellenberg | 2012-11-08 | 1 | -9/+17 |
| * | drbd: detach from frozen backing device | Philipp Reisner | 2012-11-08 | 1 | -9/+68 |
| * | drbd: Improve compatibility with drbd's older than 8.3.7 | Philipp Reisner | 2012-11-08 | 1 | -0/+6 |
| * | drbd: Rename --dry-run to --tentative | Andreas Gruenbacher | 2012-11-08 | 1 | -2/+2 |
| * | drbd: Allow to pass resource options to the new-resource command | Andreas Gruenbacher | 2012-11-08 | 1 | -3/+43 |
| * | drbd: Convert the generic netlink interface to accept connection endpoints | Andreas Gruenbacher | 2012-11-08 | 1 | -0/+21 |
| * | drbd: Use DRBD_MINOR_COUNT_DEF in one more place | Andreas Gruenbacher | 2012-11-08 | 1 | -1/+1 |
| * | drbd: Send PROTOCOL_UPDATE packets when appropriate | Philipp Reisner | 2012-11-08 | 1 | -3/+3 |
| * | drbd: Receiving part for the PROTOCOL_UPDATE packet | Philipp Reisner | 2012-11-08 | 1 | -0/+2 |
| * | drbd: protect updates to integrits_tfm by tconn->data->mutex | Philipp Reisner | 2012-11-08 | 1 | -4/+5 |
| * | drbd: Refer to resync-rate consistently throughout the code | Andreas Gruenbacher | 2012-11-08 | 1 | -2/+2 |