index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: grammar fix in log message
Lars Ellenberg
2012-05-10
1
-1
/
+1
*
drbd: introduce a bio_set to allocate housekeeping bios from
Lars Ellenberg
2012-05-09
1
-1
/
+5
*
drbd: Ensure that data_size is not 0 before using data_size-1 as index
Philipp Reisner
2012-05-09
1
-4
/
+4
*
drbd: Delay/reject other state changes while establishing a connection
Philipp Reisner
2012-05-09
1
-1
/
+9
*
drbd: Fix a potential write ordering issue on SyncTarget nodes
Philipp Reisner
2012-05-09
1
-0
/
+21
*
drbd: Fix module refcount leak in drbd_accept()
Lars Ellenberg
2012-05-09
1
-0
/
+1
*
drbd: fix race between disconnect and receive_state
Lars Ellenberg
2012-05-09
1
-0
/
+13
*
drbd: Fixed an obvious copy-n-paste mistake
Philipp Reisner
2012-05-09
1
-1
/
+1
*
drbd: send intermediate state change results to the peer
Lars Ellenberg
2012-05-09
1
-2
/
+2
*
drbd: fix "stalled" empty resync
Lars Ellenberg
2012-05-09
1
-3
/
+8
*
drbd: Bugfix for the connection behavior
Philipp Reisner
2012-05-09
1
-5
/
+5
*
drbd: Cleanup all epoch objects upon connection loss
Philipp Reisner
2012-05-09
1
-2
/
+3
*
drbd: Implemented the disk-timeout option
Philipp Reisner
2012-05-09
1
-2
/
+0
*
drbd: Lower log priority for an event that is definitely not an error
Philipp Reisner
2012-05-09
1
-1
/
+1
*
drbd: when receive times out on meta socket, also check last receive time on ...
Lars Ellenberg
2011-06-30
1
-0
/
+6
*
drbd: fix warning
Philipp Reisner
2011-05-24
1
-6
/
+0
*
drbd: Fix spelling
Bart Van Assche
2011-05-24
1
-15
/
+15
*
drbd: Take a more conservative approach when deciding max_bio_size
Philipp Reisner
2011-05-24
1
-17
/
+3
*
drbd: Fix for the connection problems on high latency links
Philipp Reisner
2011-05-24
1
-1
/
+1
*
drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int
Lars Ellenberg
2011-05-24
1
-2
/
+8
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
drbd: Implemented real timeout checking for request processing time
Philipp Reisner
2011-03-10
1
-0
/
+3
*
drbd: improve log message if received sector offset exceeds local capacity
Lars Ellenberg
2011-03-10
1
-1
/
+2
*
drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio fails
Lars Ellenberg
2011-03-10
1
-15
/
+30
*
drbd: silence some noisy log messages during disconnect
Lars Ellenberg
2011-03-10
1
-16
/
+29
*
drbd: describe bitmap locking for bulk operation in finer detail
Lars Ellenberg
2011-03-10
1
-5
/
+12
*
drbd: log UUIDs whenever they change
Lars Ellenberg
2011-03-10
1
-3
/
+8
*
drbd: We can not process BIOs with a size of 0
Philipp Reisner
2011-03-10
1
-0
/
+1
*
drbd: queue bitmap writeout more intelligently
Lars Ellenberg
2011-03-10
1
-0
/
+1
*
drbd: cleaned up __set_current_state() followed by schedule_timeout() calls
Philipp Reisner
2011-03-10
1
-6
/
+3
*
drbd: Fixed P_NEG_ACK processing for protocol A and B
Philipp Reisner
2011-03-10
1
-12
/
+33
*
drbd: Killed an assert that is no longer valid
Philipp Reisner
2011-03-10
1
-3
/
+0
*
drbd: Do not drop net config if sending in drbd_send_protocol() fails
Philipp Reisner
2011-03-10
1
-1
/
+1
*
drbd: Work on the Ahead -> SyncSource transition
Philipp Reisner
2011-03-10
1
-5
/
+3
*
drbd: Do not full sync if a P_SYNC_UUID packet gets lost
Philipp Reisner
2011-03-10
1
-14
/
+21
*
drbd: Be more careful with SyncSource -> Ahead transitions
Philipp Reisner
2011-03-10
1
-1
/
+2
*
drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode
Philipp Reisner
2011-03-10
1
-1
/
+11
*
drbd: add debugging assert to make sure the protocol is clean
Lars Ellenberg
2011-03-10
1
-0
/
+10
*
drbd: receive_bitmap_plain: Get rid of ugly and useless enum
Andreas Gruenbacher
2011-03-10
1
-26
/
+47
*
drbd: receive_bitmap: Missing free_page() on error path
Andreas Gruenbacher
2011-03-10
1
-1
/
+1
*
drbd: receive_bitmap: Avoid casting enum drbd_state_rv to int
Andreas Gruenbacher
2011-03-10
1
-2
/
+4
*
drbd: receive_bitmap: Fix the wrong return value
Andreas Gruenbacher
2011-03-10
1
-1
/
+1
*
drbd: Use the standard bool, true, and false keywords
Andreas Gruenbacher
2011-03-10
1
-64
/
+64
*
drbd: This code is dead now
Andreas Gruenbacher
2011-03-10
1
-8
/
+2
*
drbd: Another small enum drbd_state_rv cleanup
Andreas Gruenbacher
2011-03-10
1
-5
/
+9
*
drbd: Be more explicit about functions that return an enum drbd_state_rv
Andreas Gruenbacher
2011-03-10
1
-1
/
+1
*
drbd: Get rid of unnecessary macros (2)
Andreas Gruenbacher
2011-03-10
1
-2
/
+2
*
drbd: fix incomplete error message
Lars Ellenberg
2011-03-10
1
-1
/
+1
*
drbd: Removed an unnecessary #undef
Andreas Gruenbacher
2011-03-10
1
-1
/
+0
*
drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap
Philipp Reisner
2011-03-10
1
-11
/
+2
[next]