1. 09 Jan, 2009 37 commits
  2. 08 Jan, 2009 3 commits
    • Len Brown's avatar
      ACPICA: delete utcache.c · 6620e0c4
      Len Brown authored
      
      ACPI_USE_LOCAL_CACHE will never be defined by the Linux kernel,
      and thus utcache.c will always be dead code.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      6620e0c4
    • Len Brown's avatar
      ACPICA: delete acdisasm.h · 5b929aa1
      Len Brown authored
      
      it is referenced only #ifdef ACPI_DISASSEMBLER,
      which is never set by the kernel.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      5b929aa1
    • Linus Torvalds's avatar
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 2150edc6
      Linus Torvalds authored
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (57 commits)
        jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs
        ext4: Remove "extents" mount option
        block: Add Kconfig help which notes that ext4 needs CONFIG_LBD
        ext4: Make printk's consistently prefixed with "EXT4-fs: "
        ext4: Add sanity checks for the superblock before mounting the filesystem
        ext4: Add mount option to set kjournald's I/O priority
        jbd2: Submit writes to the journal using WRITE_SYNC
        jbd2: Add pid and journal device name to the "kjournald2 starting" message
        ext4: Add markers for better debuggability
        ext4: Remove code to create the journal inode
        ext4: provide function to release metadata pages under memory pressure
        ext3: provide function to release metadata pages under memory pressure
        add releasepage hooks to block devices which can be used by file systems
        ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
        ext4: Init the complete page while building buddy cache
        ext4: Don't allow new groups to be added during block allocation
        ext4: mark the blocks/inode bitmap beyond end of group as used
        ext4: Use new buffer_head flag to check uninit group bitmaps initialization
        ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
        ext4: code cleanup
        ...
      2150edc6