1. 25a4797 nfsd: Return EPERM, not EACCES, in some SETATTR cases by zhengbin · 5 years ago
  2. b5684e7 NFS: don't try to cross a mountpount when there isn't one there. by NeilBrown · 7 years ago
  3. a3c6cbc nfsd: special case truncates some more by Christoph Hellwig · 7 years ago
  4. 9bdd39c nfsd: minor nfsd_setattr cleanup by Christoph Hellwig · 7 years ago
  5. 29ae7f9 NFSD: Implement the COPY call by Anna Schumaker · 8 years ago
  6. 502aa0a nfsd: fix dentry refcounting on create by Josef Bacik · 8 years ago
  7. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 8 years ago
  8. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
  9. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 8 years ago
  10. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 8 years ago
  11. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
  12. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  13. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
  14. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
  15. 24368aa nfsd: use RWF_SYNC by Christoph Hellwig · 8 years ago
  16. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 8 years ago
  17. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  18. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  19. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  20. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 8 years ago
  22. ffa0160 nfsd: implement the NFSv4.2 CLONE operation by Christoph Hellwig · 8 years ago
  23. aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
  24. ead8fb8 NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  25. af90f70 nfsd: take struct file setup fully into nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  26. e749a46 nfsd: clean up raparams handling by Christoph Hellwig · 9 years ago
  27. cc26508 nfsd: Disable NFSv2 timestamp workaround for NFSv3+ by Andreas Gruenbacher · 9 years ago
  28. fd89145 nfsd: remove nfsd_close by Christoph Hellwig · 9 years ago
  29. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  30. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  31. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  32. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  33. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  34. 6f4e0d5 nfsd_vfs_write(): use file_inode() by Al Viro · 10 years ago
  35. 95d871f nfsd: Add ALLOCATE support by Anna Schumaker · 10 years ago
  36. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  37. e77a7b4 nfsd: fix inclusive vfs_fsync_range() end by Zach Brown · 10 years ago
  38. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  39. f0c6312 nfsd: update mtime on truncate by Christoph Hellwig · 10 years ago
  40. 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 10 years ago
  41. 8519f99 NFSD: Put file after ima_file_check fail in nfsd_open() by Kinglong Mee · 10 years ago
  42. 722b620 nfsd: properly convert return from commit_metadata to __be32 by Jeff Layton · 10 years ago
  43. 0f3a24b nfsd: Ensure that nfsd_create_setattr commits files to stable storage by Trond Myklebust · 10 years ago
  44. 1e444f5 NFSD: Remove iattr parameter from nfsd_symlink() by Kinglong Mee · 10 years ago
  45. 52ee043 nfsd: let nfsd_symlink assume null-terminated data by J. Bruce Fields · 10 years ago
  46. e2afc81 nfsd: nfsd_splice_read and nfsd_readv should return __be32 by Jeff Layton · 10 years ago
  47. bf18f16 NFSD: Using exp_get for export getting by Kinglong Mee · 10 years ago
  48. 3c7aa15 NFSD: Using min/max/min_t/max_t for calculate by Kinglong Mee · 10 years ago
  49. b52bd7b nfsd: remove unused function nfsd_read_file by Christoph Hellwig · 10 years ago
  50. dc97618 nfsd4: separate splice and readv cases by J. Bruce Fields · 10 years ago
  51. 02fe470 nfsd4: nfsd_vfs_read doesn't use file handle parameter by J. Bruce Fields · 10 years ago
  52. 8658452 nfsd: Only set PF_LESS_THROTTLE when really needed. by NeilBrown · 10 years ago
  53. 368fe39 NFSD: Don't clear SUID/SGID after root writing data by Kinglong Mee · 10 years ago
  54. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  55. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  56. fbb74a3 nfsd: typo in nfsd_rename comment by J. Bruce Fields · 10 years ago
  57. 9f67f18 nfsd: notify_change needs elevated write count by J. Bruce Fields · 10 years ago
  58. 1406b91 nfsd: fix lost nfserrno() call in nfsd_setattr() by J. R. Okajima · 10 years ago
  59. d9894c2 Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  60. 4335723 nfsd4: fix delegation-unlink/rename race by J. Bruce Fields · 10 years ago
  61. 4ac7249 nfsd: use get_acl and ->set_acl by Christoph Hellwig · 10 years ago
  62. 208d0ac nfsd4: break only delegations when appropriate by J. Bruce Fields · 12 years ago
  63. c4fa6d7 nfsd: revoking of suid/sgid bits after chown() in a consistent way by Stanislav Kholmanskikh · 10 years ago
  64. 987da47 nfsd: make sure to balance get/put_write_access by Christoph Hellwig · 11 years ago
  65. 818e5a2 nfsd: split up nfsd_setattr by Christoph Hellwig · 11 years ago
  66. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  67. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  68. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  69. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  70. a6a9f18 nfsd: switch to %p[dD] by Al Viro · 11 years ago
  71. e4daf1f nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct file by Harshula Jayasuriya · 11 years ago
  72. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  73. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  74. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  75. 18032ca NFSD: Server implementation of MAC Labeling by David Quigley · 11 years ago
  76. aa387d6c nfsd: fix EXDEV checking in rename by J. Bruce Fields · 11 years ago
  77. e49dbbf nfsd: fix bad offset use by Kent Overstreet · 11 years ago
  78. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  80. 6fab877 nfsd: Properly compare and initialize kuids and kgids by Eric W. Biederman · 11 years ago
  81. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 11 years ago
  82. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 11 years ago
  83. 79f77bf nfsd: warn on odd reply state in nfsd_vfs_read by J. Bruce Fields · 11 years ago
  84. 7007c90 nfsd: avoid permission checks on EXCLUSIVE_CREATE replay by Neil Brown · 11 years ago
  85. face150 nfsd: use vfs_fsync_range(), not O_SYNC, for stable writes by J. Bruce Fields · 12 years ago
  86. fae5096 nfsd: assume writeable exportabled filesystems have f_sync by J. Bruce Fields · 12 years ago
  87. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  88. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  89. fac7a17 nfsd4: cast readlink() bug argument by J. Bruce Fields · 12 years ago
  90. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. 08843b7 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  92. 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  93. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  94. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  95. d91d0b5 nfsd: allow owner_override only for regular files by J. Bruce Fields · 12 years ago
  96. b108fe6 nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseek by Jeff Layton · 12 years ago
  97. 9dc4e6c nfsd: don't fail unchecked creates of non-special files by J. Bruce Fields · 12 years ago
  98. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  99. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  100. 06effdb nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes) by Bernd Schubert · 12 years ago