aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner1-0/+3
2011-03-10drbd: improve log message if received sector offset exceeds local capacityLars Ellenberg1-1/+2
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg1-15/+30
2011-03-10drbd: silence some noisy log messages during disconnectLars Ellenberg1-16/+29
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg1-5/+12
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg1-3/+8
2011-03-10drbd: We can not process BIOs with a size of 0Philipp Reisner1-0/+1
2011-03-10drbd: queue bitmap writeout more intelligentlyLars Ellenberg1-0/+1
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner1-6/+3
2011-03-10drbd: Fixed P_NEG_ACK processing for protocol A and BPhilipp Reisner1-12/+33
2011-03-10drbd: Killed an assert that is no longer validPhilipp Reisner1-3/+0
2011-03-10drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner1-1/+1
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner1-5/+3
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner1-14/+21
2011-03-10drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner1-1/+2
2011-03-10drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner1-1/+11
2011-03-10drbd: add debugging assert to make sure the protocol is cleanLars Ellenberg1-0/+10
2011-03-10drbd: receive_bitmap_plain: Get rid of ugly and useless enumAndreas Gruenbacher1-26/+47
2011-03-10drbd: receive_bitmap: Missing free_page() on error pathAndreas Gruenbacher1-1/+1
2011-03-10drbd: receive_bitmap: Avoid casting enum drbd_state_rv to intAndreas Gruenbacher1-2/+4
2011-03-10drbd: receive_bitmap: Fix the wrong return valueAndreas Gruenbacher1-1/+1
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-64/+64
2011-03-10drbd: This code is dead nowAndreas Gruenbacher1-8/+2
2011-03-10drbd: Another small enum drbd_state_rv cleanupAndreas Gruenbacher1-5/+9
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher1-1/+1
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher1-2/+2
2011-03-10drbd: fix incomplete error messageLars Ellenberg1-1/+1
2011-03-10drbd: Removed an unnecessary #undefAndreas Gruenbacher1-1/+0
2011-03-10drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner1-11/+2
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner1-4/+18
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner1-0/+9
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner1-0/+10
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner1-0/+3
2011-03-10drbd: Renamed write_flags_to_bio() to wire_flags_to_bio()Lars Ellenberg1-14/+14
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-9/+9
2011-03-10drbd: detect modification of in-flight buffersLars Ellenberg1-1/+2
2011-03-10drbd: further converge progress display of resync and online-verifyLars Ellenberg1-0/+4
2011-03-10drbd: use the resync controller for online-verify requests as wellLars Ellenberg1-2/+8
2011-03-10drbd: advance progress step marks for online-verifyLars Ellenberg1-1/+7
2011-03-10drbd: initialize online-verify progress tracking on verify targetLars Ellenberg1-0/+6
2011-03-10drbd: improve online-verify progress trackingLars Ellenberg1-1/+2
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-8/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-19/+1
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/driversJens 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