aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2012-07-24drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg
2012-07-24drbd: fix potential access after freeLars Ellenberg
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-05-10drbd: grammar fix in log messageLars Ellenberg
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2012-05-09drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner
2012-05-09drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner
2012-05-09drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg
2012-05-09drbd: fix race between disconnect and receive_stateLars Ellenberg
2012-05-09drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg
2012-05-09drbd: fix "stalled" empty resyncLars Ellenberg
2012-05-09drbd: Bugfix for the connection behaviorPhilipp Reisner
2012-05-09drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner
2012-05-09drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2011-06-30drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg
2011-05-24drbd: fix warningPhilipp Reisner
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner
2011-05-24drbd: Fix for the connection problems on high latency linksPhilipp Reisner
2011-05-24drbd: fix disconnect/reconnect loop, if ping-timeout == ping-intLars Ellenberg
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner
2011-03-10drbd: improve log message if received sector offset exceeds local capacityLars Ellenberg
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg
2011-03-10drbd: silence some noisy log messages during disconnectLars Ellenberg
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg
2011-03-10drbd: We can not process BIOs with a size of 0Philipp Reisner
2011-03-10drbd: queue bitmap writeout more intelligentlyLars Ellenberg
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner
2011-03-10drbd: Fixed P_NEG_ACK processing for protocol A and BPhilipp Reisner
2011-03-10drbd: Killed an assert that is no longer validPhilipp Reisner
2011-03-10drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner
2011-03-10drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner
2011-03-10drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner
2011-03-10drbd: add debugging assert to make sure the protocol is cleanLars Ellenberg
2011-03-10drbd: receive_bitmap_plain: Get rid of ugly and useless enumAndreas Gruenbacher
2011-03-10drbd: receive_bitmap: Missing free_page() on error pathAndreas Gruenbacher
2011-03-10drbd: receive_bitmap: Avoid casting enum drbd_state_rv to intAndreas Gruenbacher
2011-03-10drbd: receive_bitmap: Fix the wrong return valueAndreas Gruenbacher
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: This code is dead nowAndreas Gruenbacher
2011-03-10drbd: Another small enum drbd_state_rv cleanupAndreas Gruenbacher
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher