1. 20 Aug, 2003 4 commits
    • Linus Torvalds's avatar
      dd99888a
    • Albert Cahalan's avatar
      [PATCH] IO port bitmap cleanups, x86-64 oops fix · 0b401e25
      Albert Cahalan authored
      This patch brings x86-64 and i386 closer together, eliminating an oops
      that LTP test ioperm02.c causes on x86-64.  An IO port permission bitmap
      must be followed by an extra 0xff.
      
      (Add comments to that effect, to avoid the problem in the future).
      0b401e25
    • Trond Myklebust's avatar
      [PATCH] Support dentry revalidation under open(".") · e14720a1
      Trond Myklebust authored
      link_path_walk() currently treats the special filenames ".", ".."
      and "/" differently in that it does not call down to the filesystem in
      order to revalidate the cached dentry, but just assumes that it is
      fine.
      
        For most filesystems this is OK, but it the case of the stateless
      NFS, this means that it circumvents path staleness detection, and the
      attribute+data cache revalidation code on such common commands as
      opendir(".").
      
      This change provides a way to do such revalidation for NFS without
      impacting other filesystems. 
      
      Note: the failure to revalidate the path here does not result in a
      call to d_invalidate() unlike (all?) other calls to d_revalidate(). It
      only results in an ESTALE error being returned to the caller.
      e14720a1
    • Alan Cox's avatar
      [PATCH] Maintainer/Credit update · 63360427
      Alan Cox authored
      - Roadrunner address is defunct
      - 3c501/Z85230 are no longer maintained
      - Update other stuff because I will be away for a year
      63360427
  2. 19 Aug, 2003 36 commits