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