summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg1-0/+26
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg1-0/+3
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg1-2/+28
2014-07-10drbd: track details of bitmap IOLars Ellenberg1-0/+16
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg1-0/+15
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-1/+3
2014-07-10drbd: add caching oldest request pointers for replication stagesLars Ellenberg1-0/+7
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg1-1/+10
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg1-1/+53
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-3/+6
2014-07-10drbd: drop drbd_md_flushLars Ellenberg1-19/+0
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg1-0/+11
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg1-3/+1
2014-07-10block: Convert last uses of __FUNCTION__ to __func__Joe Perches1-4/+4
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg1-0/+2
2014-07-10drbd: fix bogus resync stats in /proc/drbdLars Ellenberg1-48/+0
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher1-1/+0
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg1-12/+2
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg1-14/+2
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-13/+27
2014-07-10drbd: close race when detaching from diskLars Ellenberg1-2/+7
2014-07-10drbd: fix resync finished detectionLars Ellenberg1-11/+31
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-1/+1
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner1-1/+1
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-4/+5
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-2/+3
2014-04-30drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg1-2/+2
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg1-0/+1
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg1-0/+1
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg1-1/+18
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg1-0/+1
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg1-3/+25
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg1-1/+2
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner1-0/+35
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher1-0/+1
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher1-1/+0
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-1/+2
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-10/+2
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-12/+17
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher1-1/+0
2014-02-17drbd: Move string function prototypes from linux/drbd.h to drbd_string.hAndreas Gruenbacher1-0/+1
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher1-2/+1
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-24/+24
2014-02-17drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher1-8/+0
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-3/+2
2014-02-17drbd: Function prototype cleanupsAndreas Gruenbacher1-0/+2
2014-02-17drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher1-3/+2
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-8/+10
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-8/+7
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher1-1/+1