1. 09 11月, 2012 1 次提交
  2. 08 11月, 2012 10 次提交
  3. 14 10月, 2011 5 次提交
  4. 28 9月, 2011 2 次提交
  5. 29 8月, 2011 2 次提交
  6. 30 6月, 2011 3 次提交
  7. 24 5月, 2011 1 次提交
  8. 28 3月, 2011 1 次提交
    • L
      drbd: fix up merge error · 7e599e6e
      Linus Torvalds 提交于
      In commit 95a0f10c ("drbd: store in-core bitmap little endian,
      regardless of architecture") drbd had made the sane choice to use
      little-endian bitmap functions everywhere.  However, it used the
      horrible old functions names from <asm-generic/bitops/le.h>, that were
      never really meant to be exported.
      
      In the meantime, things got cleaned up, and in commit c4945b9e
      ("asm-generic: rename generic little-endian bitops functions") we
      renamed the LE bitops to something sane, exactly so that they could be
      used in random code without people gouging their eyes out when seeing
      the crazy jumble of letters that were the old internal names.
      
      As a result the drbd thing merged cleanly (commit 8d49a775: "Merge
      branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-block"),
      since there was no data conflict - but the end result obviously doesn't
      actually compile.
      Reported-and-tested-by: NIngo Molnar <mingo@elte.hu>
      Cc: Jens Axboe <jaxboe@fusionio.com>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      7e599e6e
  9. 17 3月, 2011 1 次提交
  10. 10 3月, 2011 12 次提交
  11. 15 10月, 2010 1 次提交
    • P
      drbd: Disable activity log updates when the whole device is out of sync · 0778286a
      Philipp Reisner 提交于
      When the complete device is marked as out of sync, we can disable
      updates of the on disk AL. Currently AL updates are only disabled
      if one uses the "invalidate-remote" command on an unconnected,
      primary device, or when at attach time all bits in the bitmap are
      set.
      
      As of now, AL updated do not get disabled when a all bits becomes
      set due to application writes to an unconnected DRBD device.
      While this is a missing feature, it is not considered important,
      and might get added later.
      
      BTW, after initializing a "one legged" DRBD device
      drbdadm create-md resX
      drbdadm -- --force primary resX
      AL updates also get disabled, until the first connect.
      Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
      0778286a
  12. 18 5月, 2010 1 次提交