10 Jun, 2009

1 commit

  • There's no need to preserve this abstraction; it used to let us use
    hardware crc32c support directly, but libcrc32c is already doing that for us
    through the crypto API -- so we're already using the Intel crc32c
    acceleration where appropriate.

    Signed-off-by: David Woodhouse
    Signed-off-by: Chris Mason

    David Woodhouse
     

25 Sep, 2008

2 commits

  • Date: Tue, 19 Aug 2008 19:21:57 +0100
    Using a 64-bit hash as the readdir cookie is just asking for trouble.
    And gets it, when we try to export the file system by NFS.

    Signed-off-by: David Woodhouse
    Signed-off-by: Chris Mason

    David Woodhouse
     
  • Btrfs set/get macros lose type information needed to avoid
    unaligned accesses on sparc64.
    ere is a patch for the kernel bits which fixes most of the
    unaligned accesses on sparc64.

    btrfs_name_hash is modified to return the hash value instead
    of getting a return location via a (potentially unaligned)
    pointer.

    Signed-off-by: Chris Mason

    David Miller
     

12 Jun, 2007

1 commit


16 Mar, 2007

1 commit