aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-02drbd: switch to sock_recvmsg()Al Viro1-1/+2
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-29drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer1-1/+1
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer1-1/+1
2017-08-29drbd: fix race between handshake and admin disconnect/downLars Ellenberg1-0/+3
2017-08-29drbd: mark symbols static where possibleBaoyou Xie1-1/+1
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg1-3/+44
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig1-98/+4
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-3/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-06-13drbd: correctly handle failed crypto_alloc_hashLars Ellenberg1-1/+2
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-4/+4
2016-06-13drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg1-3/+44
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-35/+102
2016-06-13drbd: report sizes if rejecting too small peer diskLars Ellenberg1-3/+6
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg1-25/+115
2016-06-13drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg1-25/+89
2016-06-13drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner1-1/+4
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner1-3/+85
2016-06-13drbd: change bitmap write-out when leaving resync statesLars Ellenberg1-3/+5
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07drbd: use bio op accessorsMike Christie1-12/+24
2016-01-27drbd: Use shash and ahashHerbert Xu1-30/+26
2015-11-25drbd: use resource name in workqueueLars Ellenberg1-1/+4
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-88/+115
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner1-3/+3
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher1-6/+0
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-14/+14
2015-11-25drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher1-4/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+2
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-1/+1
2014-11-10drbd: fix resync throttling initializationLars Ellenberg1-1/+1
2014-09-11drbd: Improve asender performanceLars Ellenberg1-0/+6
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-23/+23
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter1-1/+1
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg1-0/+6
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg1-0/+8
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg1-11/+14
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg1-30/+48
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-7/+12
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg1-0/+5
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg1-2/+2