From: Philipp Reisner <philipp.reisner@linbit.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com
Subject: [Drbd-dev] [GIT PULL] DRBD minor fixes for 3.0-rc6
Date: Wed, 29 Jun 2011 17:14:56 +0200 [thread overview]
Message-ID: <201106291714.57384.philipp.reisner@linbit.com> (raw)
The following changes since commit a1c15c59feee36267c43142a41152fbf7402afb6:
loop: handle on-demand devices correctly (2011-05-24 16:48:55 +0200)
are available in the git repository at:
git://git.drbd.org/linux-2.6-drbd.git for-jens
David Howells (1):
DRBD: Fix comparison always false warning due to long/long long compare
Lars Ellenberg (10):
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
drbd: add missing spinlock to bitmap receive
drbd: don't cond_resched_lock with IRQs disabled
drbd: spelling fix: too small
drbd: account bitmap IO during resync as resync-(related-)-io
drbd: when receive times out on meta socket, also check last receive time on data socket
drbd: allow ping-timeout of up to 30 seconds
drbd: downgraded error printk to info
drbd: fix limit define, we support 1 PiByte now
drbd: we should write meta data updates with FLUSH FUA
Philipp Reisner (3):
drbd: Lower log priority for an event that is definitely not an error
drbd: Use the correct max_bio_size when creating resync requests
drbd: Only print sanitize state's warnings, if the state change happens
drivers/block/drbd/drbd_actlog.c | 2 +-
drivers/block/drbd/drbd_bitmap.c | 37 +++++++++++++--------
drivers/block/drbd/drbd_int.h | 2 +-
drivers/block/drbd/drbd_main.c | 61 ++++++++++++++++++++++++-----------
drivers/block/drbd/drbd_nl.c | 8 ++--
drivers/block/drbd/drbd_proc.c | 2 +-
drivers/block/drbd/drbd_receiver.c | 8 ++++-
drivers/block/drbd/drbd_worker.c | 7 +---
include/linux/drbd.h | 4 +-
include/linux/drbd_limits.h | 6 ++--
10 files changed, 85 insertions(+), 52 deletions(-)
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
WARNING: multiple messages have this Message-ID (diff)
From: Philipp Reisner <philipp.reisner@linbit.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com
Subject: [GIT PULL] DRBD minor fixes for 3.0-rc6
Date: Wed, 29 Jun 2011 17:14:56 +0200 [thread overview]
Message-ID: <201106291714.57384.philipp.reisner@linbit.com> (raw)
The following changes since commit a1c15c59feee36267c43142a41152fbf7402afb6:
loop: handle on-demand devices correctly (2011-05-24 16:48:55 +0200)
are available in the git repository at:
git://git.drbd.org/linux-2.6-drbd.git for-jens
David Howells (1):
DRBD: Fix comparison always false warning due to long/long long compare
Lars Ellenberg (10):
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
drbd: add missing spinlock to bitmap receive
drbd: don't cond_resched_lock with IRQs disabled
drbd: spelling fix: too small
drbd: account bitmap IO during resync as resync-(related-)-io
drbd: when receive times out on meta socket, also check last receive time on data socket
drbd: allow ping-timeout of up to 30 seconds
drbd: downgraded error printk to info
drbd: fix limit define, we support 1 PiByte now
drbd: we should write meta data updates with FLUSH FUA
Philipp Reisner (3):
drbd: Lower log priority for an event that is definitely not an error
drbd: Use the correct max_bio_size when creating resync requests
drbd: Only print sanitize state's warnings, if the state change happens
drivers/block/drbd/drbd_actlog.c | 2 +-
drivers/block/drbd/drbd_bitmap.c | 37 +++++++++++++--------
drivers/block/drbd/drbd_int.h | 2 +-
drivers/block/drbd/drbd_main.c | 61 ++++++++++++++++++++++++-----------
drivers/block/drbd/drbd_nl.c | 8 ++--
drivers/block/drbd/drbd_proc.c | 2 +-
drivers/block/drbd/drbd_receiver.c | 8 ++++-
drivers/block/drbd/drbd_worker.c | 7 +---
include/linux/drbd.h | 4 +-
include/linux/drbd_limits.h | 6 ++--
10 files changed, 85 insertions(+), 52 deletions(-)
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
next reply other threads:[~2011-06-29 15:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-29 15:14 Philipp Reisner [this message]
2011-06-29 15:14 ` [GIT PULL] DRBD minor fixes for 3.0-rc6 Philipp Reisner
2011-06-29 18:14 ` [Drbd-dev] " Jens Axboe
2011-06-29 18:14 ` Jens Axboe
2011-06-30 8:08 ` [Drbd-dev] " Philipp Reisner
2011-06-30 8:08 ` Philipp Reisner
2011-06-30 8:13 ` [Drbd-dev] " Jens Axboe
2011-06-30 8:13 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201106291714.57384.philipp.reisner@linbit.com \
--to=philipp.reisner@linbit.com \
--cc=axboe@kernel.dk \
--cc=drbd-dev@lists.linbit.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.