summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: allow for explicit resync-finished notificationsLars Ellenberg2010-10-141-0/+34
* drbd: preparation commit, using full state in receive_state()Lars Ellenberg2010-10-141-21/+18
* drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg2010-10-141-2/+2
* drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg2010-10-141-12/+15
* drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-141-0/+2
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-3/+3
* drbd: fix spurious protocol errorLars Ellenberg2010-10-141-1/+2
* drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg2010-10-141-4/+11
* drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg2010-10-141-10/+16
* drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner2010-10-141-6/+14
* drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner2010-10-141-1/+0
* drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner2010-10-141-0/+5
* drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner2010-10-141-221/+168
* drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner2010-10-141-47/+47
* drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner2010-10-141-1/+0
* drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-141-5/+83
* drbd: reduce code duplication when receiving data requestsLars Ellenberg2010-10-141-34/+12
* drbd: let drbd_free_ee implicitly free any digestLars Ellenberg2010-10-141-2/+5
* drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner2010-10-141-1/+2
* drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-141-0/+20
* drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner2010-10-141-3/+15
* drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-141-24/+36
* drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner2010-10-141-1/+1
* drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner2010-10-141-1/+3
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-141-1/+12
* drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-141-6/+2
* drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner2010-10-141-0/+5
* drbd: factored tl_restart() out of tl_clear().Philipp Reisner2010-10-141-3/+0
* drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner2010-10-141-37/+0
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-106/+29
|\
| * drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-071-95/+18
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-11/+11
* | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
|/
* drbd: removed duplicated #includesAndrea Gelmini2010-06-011-1/+0
* drbd: need to set socket bufsize early to take effectLars Ellenberg2010-06-011-10/+23
* drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner2010-06-011-11/+0
* drbd: Null pointer deref fix to the large "multi bio rewrite"Philipp Reisner2010-05-211-0/+4
* drbd: Create new current UUID as late as possiblePhilipp Reisner2010-05-181-0/+11
* drbd: always use_bmbv, ignore settingLars Ellenberg2010-05-181-1/+5
* drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg2010-05-181-209/+274
* drbd: Receiving of delay_probesPhilipp Reisner2010-05-181-0/+96
* drbd: Added transmission faults to the fault injection codePhilipp Reisner2010-05-181-1/+7
* drbd: Implemented flags for the resize packetPhilipp Reisner2010-05-181-7/+12
* drbd: New handler: initial-split-brainAdam Gandelman2010-05-181-1/+4
* drbd: check for corrupt or malicous sector addresses when receiving dataLars Ellenberg2010-05-181-0/+10
* drbd: cleanup: This code path to trigger a resync is no longer neededPhilipp Reisner2010-05-181-17/+0
* drbd: fix potential protocol errorLars Ellenberg2010-05-181-1/+4
* drbd: remove bogus ASSERTLars Ellenberg2010-05-181-1/+0
* Merge branch 'master' into for-2.6.35Jens Axboe2010-04-291-1/+2
|\
| * drbd: Terminate a connection early if sending the protocol failsPhilipp Reisner2010-04-221-1/+2
OpenPOWER on IntegriCloud