1. 10 May, 2002 3 commits
    • Linus Torvalds's avatar
      Fix 'export-objs' usage in Makefiles. · f38b18a0
      Linus Torvalds authored
      Noted by Keith Owens.
      f38b18a0
    • Neil Brown's avatar
      [PATCH] - kNFSd in 2.5.15 - Require export operations for exporting a filesystem · d891ea7b
      Neil Brown authored
      This removes the old alternates to export_operations for exporting a
      filesystem.
      
      It removes fh_to_dentry, dentry_to_fh, and s_nfsd_free_path_sem.  It
      also removes a lot of code.
      
      The fs/ntfs change is because it was setting fh_to_dentry and
      dentry_to_fh (which no longer exist) to NULL.
      d891ea7b
    • Neil Brown's avatar
      [PATCH] - kNFSd in 2.5.15 - export_operations support for isofs · b64b7f8e
      Neil Brown authored
      ISOFS to use export_operations to declare exportability
      
      Exporting ISO's has never been very reliable
      as lookup("..") doesn't work (even though there is
      some code that tries to pretend that it does).
      
      This means that if an inode falls out of cache, any
      filehandle on it will become stale.
      
      This makes that level of support explicit with an empty
      export_operations structure.  get_parent could be written....
      but not today.
      b64b7f8e
  2. 09 May, 2002 6 commits
    • Linus Torvalds's avatar
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/pci_hp-2.5 · cb0c3669
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      cb0c3669
    • Martin Dalecki's avatar
      [PATCH] 2.5.14 IDE 59 · cbb48783
      Martin Dalecki authored
      Basically PCI driver handling reorganization. This is one step further
      ahead toward the goal of fully modularized host chip drivers.
      
       - Adjust ide-scsi to the new error handling. Just don't try any device
         resets there.
      
       - Add unmasking of IRQ per default to the PMac PCI code.
      
       - Split up the crap table from ide-pci. Let the corresponding drivers do
         registration of the functions they provide. This small change makes
         this patch rather big.
      
       - Hard-code the number of ports requested for DMA engines. They are always
         precisely 8 on PCs. If you hove something different to deal with,
         well then please just provide your own init_dma method.
      
       - Remove the HDIO_GETGEO_BIG ioctl. Patch by Andries Brouwer. Applies
         unmodified.
      
       - Make ON_BOARD be equal 0, so we can spare ourself some typing in structure
         initialization.
      
       - Normalize the terminology in the host chip drivers. It will make spotting
         the tons of common code found there later easier.
      cbb48783
    • Greg Kroah-Hartman's avatar
      PCI Hotplug core · 8d909102
      Greg Kroah-Hartman authored
      removed pcihpfs_statfs(), as it's not used anymore.
      8d909102
    • Greg Kroah-Hartman's avatar
      IBM PCI Hotplug driver · 06e13e33
      Greg Kroah-Hartman authored
      update the ibm pci hotplug driver to the latest version.  Contains lots of
      small bugfixes and added features for new hardware.
      06e13e33
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 62a62049
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      62a62049
  3. 10 May, 2002 9 commits
  4. 09 May, 2002 18 commits
  5. 08 May, 2002 4 commits