1. 18 7月, 2009 2 次提交
  2. 17 7月, 2009 11 次提交
  3. 16 7月, 2009 1 次提交
  4. 15 7月, 2009 23 次提交
  5. 14 7月, 2009 3 次提交
    • D
      x86: Fix warning in pvclock.c · 2ad76643
      Dave Jones 提交于
      when building 32-bit, I see this ..
      arch/x86/kernel/pvclock.c:63:7: warning: "__x86_64__" is not defined
      Signed-off-by: NDave Jones <davej@redhat.com>
      LKML-Reference: <20090713201437.GA12165@redhat.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      2ad76643
    • L
      Linux 2.6.31-rc3 · 6847e154
      Linus Torvalds 提交于
      6847e154
    • L
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 1cf29683
      Linus Torvalds 提交于
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        jbd2: fix race between write_metadata_buffer and get_write_access
        ext4: Fix ext4_mb_initialize_context() to initialize all fields
        ext4: fix null handler of ioctls in no journal mode
        ext4: Fix buffer head reference leak in no-journal mode
        ext4: Move __ext4_journalled_writepage() to avoid forward declaration
        ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc
        ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation
        ext4: Don't look at buffer_heads outside i_size.
        ext4: Fix goal inum check in the inode allocator
        ext4: fix no journal corruption with locale-gen
        ext4: Calculate required journal credits for inserting an extent properly
        ext4: Fix truncation of symlinks after failed write
        jbd2: Fix a race between checkpointing code and journal_get_write_access()
        ext4: Use rcu_barrier() on module unload.
        ext4: naturally align struct ext4_allocation_request
        ext4: mark several more functions in mballoc.c as noinline
        ext4: Fix potential reclaim deadlock when truncating partial block
        jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region
        ext4: Fix type warning on 64-bit platforms in tracing events header
      1cf29683