1. 05 8月, 2008 25 次提交
  2. 04 8月, 2008 3 次提交
    • Z
      Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set · 1a61c88d
      zhangxiliang 提交于
      Sorry, I miss a blank between if and "(".
      And I add "unlikely" to check "ctx" in audit_match_perm() and audit_match_filetype().
      This is a new patch for it.
      Signed-off-by: NZhang Xiliang <zhangxiliang@cn.fujitsu.com>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      1a61c88d
    • L
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 8f616cd5
      Linus Torvalds 提交于
      * '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
    • L
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 7e31aa11
      Linus Torvalds 提交于
      * '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
  3. 03 8月, 2008 10 次提交
  4. 02 8月, 2008 2 次提交