summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+73
2012-05-10drbd: grammar fix in log messageLars Ellenberg1-1/+1
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-1/+5
2012-05-09drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner1-4/+4
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-1/+9
2012-05-09drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner1-0/+21
2012-05-09drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg1-0/+1
2012-05-09drbd: fix race between disconnect and receive_stateLars Ellenberg1-0/+13
2012-05-09drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner1-1/+1
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg1-2/+2
2012-05-09drbd: fix "stalled" empty resyncLars Ellenberg1-3/+8
2012-05-09drbd: Bugfix for the connection behaviorPhilipp Reisner1-5/+5
2012-05-09drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner1-2/+3
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner1-2/+0
2012-05-09drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner1-1/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-3/+3
2011-06-30drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg1-0/+6
2011-05-24drbd: fix warningPhilipp Reisner1-6/+0
2011-05-24drbd: Fix spellingBart Van Assche1-15/+15
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner1-17/+3
2011-05-24drbd: Fix for the connection problems on high latency linksPhilipp Reisner1-1/+1
2011-05-24drbd: fix disconnect/reconnect loop, if ping-timeout == ping-intLars Ellenberg1-2/+8
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