index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: reduce code duplication when receiving data requests
Lars Ellenberg
2010-10-14
1
-34
/
+12
*
drbd: let drbd_free_ee implicitly free any digest
Lars Ellenberg
2010-10-14
1
-2
/
+5
*
drbd: Replaced some casts by an union. Improved comments
Philipp Reisner
2010-10-14
1
-1
/
+2
*
drbd: The new, smarter resync speed controller
Philipp Reisner
2010-10-14
1
-0
/
+20
*
drbd: New sync_param packet, that includes the parameters of the new controller
Philipp Reisner
2010-10-14
1
-3
/
+15
*
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
Philipp Reisner
2010-10-14
1
-24
/
+36
*
drbd: Fixed a deadlock, probably only affected UP machines
Philipp Reisner
2010-10-14
1
-1
/
+1
*
drbd: Do not do a hard state change when establishing a connection [bugz 304]
Philipp Reisner
2010-10-14
1
-1
/
+3
*
drbd: Ensure that the peer was not rebootet in the meantime before resending TL
Philipp Reisner
2010-10-14
1
-1
/
+12
*
drbd: Run the fence-peer helper asynchronously
Philipp Reisner
2010-10-14
1
-6
/
+2
*
drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...
Philipp Reisner
2010-10-14
1
-0
/
+5
*
drbd: factored tl_restart() out of tl_clear().
Philipp Reisner
2010-10-14
1
-3
/
+0
*
drbd: Track all IO requests on the TL, not writes only
Philipp Reisner
2010-10-14
1
-37
/
+0
*
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-11
1
-106
/
+29
|
\
|
*
drbd: revert "delay probes", feature is being re-implemented differently
Lars Ellenberg
2010-08-07
1
-95
/
+18
|
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-11
/
+11
*
|
fix comment/printk typos concerning "already"
Uwe Kleine-König
2010-07-11
1
-1
/
+1
|
/
*
drbd: removed duplicated #includes
Andrea Gelmini
2010-06-01
1
-1
/
+0
*
drbd: need to set socket bufsize early to take effect
Lars Ellenberg
2010-06-01
1
-10
/
+23
*
drbd: Revert "drbd: Create new current UUID as late as possible"
Philipp Reisner
2010-06-01
1
-11
/
+0
*
drbd: Null pointer deref fix to the large "multi bio rewrite"
Philipp Reisner
2010-05-21
1
-0
/
+4
*
drbd: Create new current UUID as late as possible
Philipp Reisner
2010-05-18
1
-0
/
+11
*
drbd: always use_bmbv, ignore setting
Lars Ellenberg
2010-05-18
1
-1
/
+5
*
drbd: Allow drbd_epoch_entries to use multiple bios.
Lars Ellenberg
2010-05-18
1
-209
/
+274
*
drbd: Receiving of delay_probes
Philipp Reisner
2010-05-18
1
-0
/
+96
*
drbd: Added transmission faults to the fault injection code
Philipp Reisner
2010-05-18
1
-1
/
+7
*
drbd: Implemented flags for the resize packet
Philipp Reisner
2010-05-18
1
-7
/
+12
*
drbd: New handler: initial-split-brain
Adam Gandelman
2010-05-18
1
-1
/
+4
*
drbd: check for corrupt or malicous sector addresses when receiving data
Lars Ellenberg
2010-05-18
1
-0
/
+10
*
drbd: cleanup: This code path to trigger a resync is no longer needed
Philipp Reisner
2010-05-18
1
-17
/
+0
*
drbd: fix potential protocol error
Lars Ellenberg
2010-05-18
1
-1
/
+4
*
drbd: remove bogus ASSERT
Lars Ellenberg
2010-05-18
1
-1
/
+0
*
Merge branch 'master' into for-2.6.35
Jens Axboe
2010-04-29
1
-1
/
+2
|
\
|
*
drbd: Terminate a connection early if sending the protocol fails
Philipp Reisner
2010-04-22
1
-1
/
+2
*
|
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
2010-04-28
1
-1
/
+2
|
/
*
drbd: Reduce the time an empty resync takes usually
Philipp Reisner
2010-03-11
1
-0
/
+2
*
drbd_disconnect: grab meta.socket mutex as well
Lars Ellenberg
2010-03-11
1
-3
/
+0
*
drbd: fix broken state change after split-brain attach while connected
Lars Ellenberg
2010-03-11
1
-1
/
+6
*
drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )
Philipp Reisner
2010-03-11
1
-2
/
+20
*
drbd: null dereference bug
Dan Carpenter
2010-01-25
1
-1
/
+1
*
drbd: Allow online resizing of DRBD devices while peer not reachable (needs t...
Philipp Reisner
2010-01-12
1
-2
/
+2
*
drbd: Don't go into StandAlone mode when authentification failes because of n...
Johannes Thoma
2010-01-12
1
-9
/
+22
*
drivers/block/drbd: Correct NULL test
Julia Lawall
2010-01-04
1
-1
/
+1
*
drbd: Silenced an assert that could triggered after changing write ordering m...
Philipp Reisner
2009-12-31
1
-4
/
+5
*
drbd: remove unused #include <linux/version.h>
Huang Weiyi
2009-12-21
1
-1
/
+0
*
Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]
Philipp Reisner
2009-11-24
1
-0
/
+1
*
add missing state change on corrupt packet header in drbd_recv_header
Lars Ellenberg
2009-11-24
1
-1
/
+3
*
Do not deadlock in drbd_disconnect() [bugz 258]
Philipp Reisner
2009-11-04
1
-4
/
+0
*
fix grammar in printk
Lars Ellenberg
2009-11-04
1
-1
/
+1
*
drbd: remove tracing bits
Jens Axboe
2009-10-01
1
-29
/
+1
[next]