summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-27drbd: don't recvmsg with zero lengthLars Ellenberg1-6/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe1-184/+33
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner1-182/+30
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-409/+537
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg1-1/+2
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg1-1/+1
2010-10-14drbd: add some more explicit drbd_md_syncLars Ellenberg1-0/+5
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg1-3/+1
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner1-8/+22
2010-10-14drbd: fix unlikely access after free and list corruptionLars Ellenberg1-0/+25
2010-10-14drbd: allow for explicit resync-finished notificationsLars Ellenberg1-0/+34
2010-10-14drbd: preparation commit, using full state in receive_state()Lars Ellenberg1-21/+18
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg1-2/+2
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg1-12/+15
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg1-0/+2
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner1-3/+3
2010-10-14drbd: fix spurious protocol errorLars Ellenberg1-1/+2
2010-10-14drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg1-4/+11
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg1-10/+16
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner1-6/+14
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner1-1/+0
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner1-0/+5
2010-10-14drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner1-221/+168
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner1-47/+47
2010-10-14drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner1-1/+0
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg1-5/+83
2010-10-14drbd: reduce code duplication when receiving data requestsLars Ellenberg1-34/+12
2010-10-14drbd: let drbd_free_ee implicitly free any digestLars Ellenberg1-2/+5
2010-10-14drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner1-1/+2
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner1-0/+20
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner1-3/+15
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner1-24/+36
2010-10-14drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner1-1/+1
2010-10-14drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner1-1/+3
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner1-1/+12
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner1-6/+2
2010-10-14drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner1-0/+5
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner1-3/+0
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner1-37/+0
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-1/+1
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-1/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-106/+29
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg1-95/+18
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-11/+11
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-06-01drbd: removed duplicated #includesAndrea Gelmini1-1/+0
2010-06-01drbd: need to set socket bufsize early to take effectLars Ellenberg1-10/+23
2010-06-01drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner1-11/+0