summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-3/+3
* drbd: switch to sock_recvmsg()Al Viro2017-12-021-1/+2
* drbd: Convert timers to use timer_setup()Kees Cook2017-11-061-1/+1
* drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-291-1/+1
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-291-1/+1
* drbd: fix race between handshake and admin disconnect/downLars Ellenberg2017-08-291-0/+3
* drbd: mark symbols static where possibleBaoyou Xie2017-08-291-1/+1
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-291-3/+44
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+3
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
* drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-081-98/+4
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-3/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* block: drbd: remove impossible failure handlingMing Lei2016-11-221-13/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-131-1/+2
* drbd: code cleanups without semantic changesFabian Frederick2016-06-131-4/+4
* drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg2016-06-131-3/+44
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-131-35/+102
* drbd: report sizes if rejecting too small peer diskLars Ellenberg2016-06-131-3/+6
* drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg2016-06-131-25/+115
* drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg2016-06-131-25/+89
* drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner2016-06-131-1/+4
* drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner2016-06-131-3/+85
* drbd: change bitmap write-out when leaving resync statesLars Ellenberg2016-06-131-3/+5
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* drbd: use bio op accessorsMike Christie2016-06-071-12/+24
* drbd: Use shash and ahashHerbert Xu2016-01-271-30/+26
* drbd: use resource name in workqueueLars Ellenberg2015-11-251-1/+4
* drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-251-88/+115
* drbd: Rename asender to ack_receiverPhilipp Reisner2015-11-251-3/+3
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-251-6/+0
* drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher2015-11-251-14/+14
* drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher2015-11-251-4/+4
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+2
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-211-1/+1
* drbd: fix resync throttling initializationLars Ellenberg2014-11-101-1/+1
* drbd: Improve asender performanceLars Ellenberg2014-09-111-0/+6
* drbd: Use better variable namesAndreas Gruenbacher2014-09-111-23/+23
* drbd: silence underflow warning in read_in_block()Dan Carpenter2014-07-101-1/+1
* drbd: debugfs: add callback_historyLars Ellenberg2014-07-101-0/+6
* drbd: debugfs: Add in_flight_summaryLars Ellenberg2014-07-101-0/+8
* drbd: register peer requests on read_ee earlyLars Ellenberg2014-07-101-11/+14
* drbd: track timing details of peer_requestsLars Ellenberg2014-07-101-30/+48
* drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-101-7/+12
* drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg2014-07-101-0/+5