1. 3d4a394 NFS: Fix nfs4_proc_get_locations() kernel-doc comment by Yang Li · 3 years ago
  2. 468d126 NFS: Fix initialisation of nfs_client cl_flags field by Trond Myklebust · 2 years, 11 months ago
  3. e1d2699 NFS: Avoid duplicate uncached readdir calls on eof by Trond Myklebust · 3 years ago
  4. ce292d8 NFS: Don't skip directory entries when doing uncached readdir by trondmy@kernel.org · 3 years ago
  5. d9c4e39 NFS: Don't overfill uncached readdir pages by trondmy@kernel.org · 3 years ago
  6. 0280e3c Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years ago
  7. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  8. 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
  9. 4ca9f31 NFSv4.1 test and add 4.1 trunking transport by Olga Kornievskaia · 3 years, 1 month ago
  10. a8d54ba NFSv4 handle port presence in fs_location server string by Olga Kornievskaia · 3 years, 1 month ago
  11. f5b27cc NFSv4 expose nfs_parse_server_name function by Olga Kornievskaia · 3 years, 1 month ago
  12. 1976b2b NFSv4.1 query for fs_location attr on a new file system by Olga Kornievskaia · 3 years ago
  13. 8834147 Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years ago
  14. 8a59bb9 NFSv4 store server support for fs_location attribute by Olga Kornievskaia · 3 years, 1 month ago
  15. 90e12a3 NFSv4 remove zero number of fs_locations entries error check by Olga Kornievskaia · 3 years, 1 month ago
  16. d7bdba1 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking() by David Howells · 3 years ago
  17. 16f2f4e nfs: Implement cache I/O by accessing the cache directly by David Howells · 3 years, 4 months ago
  18. a6b5a28 nfs: Convert to new fscache volume/cookie API by Dave Wysochanski · 4 years, 1 month ago
  19. 40595cd nfs: block notification on fs with its own ->lock by J. Bruce Fields · 3 years ago
  20. 1751fc1 NFSv4: nfs_atomic_open() can race when looking up a non-regular file by Trond Myklebust · 3 years ago
  21. ac79516 NFSv4: Handle case where the lookup of a directory fails by Trond Myklebust · 3 years ago
  22. 01491a7 fscache, cachefiles: Disable configuration by David Howells · 3 years, 2 months ago
  23. 34bf20c NFSv42: Fallocate and clone should also request 'blocks used' by Trond Myklebust · 3 years ago
  24. 8584728 NFSv4: Allow writebacks to request 'blocks used' by Trond Myklebust · 3 years ago
  25. 01f3424 NFS: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
  26. 68eaba4 NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() by Trond Myklebust · 3 years ago
  27. 00bdadc NFS: Add a helper to remove case-insensitive aliases by Trond Myklebust · 3 years ago
  28. 8ce37ab NFS: Invalidate negative dentries on all case insensitive directory changes by Trond Myklebust · 3 years ago
  29. 98ca3ee NFSv4: Just don't cache negative dentries on case insensitive servers by Trond Myklebust · 3 years ago
  30. 1ab5be4 NFSv4: Add some support for case insensitive filesystems by Trond Myklebust · 3 years ago
  31. b05bf5c NFSv4.1: Fix uninitialised variable in devicenotify by Trond Myklebust · 3 years ago
  32. fbd2057 nfs: nfs4clinet: check the return value of kstrdup() by Xiaoke Wang · 3 years ago
  33. 2c52c83 NFSv4 only print the label when its queried by Olga Kornievskaia · 3 years, 1 month ago
  34. c72a826 nfs41: pnfs: filelayout: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 5 months ago
  35. 6ff9d99 NFS: Ensure the server has an up to date ctime before renaming by Trond Myklebust · 3 years ago
  36. 2049750 NFS: Ensure the server has an up to date ctime before hardlinking by Trond Myklebust · 3 years ago
  37. 6238aec NFS: don't store 'struct cred *' in struct nfs_access_entry by NeilBrown · 3 years, 3 months ago
  38. 73fbb3f NFS: pass cred explicitly for access tests by NeilBrown · 3 years, 3 months ago
  39. b5e7b59 NFS: change nfs_access_get_cached to only report the mask by NeilBrown · 3 years, 3 months ago
  40. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  41. 23a1a57 NFS: switch the callback service back to non-pooled. by NeilBrown · 3 years, 1 month ago
  42. 3ebdbe5 SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() by NeilBrown · 3 years, 1 month ago
  43. ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 1 month ago
  44. 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 1 month ago
  45. df5e49c SUNRPC: change svc_get() to return the svc. by NeilBrown · 3 years, 1 month ago
  46. ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  47. 7413927 Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 1 month ago
  48. ea027cb NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION by Olga Kornievskaia · 3 years, 1 month ago
  49. 3f015d8 NFSv42: Fix pagecache invalidation after COPY/CLONE by Benjamin Coddington · 3 years, 1 month ago
  50. 93c2e5e NFS: Add a tracepoint to show the results of nfs_set_cache_invalid() by Benjamin Coddington · 3 years, 1 month ago
  51. d3c4582 NFSv42: Don't fail clone() unless the OP_CLONE operation failed by Trond Myklebust · 3 years, 1 month ago
  52. 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
  53. 2ec20f4 Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
  54. f96f8cc NFSv4: Sanity check the parameters in nfs41_update_target_slotid() by Trond Myklebust · 3 years, 2 months ago
  55. 1e2f67d NFS: Remove the nfs4_label argument from decode_getattr_*() functions by Anna Schumaker · 3 years, 2 months ago
  56. dd225cb NFS: Remove the nfs4_label argument from nfs_setsecurity by Anna Schumaker · 3 years, 2 months ago
  57. cf7ab00 NFS: Remove the nfs4_label argument from nfs_fhget() by Anna Schumaker · 3 years, 2 months ago
  58. cc6f329 NFS: Remove the nfs4_label argument from nfs_add_or_obtain() by Anna Schumaker · 3 years, 2 months ago
  59. d91bfc4 NFS: Remove the nfs4_label argument from nfs_instantiate() by Anna Schumaker · 3 years, 2 months ago
  60. 1b00ad6 NFS: Remove the nfs4_label from the nfs_setattrres by Anna Schumaker · 3 years, 2 months ago
  61. 2ef61e0 NFS: Remove the nfs4_label from the nfs4_getattr_res by Anna Schumaker · 3 years, 2 months ago
  62. 76baa2b NFS: Remove the f_label from the nfs4_opendata and nfs_openres by Anna Schumaker · 3 years, 2 months ago
  63. ba4bc8d NFS: Remove the nfs4_label from the nfs4_lookupp_res struct by Anna Schumaker · 3 years, 2 months ago
  64. 9558a00 NFS: Remove the label from the nfs4_lookup_res struct by Anna Schumaker · 3 years, 2 months ago
  65. aa7ca3b NFS: Remove the nfs4_label from the nfs4_link_res struct by Anna Schumaker · 3 years, 2 months ago
  66. 68be174 NFS: Remove the nfs4_label from the nfs4_create_res struct by Anna Schumaker · 3 years, 2 months ago
  67. b1db9a4 NFS: Remove the nfs4_label from the nfs_entry struct by Anna Schumaker · 3 years, 2 months ago
  68. d755ad8 NFS: Create a new nfs_alloc_fattr_with_label() function by Anna Schumaker · 3 years, 2 months ago
  69. d4a95a7 NFS: Always initialise fattr->label in nfs_fattr_alloc() by Trond Myklebust · 3 years, 2 months ago
  70. aa97a3e NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode by Trond Myklebust · 3 years, 2 months ago
  71. 156cd28 NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open() by Trond Myklebust · 3 years, 2 months ago
  72. e48c81b NFSv4: Remove unnecessary 'minor version' check by Trond Myklebust · 3 years, 2 months ago
  73. f114759 NFSv4: Fix potential Oops in decode_op_map() by Trond Myklebust · 3 years, 2 months ago
  74. 6659db4 NFSv4: Ensure decode_compound_hdr() sanity checks the tag by Trond Myklebust · 3 years, 2 months ago
  75. 4798f80 NFS: Don't trace an uninitialised value by Trond Myklebust · 3 years, 2 months ago
  76. 127beca NFSv4.2 add tracepoint to OFFLOAD_CANCEL by Olga Kornievskaia · 3 years, 2 months ago
  77. 488b170 NFSv4.2 add tracepoint to COPY_NOTIFY by Olga Kornievskaia · 3 years, 2 months ago
  78. 8db744c NFSv4.2 add tracepoint to CB_OFFLOAD by Olga Kornievskaia · 3 years, 2 months ago
  79. 2a65ca8 NFSv4.2 add tracepoint to CLONE by Olga Kornievskaia · 3 years, 2 months ago
  80. ce7cea1 NFSv4.2 add tracepoint to COPY by Olga Kornievskaia · 3 years, 2 months ago
  81. 40a8241 NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE by Olga Kornievskaia · 3 years, 2 months ago
  82. f628d46 NFSv4.2 add tracepoint to SEEK by Olga Kornievskaia · 3 years, 2 months ago
  83. 576acc2 nfs4: take a reference on the nfs_client when running FREE_STATEID by Scott Mayhew · 3 years, 2 months ago
  84. edfa0b1 NFS: Add offset to nfs_aop_readahead tracepoint by Dave Wysochanski · 3 years, 2 months ago
  85. 8791545 NFS: Move NFS protocol display macros to global header by Chuck Lever · 3 years, 2 months ago
  86. 9d2d48b NFS: Move generic FS show macros to global header by Chuck Lever · 3 years, 2 months ago
  87. cdab10b Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 2 months ago
  88. b6773cd Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  89. 3f01727 Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  90. 01d29f8 NFSv4: Fix a regression in nfs_set_open_stateid_locked() by Trond Myklebust · 3 years, 2 months ago
  91. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
  92. 4cd27df NFS: Remove redundant call to __set_page_dirty_nobuffers by Trond Myklebust · 3 years, 2 months ago
  93. 5fe1210 NFS: Unexport nfs_probe_fsinfo() by Anna Schumaker · 3 years, 2 months ago
  94. 1301ba6 NFS: Call nfs_probe_server() during a fscontext-reconfigure event by Anna Schumaker · 3 years, 2 months ago
  95. 4d4cf8d NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server() by Anna Schumaker · 3 years, 2 months ago
  96. e573113 NFS: Move nfs_probe_destination() into the generic client by Anna Schumaker · 3 years, 2 months ago
  97. 01dde76 NFS: Create an nfs4_server_set_init_caps() function by Anna Schumaker · 3 years, 2 months ago
  98. 86882c7 NFS: Remove --> and <-- dprintk call sites by Chuck Lever · 3 years, 2 months ago
  99. b40887e SUNRPC: Trace calls to .rpc_call_done by Chuck Lever · 3 years, 2 months ago
  100. d9f8774 NFS: Replace dprintk callsites in nfs_readpage(s) by Chuck Lever · 3 years, 2 months ago