1. 28 11月, 2010 1 次提交
  2. 18 11月, 2010 1 次提交
  3. 23 10月, 2010 1 次提交
  4. 22 10月, 2010 1 次提交
  5. 15 10月, 2010 20 次提交
  6. 14 10月, 2010 1 次提交
  7. 08 8月, 2010 1 次提交
  8. 01 6月, 2010 3 次提交
  9. 22 5月, 2010 1 次提交
  10. 18 5月, 2010 3 次提交
  11. 04 5月, 2010 1 次提交
    • L
      drbd: don't expose failed local READ to upper layers · 5c3c7e64
      Lars Ellenberg 提交于
      fix regression introduced in 8.3.3:
       commit a9b17323f2875f5d9b132c2b476a750bf44b10c7
       Author: Lars Ellenberg <lars.ellenberg@linbit.com>
       Date:   Wed Aug 12 15:18:33 2009 +0200
      
           out-of-spinlock completion of master bio
      
       : (bio_rw(bio) == READA)
          ? read_completed_with_error
          : read_ahead_completed_with_error;
      
      is obviously not what was intended.
      
      No one noticed because of
       * page-cache at work,
       * local RAIDs
      
      Impact:
      Failed local READs are not retried remotely,
      but errored to upper layers, causing filesystems
      to remount read-only, or worse.
      Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
      5c3c7e64
  12. 11 3月, 2010 3 次提交
  13. 21 12月, 2009 2 次提交
  14. 02 10月, 2009 1 次提交