1. 15 6月, 2009 29 次提交
  2. 13 6月, 2009 8 次提交
  3. 12 6月, 2009 3 次提交
    • R
      block: fix kernel-doc in recent block/ changes · 8ebf9756
      Randy Dunlap 提交于
      Fix kernel-doc warnings in recently changed block/ source code.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8ebf9756
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 · 4b4f1d01
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6: (87 commits)
        nilfs2: get rid of bd_mount_sem use from nilfs
        nilfs2: correct exclusion control in nilfs_remount function
        nilfs2: simplify remaining sget() use
        nilfs2: get rid of sget use for checking if current mount is present
        nilfs2: get rid of sget use for acquiring nilfs object
        nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
        remove the call to ->write_super in __sync_filesystem
        nilfs2: call nilfs2_write_super from nilfs2_sync_fs
        jffs2: call jffs2_write_super from jffs2_sync_fs
        ufs: add ->sync_fs
        sysv: add ->sync_fs
        hfsplus: add ->sync_fs
        hfs: add ->sync_fs
        fat: add ->sync_fs
        ext2: add ->sync_fs
        exofs: add ->sync_fs
        bfs: add ->sync_fs
        affs: add ->sync_fs
        sanitize ->fsync() for affs
        repair bfs_write_inode(), switch bfs to simple_fsync()
        ...
      4b4f1d01
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 875287ca
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        m68knommu: remove unecessary include of thread_info.h in entry.S
        m68knommu: enumerate INIT_THREAD fields properly
        headers_check fix: m68k, swab.h
        arch/m68knommu: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
        m68knommu: remove obsolete reset code
        m68knommu: move CPU reset code for the 5272 ColdFire into its platform code
        m68knommu: move CPU reset code for the 528x ColdFire into its platform code
        m68knommu: move CPU reset code for the 527x ColdFire into its platform code
        m68knommu: move CPU reset code for the 523x ColdFire into its platform code
        m68knommu: move CPU reset code for the 520x ColdFire into its platform code
        m68knommu: add CPU reset code for the 532x ColdFire
        m68knommu: add CPU reset code for the 5249 ColdFire
        m68knommu: add CPU reset code for the 5206e ColdFire
        m68knommu: add CPU reset code for the 5206 ColdFire
        m68knommu: add CPU reset code for the 5407 ColdFire
        m68knommu: add CPU reset code for the 5307 ColdFire
        m68knommu: merge system reset for code ColdFire 523x family
        m68knommu: fix system reset for ColdFire 527x family
      875287ca