An error occurred fetching the project authors.
  1. 01 Sep, 2003 1 commit
  2. 31 Aug, 2003 1 commit
    • Alexander Viro's avatar
      [PATCH] dev_t handling cleanups (6/12) · 854b0fe5
      Alexander Viro authored
       - hpfs_unlink() should not try to truncate the victim unless it's a
         regular file; truncate will not help for anything else and it will
         screw the page cache if victim happens to be a block device.
       - network filesystems should *not* invalidate page cache of block
         device node when inode gets invalidated; fixed, added a new helper -
         invalidate_remote_inode(). 
       - nfs setattr syncs the file before sending SETATTR to server; that
         makes a lot of sense for regular files, but not for anything else.
         Fixed.
      854b0fe5
  3. 28 Aug, 2003 3 commits
  4. 26 Aug, 2003 1 commit
  5. 21 Aug, 2003 2 commits
  6. 20 Aug, 2003 1 commit
  7. 19 Aug, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] async write errors: fix spurious fs truncate errors · e89061de
      Andrew Morton authored
      From: Oliver Xymoron <oxymoron@waste.org>
      
      Currently, a writepage() which detects that it is writing outside i_size (due
      to concurrent truncate) will abandon the write, returning -EIO.
      
      The return value will bogusly cause an error to be recorded in the
      address_space.  So convert all those writepage() instances to return zero in
      this case.
      e89061de
  8. 15 Aug, 2003 3 commits
  9. 13 Aug, 2003 1 commit
  10. 10 Aug, 2003 1 commit
  11. 07 Aug, 2003 1 commit
  12. 06 Aug, 2003 1 commit
  13. 03 Aug, 2003 1 commit
  14. 01 Aug, 2003 1 commit
  15. 31 Jul, 2003 1 commit
  16. 30 Jul, 2003 1 commit
  17. 29 Jul, 2003 2 commits
  18. 21 Jul, 2003 2 commits
  19. 18 Jul, 2003 1 commit
  20. 16 Jul, 2003 1 commit
  21. 11 Jul, 2003 1 commit
  22. 10 Jul, 2003 2 commits
  23. 09 Jul, 2003 1 commit
  24. 08 Jul, 2003 1 commit
  25. 07 Jul, 2003 1 commit
  26. 06 Jul, 2003 2 commits
  27. 05 Jul, 2003 1 commit
  28. 04 Jul, 2003 4 commits