1. 04 11月, 2007 2 次提交
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev · 468f8afd
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: (23 commits)
        libata: don't configure downstream links faster than the upstream link
        libata: request PHY speed configuration on SControl access failure
        libata: consider errors not associated with commands for speed down
        libata: more robust reset failure handling
        libata: cosmetic clean up / reorganization of ata_eh_reset()
        libata: fix timing computation in ata_eh_reset()
        libata: increase 128 KB / cmd limit for ATAPI tape drives
        sata_promise: fix endianess bug in ASIC PRD bug workaround
        libata: fix docbook
        make ata_scsi_lpm_get() static
        libata: suppress two warnings
        ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks
        ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()
        ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdef
        ata/sata_fsl: cleanup style problem
        ata/sata_fsl: remove unneeded sata_fsl_hardreset()
        ata/sata_fsl: remove unneeded on-stack copy of FIS
        ata/sata_fsl: cleanup needless casts to/from void __iomem *
        ata/sata_fsl: Remove unnecessary SCR cases
        ata/sata_fsl: Kill ata_sg_is_last()
        ...
      468f8afd
    • A
      NTFS: Fix read regression. · ebab8990
      Anton Altaparmakov 提交于
      The regression was caused by:
              commit[a32ea1e1] Fix read/truncate race
      
      This causes ntfs_readpage() to be called for a zero i_size inode, which
      failed when the file was compressed and non-resident.
      
      Thanks a lot to Mike Galbraith for reporting the issue and tracking down
      the commit that caused the regression.
      
      Looking into it I found three bugs which the patch fixes.
      Signed-off-by: NAnton Altaparmakov <aia21@cantab.net>
      Tested-by: NMike Galbraith <efault@gmx.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      ebab8990
  2. 03 11月, 2007 38 次提交