10 Aug, 2010

5 commits


04 Aug, 2010

4 commits

  • * 'for-linus' of git://oss.sgi.com/xfs/xfs: (49 commits)
    xfs simplify and speed up direct I/O completions
    xfs: move aio completion after unwritten extent conversion
    direct-io: move aio_complete into ->end_io
    xfs: fix big endian build
    xfs: clean up xfs_bmap_get_bp
    xfs: simplify xfs_truncate_file
    xfs: kill the b_strat callback in xfs_buf
    xfs: remove obsolete osyncisosync mount option
    xfs: clean up filestreams helpers
    xfs: fix gcc 4.6 set but not read and unused statement warnings
    xfs: Fix build when CONFIG_XFS_POSIX_ACL=n
    xfs: fix unsigned underflow in xfs_free_eofblocks
    xfs: use GFP_NOFS for page cache allocation
    xfs: fix memory reclaim recursion deadlock on locked inode buffer
    xfs: fix xfs_trans_add_item() lockdep warnings
    xfs: simplify and remove xfs_ireclaim
    xfs: don't block on buffer read errors
    xfs: move inode shrinker unregister even earlier
    xfs: remove a dmapi leftover
    xfs: writepage always has buffers
    ...

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (29 commits)
    cifs: fsc should not default to "on"
    [CIFS] remove redundant path walking in dfs_do_refmount
    cifs: ignore the "mand", "nomand" and "_netdev" mount options
    cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
    cifs: don't allow cifs_iget to match inodes of the wrong type
    [CIFS] relinquish fscache cookie before freeing CIFSTconInfo
    cifs: add separate cred_uid field to sesInfo
    fs: cifs: check kmalloc() result
    [CIFS] Missing ifdef
    [CIFS] Missing line from previous commit
    [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
    cifs: add mount option to enable local caching
    cifs: read pages from FS-Cache
    cifs: store pages into local cache
    cifs: FS-Cache page management
    cifs: define inode-level cache object and register them
    cifs: define superblock-level cache index objects and register them
    cifs: remove unused cifsUidInfo struct
    cifs: clean up cifs_find_smb_ses (try #2)
    cifs: match secType when searching for existing tcp session
    ...

    Linus Torvalds
     
  • * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (291 commits)
    ARM: AMBA: Add pclk support to AMBA bus infrastructure
    ARM: 6278/2: fix regression in RealView after the introduction of pclk
    ARM: 6277/1: mach-shmobile: Allow users to select HZ, default to 128
    ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY
    ARM: 6246/1: mmci: support larger MMCIDATALENGTH register
    ARM: 6245/1: mmci: enable hardware flow control on Ux500 variants
    ARM: 6244/1: mmci: add variant data and default MCICLOCK support
    ARM: 6243/1: mmci: pass power_mode to the translate_vdd callback
    ARM: 6274/1: add global control registers definition header file for nuc900
    mx2_camera: fix type of dma buffer virtual address pointer
    mx2_camera: Add soc_camera support for i.MX25/i.MX27
    arm/imx/gpio: add spinlock protection
    ARM: Add support for the LPC32XX arch
    ARM: LPC32XX: Arch config menu supoport and makefiles
    ARM: LPC32XX: Phytec 3250 platform support
    ARM: LPC32XX: Misc support functions
    ARM: LPC32XX: Serial support code
    ARM: LPC32XX: System suspend support
    ARM: LPC32XX: GPIO, timer, and IRQ drivers
    ARM: LPC32XX: Clock driver
    ...

    Linus Torvalds
     
  • avoid potential stack overflow by correctly checking count parameter

    Reported-by: Ilja
    Signed-off-by: Helge Deller
    Acked-by: Kyle McMartin
    Cc: James E.J. Bottomley
    Cc: stable@kernel.org
    Signed-off-by: Linus Torvalds

    Helge Deller
     

02 Aug, 2010

31 commits