1. 20 Dec, 2002 3 commits
    • Chuck Lever's avatar
      [PATCH] cleanup: simplify req_offset function in NFS client · 0607be17
      Chuck Lever authored
      Description:
        everywhere the NFS client uses the req_offset() function today, it adds
        req->wb_offset to the result.  this patch simply makes "+req->wb_offset"
        a part of the req_offset() function.
      
      Test status:
        Passes all Connectathon '02 tests with v2, v3, UDP and TCP.  Passes
        NFS torture tests on an x86 UP highmem system.
      0607be17
    • Chuck Lever's avatar
      [PATCH] give NFS client a "set_page_dirty" address space op. · 756e3174
      Chuck Lever authored
      Description:
        The default set_page_dirty address space op is too heavyweight for NFS,
        which doesn't use buffers.
      756e3174
    • Chuck Lever's avatar
      [PATCH] use kmap_atomic instaed of kmap in NFS client · 28865d68
      Chuck Lever authored
      Description:
        andrew morton suggested there are places in the NFS client that could
        make use of kmap_atomic instead of vanilla kmap in order to improve
        scalability on 8-way and higher SMP systems.
      
      Test status:
        Passes all Connectathon '02 tests with v2 and v3, UDP and TCP; passes
        NFS torture tests on a UP HIGHMEM x86 system.
      28865d68
  2. 15 Dec, 2002 37 commits