1. 04 Jul, 2009 6 commits
  2. 03 Jul, 2009 30 commits
  3. 02 Jul, 2009 4 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify · 746a99a5
      Linus Torvalds authored
      * 'for-linus' of git://git.infradead.org/users/eparis/notify:
        fs/notify/inotify: decrement user inotify count on close
      746a99a5
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable · 5291a12f
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable:
        Btrfs: fix error message formatting
        Btrfs: fix use after free in btrfs_start_workers fail path
        Btrfs: honor nodatacow/sum mount options for new files
        Btrfs: update backrefs while dropping snapshot
        Btrfs: account for space we may use in fallocate
        Btrfs: fix the file clone ioctl for preallocated extents
        Btrfs: don't log the inode in file_write while growing the file
      5291a12f
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 · c7cba062
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
        [SCSI] cxgb3i: fix connection error when vlan is enabled
        [SCSI] FC transport: Locking fix for common-code FC pass-through patch
        [SCSI] zalon: fix oops on attach failure
        [SCSI] fnic: use DMA_BIT_MASK(nn) instead of deprecated DMA_nnBIT_MASK
        [SCSI] fnic: remove redundant BUG_ONs and fix checks on unsigned
        [SCSI] ibmvscsi: Fix module load hang
      c7cba062
    • Linus Torvalds's avatar
      Merge git://git.infradead.org/iommu-2.6 · 405d7ca5
      Linus Torvalds authored
      * git://git.infradead.org/iommu-2.6: (38 commits)
        intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()
        intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loops
        intel-iommu: Use cmpxchg64_local() for setting PTEs
        intel-iommu: Warn about unmatched unmap requests
        intel-iommu: Kill superfluous mapping_lock
        intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386
        intel-iommu: Make iommu=pt work on i386 too
        intel-iommu: Performance improvement for dma_pte_free_pagetable()
        intel-iommu: Don't free too much in dma_pte_free_pagetable()
        intel-iommu: dump mappings but don't die on pte already set
        intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping()
        intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg()
        intel-iommu: Simplify __intel_alloc_iova()
        intel-iommu: Performance improvement for domain_pfn_mapping()
        intel-iommu: Performance improvement for dma_pte_clear_range()
        intel-iommu: Clean up iommu_domain_identity_map()
        intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs
        intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argument
        intel-iommu: Change aligned_size() to aligned_nrpages()
        intel-iommu: Clean up intel_map_sg(), remove domain_page_mapping()
        ...
      405d7ca5