summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen-1/+1
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-115/+93
2014-11-24drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng-18/+4
2014-11-19kill f_dentry usesAl Viro-3/+3
2014-11-10drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner-25/+4
2014-11-10drbd: Fix state change in case of connection timeoutPhilipp Reisner-1/+1
2014-11-10drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg-0/+1
2014-11-10drbd: fix resync throttling initializationLars Ellenberg-3/+5
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner-8/+40
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher-16/+4
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher-44/+34
2014-09-18drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan-34/+2
2014-09-18drbd: compute the end before rb_insert_augmented()Lai Jiangshan-0/+4
2014-09-11drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner-1/+3
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg-6/+4
2014-09-11drbd: Improve asender performanceLars Ellenberg-10/+7
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher-8/+12
2014-09-11drbd: Avoid inconsistent locking warningAndreas Gruenbacher-1/+1
2014-09-11drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek-1/+1
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher-9/+9
2014-09-11drbd: Use better variable namesAndreas Gruenbacher-49/+49
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1198/+2674
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter-1/+1
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg-0/+14
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg-7/+5
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg-53/+98
2014-07-10drbd: debugfs: add per device data_gen_idLars Ellenberg-0/+22
2014-07-10drbd: debugfs: add per connection oldest requestsLars Ellenberg-0/+7
2014-07-10drbd: debugfs: add version tag to debugfs filesLars Ellenberg-0/+52
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg-5/+148
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg-3/+144
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg-20/+255
2014-07-10drbd: debugfs: deal with destructor racing with open of debugfs fileLars Ellenberg-4/+54
2014-07-10drbd: debugfs: add in_flight_summary dataLars Ellenberg-0/+196
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg-5/+278
2014-07-10drbd: track details of bitmap IOLars Ellenberg-36/+51
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg-11/+14
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg-30/+64
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg-18/+51
2014-07-10drbd: add caching oldest request pointers for replication stagesLars Ellenberg-40/+136
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg-14/+49
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg-38/+119
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg-27/+35
2014-07-10drbd: fix drbd_destroy_device reference count updatesLars Ellenberg-5/+9
2014-07-10drbd: poison free'd device, resource and connection structsLars Ellenberg-0/+3
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg-0/+5
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg-3/+3
2014-07-10drbd: drop drbd_md_flushLars Ellenberg-22/+1
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg-4/+15