summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg2014-07-101-2/+2
* drbd: application writes may set-in-sync in protocol != CLars Ellenberg2014-07-101-0/+3
* drbd: New net configuration option socket-check-timeoutPhilipp Reisner2014-07-101-16/+30
* drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner2014-07-101-0/+10
* drbd: implement csums-after-crash-onlyLars Ellenberg2014-07-101-0/+2
* drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg2014-07-101-3/+16
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-2/+1
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-1/+1
* drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-101-2/+4
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-8/+10
OpenPOWER on IntegriCloud