1. 057f184 nfs: fix timstamp debug prints by Arnd Bergmann · 5 years ago
  2. 807ce06 Merge branch 'linux-ssc-for-5.5' by Trond Myklebust · 5 years ago
  3. e7d4b05 NFSv4: Encode 64-bit timestamps by Trond Myklebust · 5 years ago
  4. e86d5a0 NFS: Convert struct nfs_fattr to use struct timespec64 by Trond Myklebust · 5 years ago
  5. 0491567 NFS: add COPY_NOTIFY operation by Olga Kornievskaia · 6 years ago
  6. e275146 fs: nfs: Fix possible null-pointer dereferences in encode_attrs() by Jia-Ju Bai · 5 years ago
  7. 0efb01b nfs4: Make nfs4_proc_get_lease_time available for nfs4.0 by Donald Buczek · 5 years ago
  8. 2eaf426 nfs: Fix copy-and-paste error in debug message by Donald Buczek · 5 years ago
  9. 62a92ba NFS: Record task, client ID, and XID in xdr_status trace points by Chuck Lever · 6 years ago
  10. 29e7ca7 NFS: Fix handling of reply page vector by Chuck Lever · 6 years ago
  11. 3eb8609 NFSv4.2: Add client support for the generic 'layouterror' RPC call by Trond Myklebust · 6 years ago
  12. 02ef04e NFS: Account for XDR pad of buf->pages by Chuck Lever · 6 years ago
  13. cf500ba SUNRPC: Introduce rpc_prepare_reply_pages() by Chuck Lever · 6 years ago
  14. f23f658 NFS: Add trace events to report non-zero NFS status codes by Chuck Lever · 6 years ago
  15. eb72f48 NFS: Remove print_overflow_msg() by Chuck Lever · 6 years ago
  16. 86bbd74 NFS: change sign of nfs_fh length by Frank Sorenson · 6 years ago
  17. cb95dee NFS OFFLOAD_CANCEL xdr by Olga Kornievskaia · 6 years ago
  18. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  19. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  20. 56f487f pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound by Fred Isaman · 8 years ago
  21. 808ba32 pnfs: Store return value of decode_layoutget for later processing by Fred Isaman · 8 years ago
  22. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  23. 98de9ce NFS: advance nfs_entry cookie only after decoding completes successfully by Frank Sorenson · 7 years ago
  24. 8bcbe7d NFSv4: Don't ask for attributes when ACCESS is protected by a delegation by Trond Myklebust · 7 years ago
  25. 36b3743 NFSv4: Add a helper to encode/decode struct timespec by Trond Myklebust · 7 years ago
  26. 40a3426c NFSv4: Clean up encode_attrs by Trond Myklebust · 7 years ago
  27. 37c8876 NFSv4; Clean up XDR encoding of type bitmap4 by Trond Myklebust · 7 years ago
  28. e8d8aa4 NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group by Trond Myklebust · 7 years ago
  29. 304ec48 get rid of pointless includes of fs_struct.h by Al Viro · 7 years ago
  30. 8634ef5 NFS: Fix nfsstat breakage due to LOOKUPP by Trond Myklebust · 7 years ago
  31. fcd8843 NFSv4: Replace closed stateids with the "invalid special stateid" by Trond Myklebust · 7 years ago
  32. 35c036e nfs: RPC_MAX_AUTH_SIZE is in bytes by J. Bruce Fields · 7 years ago
  33. fd40559 NFSv4: Fix EXCHANGE_ID corrupt verifier issue by Trond Myklebust · 7 years ago
  34. 5b5faaf nfs4: add NFSv4 LOOKUPP handlers by Jeff Layton · 8 years ago
  35. a7a3b1e NFS: convert flags to bool by Benjamin Coddington · 8 years ago
  36. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  37. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  38. fc01648 nfs: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  39. fcc8581 nfs: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  40. 28cf22d NFSv4: Fix exclusive create attributes encoding by Trond Myklebust · 8 years ago
  41. 4edabfd NFSv4: check return value of xdr_inline_decode by Pan Bian · 8 years ago
  42. 7350474 pNFS: Remove unused layout driver callbacks by Trond Myklebust · 8 years ago
  43. 6f1f622 nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAME by Kinglong Mee · 8 years ago
  44. 6682c14 NFSv4: fix getacl head length estimation by J. Bruce Fields · 8 years ago
  45. 686a816 NFSv4: Clean up owner/group attribute decode by Trond Myklebust · 8 years ago
  46. 1bbe60f NFSv4: Remove bogus "struct nfs_client" argument from decode_ace() by Trond Myklebust · 8 years ago
  47. 5a1f6d9 NFSv4: Fix the underestimation of delegation XDR space reservation by Trond Myklebust · 8 years ago
  48. 6da59ce NFSv4: Replace the open coded decode_opaque_inline() with the new generic by Trond Myklebust · 8 years ago
  49. ab6e9aa NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics by Trond Myklebust · 8 years ago
  50. 8ac2b422 NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCES by Trond Myklebust · 8 years ago
  51. d8d8498 NFSv4: Place the GETATTR operation before the CLOSE by Trond Myklebust · 8 years ago
  52. b680814 NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADE by Trond Myklebust · 8 years ago
  53. dff25dd nfs: add support for the umask attribute by Andreas Gruenbacher · 8 years ago
  54. 4d796d7 pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturn by Trond Myklebust · 8 years ago
  55. 586f1c3 NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURN by Trond Myklebust · 8 years ago
  56. cf80516 NFSv4: Add encode/decode of the layoutreturn op in CLOSE by Trond Myklebust · 8 years ago
  57. d8434d4c NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz by Trond Myklebust · 8 years ago
  58. 94e5c57 pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback by Trond Myklebust · 8 years ago
  59. 3ecefc9 NFSv4: Don't request close-to-open attribute when holding a delegation by Trond Myklebust · 8 years ago
  60. 3947b74 NFSv4: Don't request a GETATTR on open_downgrade. by Trond Myklebust · 8 years ago
  61. 2f86e09 fs: nfs: Make nfs boot time y2038 safe by Deepa Dinamani · 8 years ago
  62. ca440c3 pnfs: add a new mechanism to select a layout driver according to an ordered list by Jeff Layton · 8 years ago
  63. 3132e49 pnfs: track multiple layout types in fsinfo structure by Jeff Layton · 8 years ago
  64. 2e18d4d pNFS: Files and flexfiles always need to commit before layoutcommit by Trond Myklebust · 9 years ago
  65. 93b717f NFSv4: Label stateids with the type by Trond Myklebust · 9 years ago
  66. 2e72448 NFS: Add COPY nfs operation by Anna Schumaker · 12 years ago
  67. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  68. f54423a NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success by Kinglong Mee · 9 years ago
  69. 1ca843a nfs: Fix GETATTR bitmap verification by Andreas Gruenbacher · 9 years ago
  70. 8fbcf23 nfs: Remove unused xdr page offsets in getacl/setacl arguments by Andreas Gruenbacher · 9 years ago
  71. 2a92ee9 nfs: get clone_blksize when probing fsinfo by Peng Tao · 9 years ago
  72. 3602277 nfs42: add CLONE xdr functions by Peng Tao · 9 years ago
  73. 7d160a6 NFSv4: Express delegation limit in units of pages by Trond Myklebust · 9 years ago
  74. 6669cb8 NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload by Trond Myklebust · 9 years ago
  75. 5334c5b NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  76. 8c61282 NFS: Get suppattr_exclcreat when getting server capabilities by Kinglong Mee · 9 years ago
  77. 2fcc213 xprtrdma: Fix large NFS SYMLINK calls by Chuck Lever · 9 years ago
  78. be3a5d2 NFSv.2/pnfs Add a LAYOUTSTATS rpc function by Trond Myklebust · 10 years ago
  79. b8fb2f5 nfs: update maxsz values for SETCLIENTID and EXCHANGE_ID by Jeff Layton · 10 years ago
  80. 3a6bb73 nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_id by Jeff Layton · 10 years ago
  81. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 10 years ago
  82. 7c61f0d NFS: Add a stub for GETDEVICELIST by Anna Schumaker · 10 years ago
  83. 4e59080 NFSv4.1: Allow getdeviceinfo to return notification info back to caller by Trond Myklebust · 10 years ago
  84. 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 10 years ago
  85. 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 10 years ago
  86. 79969dd1 NFSv4.1: Clean up create_session by Trond Myklebust · 10 years ago
  87. 6ae3733 NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT by Trond Myklebust · 10 years ago
  88. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  89. 15eb67c nfs41: add range to layoutreturn args by Peng Tao · 10 years ago
  90. 4579d6b nfs41: pass iomode through layoutreturn args by Peng Tao · 10 years ago
  91. aabff4d nfs: save server READ/WRITE/COMMIT status by Peng Tao · 10 years ago
  92. 89f0ff3 NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_session by Trond Myklebust · 10 years ago
  93. 425c1d4 NFSv4: Fix lock on-wire reordering issues by Trond Myklebust · 10 years ago
  94. a679641 NFSv4: Check for NULL argument in nfs_*_seqid() functions by Trond Myklebust · 10 years ago
  95. 566fcec NFSv4: Fix an atomicity problem in CLOSE by Trond Myklebust · 10 years ago
  96. 1702562 Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next by Trond Myklebust · 10 years ago
  97. 624bd5b nfs: Add DEALLOCATE support by Anna Schumaker · 10 years ago
  98. f4ac167 nfs: Add ALLOCATE support by Anna Schumaker · 10 years ago
  99. 6dd3436 NFS: SETCLIENTID XDR buffer sizes are incorrect by Chuck Lever · 10 years ago
  100. b4b5679 Merge branch 'client-4.2' into linux-next by Trond Myklebust · 10 years ago