summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2019-12-05drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg
2019-12-05drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg
2019-08-25drbd: dynamically allocate shash descriptorArnd Bergmann
2019-02-12drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg
2019-02-12drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-13drbd: correctly handle failed crypto_alloc_hashLars Ellenberg
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: report sizes if rejecting too small peer diskLars Ellenberg
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg
2016-06-13drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg
2016-06-13drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner
2016-06-13drbd: change bitmap write-out when leaving resync statesLars Ellenberg
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07drbd: use bio op accessorsMike Christie
2016-01-27drbd: Use shash and ahashHerbert Xu
2015-11-25drbd: use resource name in workqueueLars Ellenberg
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher
2015-11-25drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen
2014-11-10drbd: fix resync throttling initializationLars Ellenberg
2014-09-11drbd: Improve asender performanceLars Ellenberg
2014-09-11drbd: Use better variable namesAndreas Gruenbacher
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg
2014-07-10drbd: New net configuration option socket-check-timeoutPhilipp Reisner
2014-07-10drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg
2014-07-10drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner