aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)Author
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2014-11-10drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher
2014-09-11drbd: Use better variable namesAndreas Gruenbacher
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg
2014-07-10drbd: track details of bitmap IOLars Ellenberg
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: add caching oldest request pointers for replication stagesLars Ellenberg
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: drop drbd_md_flushLars Ellenberg
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg
2014-07-10block: Convert last uses of __FUNCTION__ to __func__Joe Perches
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg
2014-07-10drbd: fix bogus resync stats in /proc/drbdLars Ellenberg
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: close race when detaching from diskLars Ellenberg
2014-07-10drbd: fix resync finished detectionLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner
2014-04-30drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher