summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher
2011-03-10drbd: fix incomplete error messageLars Ellenberg
2011-03-10drbd: Removed an unnecessary #undefAndreas Gruenbacher
2011-03-10drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner
2011-03-10drbd: Renamed write_flags_to_bio() to wire_flags_to_bio()Lars Ellenberg
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10drbd: detect modification of in-flight buffersLars Ellenberg
2011-03-10drbd: further converge progress display of resync and online-verifyLars Ellenberg
2011-03-10drbd: use the resync controller for online-verify requests as wellLars Ellenberg
2011-03-10drbd: advance progress step marks for online-verifyLars Ellenberg
2011-03-10drbd: initialize online-verify progress tracking on verify targetLars Ellenberg
2011-03-10drbd: improve online-verify progress trackingLars Ellenberg
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2010-11-27drbd: don't recvmsg with zero lengthLars Ellenberg
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-23Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg
2010-10-14drbd: add some more explicit drbd_md_syncLars Ellenberg
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner
2010-10-14drbd: fix unlikely access after free and list corruptionLars Ellenberg
2010-10-14drbd: allow for explicit resync-finished notificationsLars Ellenberg
2010-10-14drbd: preparation commit, using full state in receive_state()Lars Ellenberg
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: fix spurious protocol errorLars Ellenberg
2010-10-14drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner
2010-10-14drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner
2010-10-14drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg
2010-10-14drbd: reduce code duplication when receiving data requestsLars Ellenberg
2010-10-14drbd: let drbd_free_ee implicitly free any digestLars Ellenberg
2010-10-14drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner