Age | Commit message (Expand) | Author | Files | Lines |
2014-09-18 | drbd: use RB_DECLARE_CALLBACKS() to define augment callbacks | Lai Jiangshan | 1 | -34/+2 |
2014-09-18 | drbd: compute the end before rb_insert_augmented() | Lai Jiangshan | 1 | -0/+4 |
2014-09-11 | drbd: Add missing newline in resync progress display in /proc/drbd | Philipp Reisner | 1 | -1/+3 |
2014-09-11 | drbd: reduce lock contention in drbd_worker | Lars Ellenberg | 1 | -6/+4 |
2014-09-11 | drbd: Improve asender performance | Lars Ellenberg | 2 | -10/+7 |
2014-09-11 | drbd: Get rid of the WORK_PENDING macro | Andreas Gruenbacher | 1 | -8/+7 |
2014-09-11 | drbd: Get rid of the __no_warn and __cond_lock macros | Andreas Gruenbacher | 2 | -8/+12 |
2014-09-11 | drbd: Avoid inconsistent locking warning | Andreas Gruenbacher | 1 | -1/+1 |
2014-09-11 | drbd: Remove superfluous newline from "resync_extents" debugfs entry. | Philipp Marek | 1 | -1/+1 |
2014-09-11 | drbd: Use consistent names for all the bi_end_io callbacks | Andreas Gruenbacher | 4 | -9/+9 |
2014-09-11 | drbd: Use better variable names | Andreas Gruenbacher | 4 | -49/+49 |
2014-08-14 | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 15 | -1198/+2674 |
2014-07-10 | drbd: silence underflow warning in read_in_block() | Dan Carpenter | 1 | -1/+1 |
2014-07-10 | drbd: implicitly truncate cpu-mask | Lars Ellenberg | 1 | -0/+14 |
2014-07-10 | drbd: drop spurious parameters from _drbd_md_sync_page_io | Lars Ellenberg | 1 | -7/+5 |
2014-07-10 | drbd: resync should only lock out specific ranges | Lars Ellenberg | 2 | -53/+98 |
2014-07-10 | drbd: debugfs: add per device data_gen_id | Lars Ellenberg | 1 | -0/+22 |
2014-07-10 | drbd: debugfs: add per connection oldest requests | Lars Ellenberg | 1 | -0/+7 |
2014-07-10 | drbd: debugfs: add version tag to debugfs files | Lars Ellenberg | 1 | -0/+52 |
2014-07-10 | drbd: debugfs: add per volume oldest_requests | Lars Ellenberg | 1 | -5/+148 |
2014-07-10 | drbd: debugfs: add callback_history | Lars Ellenberg | 4 | -3/+144 |
2014-07-10 | drbd: debugfs: Add in_flight_summary | Lars Ellenberg | 4 | -20/+255 |
2014-07-10 | drbd: debugfs: deal with destructor racing with open of debugfs file | Lars Ellenberg | 1 | -4/+54 |
2014-07-10 | drbd: debugfs: add in_flight_summary data | Lars Ellenberg | 1 | -0/+196 |
2014-07-10 | drbd: debugfs: add basic hierarchy | Lars Ellenberg | 5 | -5/+278 |
2014-07-10 | drbd: track details of bitmap IO | Lars Ellenberg | 3 | -36/+51 |
2014-07-10 | drbd: register peer requests on read_ee early | Lars Ellenberg | 1 | -11/+14 |
2014-07-10 | drbd: track timing details of peer_requests | Lars Ellenberg | 3 | -30/+64 |
2014-07-10 | drbd: improve throttling decisions of background resynchronisation | Lars Ellenberg | 7 | -18/+51 |
2014-07-10 | drbd: add caching oldest request pointers for replication stages | Lars Ellenberg | 2 | -40/+136 |
2014-07-10 | drbd: add lists to find oldest pending requests | Lars Ellenberg | 3 | -14/+49 |
2014-07-10 | drbd: gather detailed timing statistics for drbd_requests | Lars Ellenberg | 4 | -38/+119 |
2014-07-10 | drbd: track meta data IO intent, start and submit time | Lars Ellenberg | 5 | -27/+35 |
2014-07-10 | drbd: fix drbd_destroy_device reference count updates | Lars Ellenberg | 1 | -5/+9 |
2014-07-10 | drbd: poison free'd device, resource and connection structs | Lars Ellenberg | 1 | -0/+3 |
2014-07-10 | drbd: also keep track of trim -> zero-out fallback peer_requests | Lars Ellenberg | 1 | -0/+5 |
2014-07-10 | drbd: consistently use list_add_tail for peer_request tracking | Lars Ellenberg | 2 | -3/+3 |
2014-07-10 | drbd: drop drbd_md_flush | Lars Ellenberg | 2 | -22/+1 |
2014-07-10 | drbd: add drbd_queue_work_if_unqueued helper | Lars Ellenberg | 2 | -4/+15 |
2014-07-10 | drbd: drbd_rs_number_requests: fix unit mismatch in comparison | Lars Ellenberg | 1 | -4/+9 |
2014-07-10 | drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) | Lars Ellenberg | 4 | -24/+23 |
2014-07-10 | drbd: clear CRASHED_PRIMARY only after successful resync | Lars Ellenberg | 1 | -1/+2 |
2014-07-10 | drbd: improve resync request throttling due to sendbuf size | Lars Ellenberg | 1 | -9/+14 |
2014-07-10 | block: Convert last uses of __FUNCTION__ to __func__ | Joe Perches | 1 | -4/+4 |
2014-07-10 | drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.c | Monam Agarwal | 1 | -1/+1 |
2014-07-10 | drbd: short-circuit in maybe_pull_ahead | Lars Ellenberg | 1 | -0/+3 |
2014-07-10 | drbd: application writes may set-in-sync in protocol != C | Lars Ellenberg | 4 | -31/+49 |
2014-07-10 | drbd: New net configuration option socket-check-timeout | Philipp Reisner | 1 | -16/+30 |
2014-07-10 | drbd: Limit the time we are waiting for the first packet on an accepted socket | Philipp Reisner | 1 | -0/+10 |
2014-07-10 | drbd: implement csums-after-crash-only | Lars Ellenberg | 3 | -4/+24 |