public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DRBD minor fixes for 3.0-rc6
@ 2011-06-29 15:14 Philipp Reisner
  2011-06-29 18:14 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Reisner @ 2011-06-29 15:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, drbd-dev

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] DRBD minor fixes for 3.0-rc6
  2011-06-29 15:14 [GIT PULL] DRBD minor fixes for 3.0-rc6 Philipp Reisner
@ 2011-06-29 18:14 ` Jens Axboe
  2011-06-30  8:08   ` Philipp Reisner
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2011-06-29 18:14 UTC (permalink / raw)
  To: Philipp Reisner; +Cc: linux-kernel, drbd-dev

On 2011-06-29 17:14, Philipp Reisner wrote:
> 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

This looks way too big for -rc6. Take another look at the list and
re-send with what is absolutely crucial this late in the cycle, please.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] DRBD minor fixes for 3.0-rc6
  2011-06-29 18:14 ` Jens Axboe
@ 2011-06-30  8:08   ` Philipp Reisner
  2011-06-30  8:13     ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Reisner @ 2011-06-30  8:08 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, drbd-dev

Am Mittwoch, 29. Juni 2011, 20:14:29 schrieb Jens Axboe:
> On 2011-06-29 17:14, Philipp Reisner wrote:
> > 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
> 
> This looks way too big for -rc6. Take another look at the list and
> re-send with what is absolutely crucial this late in the cycle, please.

Hi Jens,

I categorised them into three branches:
for-3.0-important, for-3.0-non-important-trivia and for-3.0-non-trivial-cosmetic.

Please consider to pull the first one, eventually the second one. (The third
one is only there for sake of completeness, to document that this patch will
be scheduled for the next merge window)



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-3.0-important

Lars Ellenberg (6):
      drbd: add missing spinlock to bitmap receive
      drbd: don't cond_resched_lock with IRQs disabled
      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: fix limit define, we support 1 PiByte now
      drbd: we should write meta data updates with FLUSH FUA

Philipp Reisner (1):
      drbd: Use the correct max_bio_size when creating resync requests

 drivers/block/drbd/drbd_actlog.c   |    2 +-
 drivers/block/drbd/drbd_bitmap.c   |   37 ++++++++++++++++++++++-------------
 drivers/block/drbd/drbd_receiver.c |    6 +++++
 drivers/block/drbd/drbd_worker.c   |    7 +-----
 include/linux/drbd_limits.h        |    4 +-
 5 files changed, 33 insertions(+), 23 deletions(-)



The following changes since commit 86e1e98e5c6b4edab97e2b058466ef553cfd878e:

  drbd: we should write meta data updates with FLUSH FUA (2011-06-30 09:23:46 +0200)

are available in the git repository at:
  git://git.drbd.org/linux-2.6-drbd.git for-3.0-non-important-trivia

David Howells (1):
      DRBD: Fix comparison always false warning due to long/long long compare

Lars Ellenberg (4):
      drbd: cosmetic: fix accidental division instead of modulo when pretty printing
      drbd: spelling fix: too small
      drbd: allow ping-timeout of up to 30 seconds
      drbd: downgraded error printk to info

Philipp Reisner (1):
      drbd: Lower log priority for an event that is definitely not an error

 drivers/block/drbd/drbd_int.h      |    2 +-
 drivers/block/drbd/drbd_main.c     |    6 ++----
 drivers/block/drbd/drbd_nl.c       |    8 ++++----
 drivers/block/drbd/drbd_proc.c     |    2 +-
 drivers/block/drbd/drbd_receiver.c |    2 +-
 include/linux/drbd.h               |    4 ++--
 include/linux/drbd_limits.h        |    2 +-
 7 files changed, 12 insertions(+), 14 deletions(-)



The following changes since commit 7b3353ab3f25aa23e6b52af1e0e81c1954f68852:

  drbd: downgraded error printk to info (2011-06-30 09:54:03 +0200)

are available in the git repository at:
  git://git.drbd.org/linux-2.6-drbd.git for-3.0-non-trivial-cosmetic

Philipp Reisner (1):
      drbd: Only print sanitize state's warnings, if the state change happens

 drivers/block/drbd/drbd_main.c |   55 +++++++++++++++++++++++++++++-----------
 1 files changed, 40 insertions(+), 15 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] DRBD minor fixes for 3.0-rc6
  2011-06-30  8:08   ` Philipp Reisner
@ 2011-06-30  8:13     ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2011-06-30  8:13 UTC (permalink / raw)
  To: Philipp Reisner; +Cc: linux-kernel, drbd-dev

On 2011-06-30 10:08, Philipp Reisner wrote:
> Am Mittwoch, 29. Juni 2011, 20:14:29 schrieb Jens Axboe:
>> On 2011-06-29 17:14, Philipp Reisner wrote:
>>> 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
>>
>> This looks way too big for -rc6. Take another look at the list and
>> re-send with what is absolutely crucial this late in the cycle, please.
> 
> Hi Jens,
> 
> I categorised them into three branches:
> for-3.0-important, for-3.0-non-important-trivia and for-3.0-non-trivial-cosmetic.
> 
> Please consider to pull the first one, eventually the second one. (The third
> one is only there for sake of completeness, to document that this patch will
> be scheduled for the next merge window)

I have pulled your for-3.0-important branch, looks fine. I'm not pulling
any non-important or trivia for 3.0, so both of the latter branches will
have to wait for 3.1. But do send me pull request for them, might as
well queue it up now since it'll soon be merge time again.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-30  8:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 15:14 [GIT PULL] DRBD minor fixes for 3.0-rc6 Philipp Reisner
2011-06-29 18:14 ` Jens Axboe
2011-06-30  8:08   ` Philipp Reisner
2011-06-30  8:13     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox