1. 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  2. c128e57 NFS: Optimise the default readahead size by Trond Myklebust · 5 years ago
  3. 1fcb79c fs: nfs: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  4. dea1bb3 NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts by Trond Myklebust · 5 years ago
  5. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  6. 1c316e3 NFS: Replace 16 seq_printf() calls by seq_puts() by Markus Elfring · 6 years ago
  7. 9bcaa35 NFS: Use seq_putc() in nfs_show_stats() by Markus Elfring · 6 years ago
  8. 1a7441b NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstats by Dave Wysochanski · 6 years ago
  9. fd87c8b7 NFS: Display the "nconnect" mount option if it is set. by Trond Myklebust · 8 years ago
  10. 28cc5cd NFS: Add a mount option to specify number of TCP connections to use by Trond Myklebust · 8 years ago
  11. 1cfb707 nfs: dget_parent() never returns NULL by Al Viro · 6 years ago
  12. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  13. 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  14. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  15. ca1a199 nfs{,4}: switch to ->free_inode() by Al Viro · 6 years ago
  16. 3b7eb5e NFS: When mounting, don't share filesystems between different user namespaces by Trond Myklebust · 6 years ago
  17. 91a575e NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors by Trond Myklebust · 6 years ago
  18. 7c2bd9a NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. by Tetsuo Handa · 6 years ago
  19. 40cc394 fs/nfs: Fix nfs_parse_devname to not modify it's argument by Eric W. Biederman · 6 years ago
  20. 80ff001 nfs: Fix NULL pointer dereference of dev_name by Yao Liu · 6 years ago
  21. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  22. 0dfbb5f NFS: Make "port=" mount option optional for RDMA mounts by Chuck Lever · 6 years ago
  23. 594d164 NFS: nfs_compare_mount_options always compare auth flavors. by Chris Perl · 6 years ago
  24. 757cbe5 LSM: new method: ->sb_add_mnt_opt() by Al Viro · 6 years ago
  25. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  26. 6a0440e nfs_remount(): don't leak, don't ignore LSM options quietly by Al Viro · 6 years ago
  27. f5c0c26 new helper: security_sb_eat_lsm_opts() by Al Viro · 6 years ago
  28. 379ebf0 NFS: silence a harmless uninitialized variable warning by Dan Carpenter · 7 years ago
  29. 016583d sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones by Dave Wysochanski · 6 years ago
  30. 95dd775 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 7 years ago
  31. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  32. f02fee2 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  33. fd53dde NFS: super: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  34. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. 53a75f2 NFS: Fix NFSv2 security settings by Chuck Lever · 7 years ago
  36. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  37. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  38. 20fa190 nfs: add export operations by Peng Tao · 8 years ago
  39. ce85bd2 nfs: Fix fscache stat printing in nfs_show_stats() by Tuo Chen Peng · 8 years ago
  40. e24dd9e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  41. 0b4d345 security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behavior by Scott Mayhew · 8 years ago
  42. 4f253e1 nfs: Mark unnecessarily extern functions as static by Jan Kara · 8 years ago
  43. 9052c7c nfs: Fix bdi handling for cloned superblocks by Jan Kara · 8 years ago
  44. c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
  45. 0db10944 nfs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  46. 6f6e3c0 NFS: tidy up nfs_show_mountd_netid by NeilBrown · 8 years ago
  47. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  48. f36ab16 NFS: fix typo in parameter description by Wei Yongjun · 8 years ago
  49. 5405fc4 NFSv4.x: Add kernel parameter to control the callback server by Trond Myklebust · 8 years ago
  50. a956bed NFS: Allow the mount option retrans=0 by Trond Myklebust · 8 years ago
  51. e68fd7c mount: use sec= that was specified on the command line by Steve Dickson · 9 years ago
  52. 181342c xprtrdma: Add rdma6 option to support NFS/RDMA IPv6 by Shirley Ma · 9 years ago
  53. 7e3fcf6 nfs: don't share mounts between network namespaces by J. Bruce Fields · 9 years ago
  54. 8c163d8 NFS: Remove the left global variable nfs_callback_tcpport by Kinglong Mee · 9 years ago
  55. 5ef8d79 NFS: Error out when register_shrinker fail in register_nfs_fs by Kinglong Mee · 9 years ago
  56. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago
  57. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  58. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 10 years ago
  59. f9ebd61 NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h by Anna Schumaker · 10 years ago
  60. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  61. 09a330f NFS: remount with security change should return EINVAL by Benjamin Coddington · 10 years ago
  62. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  63. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 10 years ago
  64. 7b14a21 nfs: don't call bdi_unregister by Christoph Hellwig · 10 years ago
  65. f08460d NFS: Remove v3 not compiled check from validate_mount_data() by Anna Schumaker · 10 years ago
  66. 71a6ec8 nfs: reject changes to resvport and sharecache during remount by Scott Mayhew · 10 years ago
  67. 0021602 NFS: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 11 years ago
  68. a914722 NFS: populate ->net in mount data when remounting by Mateusz Guzik · 11 years ago
  69. c8e4702 nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data() by Scott Mayhew · 11 years ago
  70. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  71. 9e08ef1 NFS: correctly report misuse of "migration" mount option. by NeilBrown · 11 years ago
  72. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  73. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  74. 0f5f49b NFS: cache parsed auth_info in nfs_server by Weston Andros Adamson · 11 years ago
  75. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  76. ce6cda1 NFS: Add a super_block backpointer to the nfs_server struct by Chuck Lever · 11 years ago
  77. 1966903 nfs: fix handling of invalid mount options in nfs_remount by Jeff Layton · 11 years ago
  78. 57acc40 nfs: reject version and minorversion changes on remount attempts by Jeff Layton · 11 years ago
  79. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  80. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  81. 0aea92b NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was set by Trond Myklebust · 11 years ago
  82. 19e7b8d NFS: Clean up nfs_parse_security_flavors() by Trond Myklebust · 11 years ago
  83. 74c9881 NFS: Clean up the auth flavour array mess by Trond Myklebust · 11 years ago
  84. f6de7a3 NFSv4: Document the recover_lost_locks kernel parameter by Trond Myklebust · 11 years ago
  85. e890db0 NFSv4: Fix the sync mount option for nfs4 mounts by Scott Mayhew · 11 years ago
  86. 6da1a03 NFSv4: Refuse mount attempts with proto=udp by Trond Myklebust · 11 years ago
  87. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 12 years ago
  88. 9111c95 nfs: have NFSv3 try server-specified auth flavors in turn by Jeff Layton · 12 years ago
  89. fb9b02f nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide it by Jeff Layton · 12 years ago
  90. 294ae81 nfs: move server_authlist into nfs_try_mount_request by Jeff Layton · 12 years ago
  91. d17540c nfs: refactor "need_mount" code out of nfs_try_mount by Jeff Layton · 12 years ago
  92. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 12 years ago
  93. a09df2c NFSv4: Extend fattr bitmaps to support all 3 words by David Quigley · 12 years ago
  94. 42c2c42 NFSv4.2: Added NFS v4.2 support to the NFS client by Steve Dickson · 12 years ago
  95. 649f6e7 LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data. by David Quigley · 12 years ago
  96. eb54d43 NFS: Fix security flavor negotiation with legacy binary mounts by Chuck Lever · 12 years ago
  97. 8cbc95e Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  98. d497ab9 NFSv3: match sec= flavor against server list by Weston Andros Adamson · 12 years ago
  99. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  100. 8728f98 Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago