aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-01-27drbd: Use shash and ahashHerbert Xu1-8/+8
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+0
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg1-1/+1
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner1-2/+2
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-1/+1
2015-11-25drbd: debugfs: expose ed_data_gen_idLars Ellenberg1-0/+1
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-13/+14
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner1-3/+3
2015-11-25drbd: improve network timeout detectionLars Ellenberg1-0/+2
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher1-0/+45
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-14/+4
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-6/+0
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-1/+0
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+6
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-11-10drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner1-25/+4
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher1-1/+0
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-5/+4
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher1-5/+6
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher1-1/+1
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-3/+3
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