1. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  2. 8b7d9d0 NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes" by Trond Myklebust · 8 years ago
  3. 837bb1d NFSv4.2: Fix writeback races in nfs4_copy_file_range by Trond Myklebust · 8 years ago
  4. 2e72448 NFS: Add COPY nfs operation by Anna Schumaker · 11 years ago
  5. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  6. be62a1a nfs: use file_dentry() by Miklos Szeredi · 8 years ago
  7. 4ff79bc nfs: remove nfs4_file_fsync by Christoph Hellwig · 8 years ago
  8. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  9. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  10. 6b7153d nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c by Christoph Hellwig · 9 years ago
  11. 0f42a6a nfs: use btrfs ioctl defintions for clone by Christoph Hellwig · 9 years ago
  12. 21fad313 nfs: allow intra-file CLONE by Christoph Hellwig · 9 years ago
  13. 3a2e176 nfs: offer native ioctls even if CONFIG_COMPAT is set by Christoph Hellwig · 9 years ago
  14. 275058a NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2 by Trond Myklebust · 9 years ago
  15. a340abc nfs42: add NFS_IOC_CLONE_RANGE ioctl by Peng Tao · 9 years ago
  16. 811b7b8 nfs42: respect clone_blksize by Peng Tao · 9 years ago
  17. bea51b3 nfs42: add NFS_IOC_CLONE ioctl by Peng Tao · 9 years ago
  18. 5445b1f NFSv4: Respect the server imposed limit on how many changes we may cache by Trond Myklebust · 9 years ago
  19. c5c3fb5 NFS: Make opened as optional argument in _nfs4_do_open by Kinglong Mee · 9 years ago
  20. 18a6008 nfs: verify open flags before allowing open by Benjamin Coddington · 9 years ago
  21. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  22. f830f7d NFS: Reduce time spent holding the i_mutex during fallocate() by Anna Schumaker · 9 years ago
  23. 9a51940 NFS: Don't zap caches on fallocate() by Anna Schumaker · 9 years ago
  24. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  25. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  26. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 9 years ago
  27. a0815d5 NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT by Trond Myklebust · 9 years ago
  28. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 9 years ago
  29. 81b79af NFSv4: Allow tracing of NFSv4 fsync calls by Trond Myklebust · 9 years ago
  30. 624bd5b nfs: Add DEALLOCATE support by Anna Schumaker · 10 years ago
  31. f4ac167 nfs: Add ALLOCATE support by Anna Schumaker · 10 years ago
  32. ead13ae Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  33. 1c6dcbe NFS: Implement SEEK by Anna Schumaker · 10 years ago
  34. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  35. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  36. 4da54c2 nfs: switch to iter_splice_write_file() by Al Viro · 10 years ago
  37. 1b33809 nfs: commit layouts in fdatasync by Christoph Hellwig · 10 years ago
  38. edaf436 nfs: switch to ->write_iter() by Al Viro · 10 years ago
  39. 3aa2d19 nfs: switch to ->read_iter() by Al Viro · 10 years ago
  40. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. c698dbf Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-next by Trond Myklebust · 11 years ago
  42. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  43. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  44. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  45. 275bb30 NFSv4: Move dentry instantiation into the NFSv4-specific atomic open code by Trond Myklebust · 11 years ago
  46. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  47. a4ff146 NFS4: Open files for fscaching by David Howells · 12 years ago
  48. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  49. dcfc4f2 NFS: Write the entire file if a server reboot occurs during fsync() by Trond Myklebust · 12 years ago
  50. 05990d1 NFS: Fix fdatasync/fsync() when confronted with a server reboot by Trond Myklebust · 12 years ago
  51. 7b281ee NFS: fsync() must exit with an error if page writeback failed by Trond Myklebust · 12 years ago
  52. ce4ef7c NFS: Split out NFS v4 file operations by Bryan Schumaker · 12 years ago