aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg1-1/+3
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-14/+2
2015-11-25drbd: fix spurious alert level printkLars Ellenberg1-0/+4
2015-11-25drbd: use resource name in workqueueLars Ellenberg1-2/+2
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-9/+1
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner1-5/+5
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-1/+23
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-1/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-1/+0
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-5/+5
2015-03-24block, drbd: use mempool_create_slab_pool()David Rientjes1-4/+3
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher1-14/+3
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-3/+3
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-14/+14
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg1-0/+14
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg1-14/+19
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg1-3/+19
2014-07-10drbd: track details of bitmap IOLars Ellenberg1-0/+1
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-0/+1
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg1-1/+6
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg1-3/+4
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-7/+7
2014-07-10drbd: fix drbd_destroy_device reference count updatesLars Ellenberg1-5/+9
2014-07-10drbd: poison free'd device, resource and connection structsLars Ellenberg1-0/+3
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg1-15/+13
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg1-1/+4
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher1-18/+0
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-1/+1
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg1-24/+1
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-59/+0
2014-07-10drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg1-0/+5
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner1-4/+4
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-22/+14
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-1/+1
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg1-2/+13
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg1-0/+1
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg1-5/+7
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher1-19/+30
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-0/+24
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-17/+15
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher1-18/+2
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-127/+133
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-3/+3
2014-02-17drbd: Function prototype cleanupsAndreas Gruenbacher1-4/+0
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher1-1/+2
2014-02-17drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher1-29/+45
2014-02-17drbd: Define the size of res_opts->cpu_mask in a single placeAndreas Gruenbacher1-2/+1
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-18/+18
2014-02-17drbd: Iterate over all connectionsAndreas Gruenbacher1-22/+33