An error occurred fetching the project authors.
  1. 07 Jul, 2003 1 commit
  2. 06 Jul, 2003 1 commit
  3. 05 Jul, 2003 1 commit
  4. 04 Jul, 2003 1 commit
  5. 22 Jun, 2003 1 commit
  6. 27 May, 2003 1 commit
  7. 13 May, 2003 1 commit
  8. 31 Mar, 2003 1 commit
  9. 19 Feb, 2003 1 commit
  10. 18 Feb, 2003 1 commit
  11. 15 Feb, 2003 1 commit
    • Steve French's avatar
      Merge in fixes from version 0.6.5 of the CIFS VFS. Greatly improved... · b668ec86
      Steve French authored
      Merge in fixes from version 0.6.5 of the CIFS VFS.  Greatly improved performance including improved distributed caching support and support for readpages and larger read sizes. Cache data now flushed properly at file close time. Socket and memory leak fixed.  Fix two oops. Fix error logging and made more consistent.  Generic sendfile added.
      b668ec86
  12. 01 Jan, 2003 1 commit
  13. 21 Nov, 2002 1 commit
  14. 17 Nov, 2002 1 commit
    • Andi Kleen's avatar
      [PATCH] nanosecond stat timefields · 5d62665d
      Andi Kleen authored
      stat64 has been changed to return jiffies granuality as nsec in previously
      unused fields. This allows make to make better decisions on when
      to recompile a file. Follows losely the Solaris API.
      
      CURRENT_TIME has been redefined to return struct timespec.  The users
      who don't use it in a inode/attr context have been changed to use a new
      get_seconds() function.  CURRENT_TIME is implemented by an out-of-line
      function.
      
      There is a small performance penalty in this patch.  The previous
      filemap code had an optimization to flush atime only once a second.
      This is currently gone, which will increase flushes a bit.  I believe
      the correct solution if it should be a problem is to have per super
      block fields that give an arbitary atime flush granuality - so that you
      can set it to be only flushed once a hour if you prefer that.  I will
      work on that later in separate patches if the need should arise.
      
      struct inode and the attr struct has been changed to store struct
      timespec instead of time_t for [cma]time.  Not all file systems support
      this granuality, but some like XFS,NFSv3,CIFS,JFS do.  The others will
      currently truncate the nsec part on flushing to disk.  There was some
      discussion on this rounding on l-k previously.  I went for simple
      truncation because there is not much evidence IMHO that the more
      complicated roundings have any advantages.  In practice application will
      be rather unlikely to notice the rounding anyways - they can only see a
      difference when an inode is flush from memory and reloaded in less than
      a second, which is rather unlikely.
      5d62665d
  15. 31 Oct, 2002 1 commit
  16. 10 Oct, 2002 1 commit