1. 29 6月, 2006 37 次提交
  2. 28 6月, 2006 3 次提交
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · a39727f2
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
        [netdrvr] Remove long-unused bits from Becker template drivers
        [netdrvr] natsemi: minor cleanups
        [netdrvr] natsemi: Separate out media initialization code
        [PATCH] WAN: update info page for a bunch of my drivers
        [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch
        [PATCH] Fix phy id for LXT971A/LXT972A
        [PATCH] DM9000 - minor code cleanups
        [PATCH] DM9000 - do no re-init spin lock
        [PATCH] DM9000 - check for MAC left in by bootloader
        [PATCH] DM9000 - better checks for platform resources
      a39727f2
    • L
      Merge git://git.infradead.org/mtd-2.6 · 936813a8
      Linus Torvalds 提交于
      * git://git.infradead.org/mtd-2.6:
        [MTD] NAND: Select chip before checking write protect status
        [MTD] CORE mtdchar.c: fix off-by-one error in lseek()
        [MTD] NAND: Fix typo in mtd/nand/ts7250.c
        [JFFS2][XATTR] coexistence between xattr and write buffering support.
        [JFFS2][XATTR] Fix wrong copyright
        [JFFS2][XATTR] Re-define xd->refcnt as atomic_t
        [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
        [JFFS2][XATTR] rid unnecessary writing of delete marker.
        [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.
        [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion
        [MTD] Fix off-by-one error in physmap.c
        [MTD] Remove unused 'nr_banks' variable from ixp2000 map driver
        [MTD NAND] s3c2412 support in s3c2410.c
        [MTD] Initialize 'writesize'
        [MTD] NAND: ndfc fix address offset thinko
        [MTD] NAND: S3C2410 convert prinks to dev_*()s
        [MTD] NAND: Missing fixups
      936813a8
    • L
      Merge git://oss.sgi.com:8090/nathans/xfs-2.6 · 73a0e405
      Linus Torvalds 提交于
      * git://oss.sgi.com:8090/nathans/xfs-2.6:
        [XFS] Fixup whitespace damage in log_write, remove final warning.
        [XFS] Rework code snippets slightly to remove remaining recent-gcc
        [XFS] Fix realtime subvolume expansion, a porting bug b0rked it.  Coverity
        [XFS] Remove a race condition where a linked inode could BUG_ON in
        [XFS] Remove redundant directory checks from inode link operation.
        [XFS] Remove a couple of no-longer-used macros.
        [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --
        [XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
        [XFS] * There is trivial "inode => vnode => inode" conversion, but only
        [XFS] link(2) on directory is banned in VFS.
      73a0e405