Age | Commit message (Expand) | Author |
2010-11-27 | drbd: don't recvmsg with zero length | Lars Ellenberg |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-10-23 | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/... | Jens Axboe |
2010-10-23 | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code | Philipp Reisner |
2010-10-22 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-10-22 | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-10-22 | drbd: fix potential data divergence after multiple failures | Lars Ellenberg |
2010-10-22 | drbd: fix potential deadlock on detach | Lars Ellenberg |
2010-10-14 | drbd: add some more explicit drbd_md_sync | Lars Ellenberg |
2010-10-14 | drbd: cleanup useless leftover warn/error printk's | Lars Ellenberg |
2010-10-14 | drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED | Philipp Reisner |
2010-10-14 | drbd: fix unlikely access after free and list corruption | Lars Ellenberg |
2010-10-14 | drbd: allow for explicit resync-finished notifications | Lars Ellenberg |
2010-10-14 | drbd: preparation commit, using full state in receive_state() | Lars Ellenberg |
2010-10-14 | drbd: drbd_send_ack_dp must not rely on header information | Lars Ellenberg |
2010-10-14 | drbd: Fix regression in recv_bm_rle_bits (compressed bitmap) | Lars Ellenberg |
2010-10-14 | drbd: protocol compatibility for maximum packet sizes | Lars Ellenberg |
2010-10-14 | drbd: Track the reasons to suspend IO in dedicated state bits | Philipp Reisner |
2010-10-14 | drbd: fix spurious protocol error | Lars Ellenberg |
2010-10-14 | drbd: fix potential kernel BUG (NULL deref) | Lars Ellenberg |
2010-10-14 | drbd: don't count sendpage()d pages only referenced by tcp as in use | Lars Ellenberg |
2010-10-14 | drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD | Philipp Reisner |
2010-10-14 | drbd: Removed a race that could cause unexpected execution of w_make_resync_r... | Philipp Reisner |
2010-10-14 | drbd: Actually allow BIOs up to 128k (was 32k). | Philipp Reisner |
2010-10-14 | drbd: receiving of big packets, for payloads between 64kByte and 4GByte | Philipp Reisner |
2010-10-14 | drbd: Sending of big packets, for payloads from 64KByte to 4GByte | Philipp Reisner |
2010-10-14 | drbd: Microfix: Assigning sector once is sufficient | Philipp Reisner |
2010-10-14 | drbd: new configuration parameter c-min-rate | Lars Ellenberg |
2010-10-14 | drbd: reduce code duplication when receiving data requests | Lars Ellenberg |
2010-10-14 | drbd: let drbd_free_ee implicitly free any digest | Lars Ellenberg |
2010-10-14 | drbd: Replaced some casts by an union. Improved comments | Philipp Reisner |
2010-10-14 | drbd: The new, smarter resync speed controller | Philipp Reisner |
2010-10-14 | drbd: New sync_param packet, that includes the parameters of the new controller | Philipp Reisner |
2010-10-14 | drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended | Philipp Reisner |
2010-10-14 | drbd: Fixed a deadlock, probably only affected UP machines | Philipp Reisner |
2010-10-14 | drbd: Do not do a hard state change when establishing a connection [bugz 304] | Philipp Reisner |
2010-10-14 | drbd: Ensure that the peer was not rebootet in the meantime before resending TL | Philipp Reisner |
2010-10-14 | drbd: Run the fence-peer helper asynchronously | Philipp Reisner |
2010-10-14 | drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c... | Philipp Reisner |
2010-10-14 | drbd: factored tl_restart() out of tl_clear(). | Philipp Reisner |
2010-10-14 | drbd: Track all IO requests on the TL, not writes only | Philipp Reisner |
2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig |
2010-09-10 | Consolidate min_not_zero | Martin K. Petersen |
2010-08-10 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-08-07 | drbd: revert "delay probes", feature is being re-implemented differently | Lars Ellenberg |
2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig |
2010-07-11 | fix comment/printk typos concerning "already" | Uwe Kleine-König |
2010-06-01 | drbd: removed duplicated #includes | Andrea Gelmini |
2010-06-01 | drbd: need to set socket bufsize early to take effect | Lars Ellenberg |
2010-06-01 | drbd: Revert "drbd: Create new current UUID as late as possible" | Philipp Reisner |