1. 23 6月, 2006 35 次提交
  2. 22 6月, 2006 5 次提交
    • L
      Merge git://oss.sgi.com:8090/xfs-2.6 · 52ab3f3d
      Linus Torvalds 提交于
      * git://oss.sgi.com:8090/xfs-2.6: (43 commits)
        [XFS] Remove files from the build that are now unused.
        [XFS] Fix a Makefile issue related to exports.o handling.
        [XFS] Remove version 1 directory code.	Never functioned on Linux, just
        [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one
        [XFS] Kill direct access to ->count in valusema(); all we ever use it for
        [XFS] Remove unneeded conditional code on NFS export interface related
        [XFS] Remove an incorrect use of unlikely() on a relatively likely code
        [XFS] Push some common code out of write path into core XFS code for
        [XFS] Remove unnecessary local from open_exec dmapi path.
        [XFS] Minor XFS documentation updates.
        [XFS] Fix broken const use inside local suffix_strtoul routine.
        [XFS] Fix nused counter.  It's currently getting set to -1 rather than
        [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thaw
        [XFS] Fix up debug code so that bulkstat wont generate thousands of
        [XFS] Remove unused parameter from di2xflags routine.
        [XFS] Cleanup a missed porting conversion, and freezing.
        [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
        [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
        [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
        [XFS] statvfs component of directory/project quota support, code
        ...
      52ab3f3d
    • G
      [PATCH] USB: only make /sys/class/usb show up when there is something in it · 43104f1d
      Greg Kroah-Hartman 提交于
      Now /sys/class/usb is dynamically created when we have something to put
      in it, and removed when all devices go away.
      
      Just trying to cut down on the clutter in sysfs...
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      43104f1d
    • G
      bd009496
    • G
      [PATCH] USB: move usb_device_class class devices to be real devices · c182274f
      Greg Kroah-Hartman 提交于
      This moves the usb class devices that control the usbfs nodes to show up
      in the proper place in the larger device tree.
      
      No userspace changes is needed, this is compatible due to the symlinks
      generated by the driver core.
      
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c182274f
    • G
      [PATCH] USB: make endpoints real struct devices · 9bde7497
      Greg Kroah-Hartman 提交于
      This will allow for us to give endpoints a major/minor to create a
      "usbfs2-like" way to access endpoints directly from userspace in an
      easier manner than the current usbfs provides us.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9bde7497