1. 04 Aug, 2008 7 commits
  2. 03 Aug, 2008 4 commits
    • Linus Torvalds's avatar
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 8f616cd5
      Linus Torvalds authored
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        ext4: remove write-only variables from ext4_ordered_write_end
        ext4: unexport jbd2_journal_update_superblock
        ext4: Cleanup whitespace and other miscellaneous style issues
        ext4: improve ext4_fill_flex_info() a bit
        ext4: Cleanup the block reservation code path
        ext4: don't assume extents can't cross block groups when truncating
        ext4: Fix lack of credits BUG() when deleting a badly fragmented inode
        ext4: Fix ext4_ext_journal_restart()
        ext4: fix ext4_da_write_begin error path
        jbd2: don't abort if flushing file data failed
        ext4: don't read inode block if the buffer has a write error
        ext4: Don't allow lg prealloc list to be grow large.
        ext4: Convert the usage of NR_CPUS to nr_cpu_ids.
        ext4: Improve error handling in mballoc
        ext4: lock block groups when initializing
        ext4: sync up block and inode bitmap reading functions
        ext4: Allow read/only mounts with corrupted block group checksums
        ext4: Fix data corruption when writing to prealloc area
      8f616cd5
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 7e31aa11
      Linus Torvalds authored
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5182/1: pxa: Fix pcm990 compilation
        [ARM] Fix explicit asm(-arm)?/arch-foo references
        [ARM] move include/asm-arm to arch/arm/include/asm
        [ARM] Remove explicit dependency for misc.o from compressed/Makefile
        [ARM] initrd: claim initrd memory exclusively
        [ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)
        [ARM] 5180/1: at91: Fix at91_nand -> atmel_nand rename fallout
        [ARM] add Sascha Hauer as Freescale i.MX Maintainer
        [ARM] i.MX: add missing clock functions exports
        [ARM] i.MX: remove set_imx_fb_info() export
        [ARM] mx1ads: make mmc platform data available for modules
        [ARM] mx2: add missing Kconfig dependency
      7e31aa11
    • Guennadi Liakhovetski's avatar
      [ARM] 5182/1: pxa: Fix pcm990 compilation · 9cb7117f
      Guennadi Liakhovetski authored
      Compiling pcm990 produces an error:
      
      In file included from arch/arm/mach-pxa/pcm990-baseboard.c:25:
      include/linux/ide.h:645: error: 'CONFIG_IDE_MAX_HWIFS' undeclared here (not in a function)
      
      Fix it by removing unneeded header include.
      Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      9cb7117f
    • Eric Sandeen's avatar
      ext4: remove write-only variables from ext4_ordered_write_end · 7d55992d
      Eric Sandeen authored
      The variables 'from' and 'to' are not used anywhere.
      Signed-off-by: default avatarEric Sandeen <sandeen@redhat.com>
      Acked-by: default avatarMingming Cao <cmm@us.ibm.com>
      Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
      7d55992d
  3. 02 Aug, 2008 9 commits
  4. 01 Aug, 2008 20 commits