1. 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 1 month ago
  2. 5802f7c SUNRPC: When expanding the buffer, we may need grow the sparse pages by Trond Myklebust · 4 years, 1 month ago
  3. f8d0e60 SUNRPC: Cleanup - constify a number of xdr_buf helpers by Trond Myklebust · 4 years, 1 month ago
  4. 5a5f1c2 SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field by Trond Myklebust · 4 years, 1 month ago
  5. e43ac22 SUNRPC: _copy_to/from_pages() now check for zero length by Trond Myklebust · 4 years, 1 month ago
  6. 6707fbd SUNRPC: Cleanup xdr_shrink_bufhead() by Trond Myklebust · 4 years, 1 month ago
  7. c4f2f59 SUNRPC: Fix xdr_expand_hole() by Trond Myklebust · 4 years, 1 month ago
  8. 9a20f6f SUNRPC: Fixes for xdr_align_data() by Trond Myklebust · 4 years, 1 month ago
  9. c54e959 SUNRPC: _shift_data_left/right_pages should check the shift length by Trond Myklebust · 4 years, 1 month ago
  10. eee1f54 SUNRPC: Fix open coded xdr_stream_remaining() by Trond Myklebust · 4 years, 2 months ago
  11. 0279024 SUNRPC: Fix up xdr_set_page() by Trond Myklebust · 4 years, 2 months ago
  12. 9ed5af26 SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() by Trond Myklebust · 4 years, 2 months ago
  13. 1d97316 SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths by Trond Myklebust · 4 years, 2 months ago
  14. 8d86e37 SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base() by Trond Myklebust · 4 years, 2 months ago
  15. 2b1f83d SUNRPC: Fix up typo in xdr_init_decode() by Trond Myklebust · 4 years, 2 months ago
  16. 4aceaae SUNRPC: Fix up open coded kmemdup_nul() by Trond Myklebust · 4 years, 2 months ago
  17. c1346a12 NFSD: Replace the internals of the READ_BUF() macro by Chuck Lever · 4 years, 2 months ago
  18. 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
  19. 5a7e702 SUNRPC: Adjust synopsis of xdr_buf_subsegment() by Chuck Lever · 4 years, 10 months ago
  20. 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 3 months ago
  21. e6ac0ac SUNRPC: Add an xdr_align_data() function by Anna Schumaker · 4 years, 9 months ago
  22. 84ce182 SUNRPC: Add the ability to expand holes in data pages by Anna Schumaker · 11 years ago
  23. 43f0f08 SUNRPC: Split out _shift_data_right_tail() by Anna Schumaker · 4 years, 8 months ago
  24. 06216ec SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() by Anna Schumaker · 4 years, 9 months ago
  25. cf1f08c SUNRPC: Implement a xdr_page_pos() function by Anna Schumaker · 4 years, 9 months ago
  26. f7d61ee SUNRPC: Split out a function for setting current page by Anna Schumaker · 10 years ago
  27. 403217f SUNRPC/NFSD: Implement xdr_reserve_space_vec() by Anna Schumaker · 4 years, 5 months ago
  28. 1cc5213 net: sunrpc: delete repeated words by Randy Dunlap · 4 years, 5 months ago
  29. 89a3c9f SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() by Chuck Lever · 4 years, 7 months ago
  30. 0a8e7b7 SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()") by Chuck Lever · 4 years, 9 months ago
  31. 8d6bda7 SUNRPC: Remove xdr_buf_read_mic() by Chuck Lever · 4 years, 10 months ago
  32. c2bd2c0 SUNRPC: constify copied structure by Julia Lawall · 5 years ago
  33. e8d70b3 SUNRPC: Fix another issue with MIC buffer space by Chuck Lever · 5 years ago
  34. f925ab9 SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic by Benjamin Coddington · 5 years ago
  35. 5f1bc39 SUNRPC: Fix buffer handling of GSS MIC without slack by Benjamin Coddington · 5 years ago
  36. 95bd830 SUNRPC: Inline xdr_commit_encode by Chuck Lever · 5 years ago
  37. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  38. 02ef04e NFS: Account for XDR pad of buf->pages by Chuck Lever · 6 years ago
  39. cf500ba SUNRPC: Introduce rpc_prepare_reply_pages() by Chuck Lever · 6 years ago
  40. 241b1f4 SUNRPC: Remove xdr_buf_trim() by Chuck Lever · 6 years ago
  41. 7be9cea3 SUNRPC: Add trace event that reports reply page vector alignment by Chuck Lever · 6 years ago
  42. 5582863 SUNRPC: Add XDR overflow trace event by Chuck Lever · 6 years ago
  43. 0ccc61b SUNRPC: Add xdr_stream::rqst field by Chuck Lever · 6 years ago
  44. 025911a SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() by YueHaibing · 6 years ago
  45. 5d7a5bc sunrpc: correct the computation for page_ptr when truncating by Frank Sorenson · 6 years ago
  46. 9d96acb SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() by Trond Myklebust · 6 years ago
  47. 0e779aa SUNRPC: Add helpers for decoding opaque and string types by Trond Myklebust · 7 years ago
  48. 7ecce75 sunrpc: Fix xdr_init_decode_pages() documenting comment by Chuck Lever · 8 years ago
  49. 5c741d4 SUNRPC: Add a helper function xdr_stream_decode_string_dup() by Trond Myklebust · 8 years ago
  50. a6cebd4 SUNRPC: Fix setting of buffer length in xdr_set_next_buffer() by Trond Myklebust · 8 years ago
  51. ace0e14 SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch by Trond Myklebust · 8 years ago
  52. 06ef26a SUNRPC: init xdr_stream for zero iov_len, page_len by Benjamin Coddington · 9 years ago
  53. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  54. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  55. 49a068f rpc: fix xdr_truncate_encode to handle buffer ending on page boundary by J. Bruce Fields · 10 years ago
  56. 280caac rpc: change comments to assertions by J. Bruce Fields · 10 years ago
  57. ed38c06 RPC: remove unneeded checks from xdr_truncate_encode() by J. Bruce Fields · 10 years ago
  58. 22cb438 SUNRPC: xdr_get_next_encode_buffer should be declared static by Trond Myklebust · 10 years ago
  59. 05638dc nfsd4: simplify server xdr->next_page use by J. Bruce Fields · 11 years ago
  60. db3f58a rpc: define xdr_restrict_buflen by J. Bruce Fields · 11 years ago
  61. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  62. 3e19ce7 rpc: xdr_truncate_encode by J. Bruce Fields · 11 years ago
  63. de4aee2 rpc: Allow xdr_buf_subsegment to operate in-place by J. Bruce Fields · 11 years ago
  64. 347e223 SUNRPC: Fix memory corruption issue on 32-bit highmem systems by Trond Myklebust · 11 years ago
  65. 4c190e2 sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer by Jeff Layton · 12 years ago
  66. 18e624a SUNRPC: remove BUG_ON in xdr_shrink_bufhead by Weston Andros Adamson · 12 years ago
  67. a11a2bf SUNRPC: Optimise away unnecessary data moves in xdr_align_pages by Trond Myklebust · 12 years ago
  68. 8a9a8b8 SUNRPC: Fix the return value of xdr_align_pages() by Trond Myklebust · 12 years ago
  69. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  70. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  71. 140150d SUNRPC: Remove unused function xdr_encode_pages by Trond Myklebust · 13 years ago
  72. f8bb7f0 SUNRPC: Clean up xdr_enter_page by Trond Myklebust · 13 years ago
  73. 3994ee6 SUNRPC: Clean up xdr_read_pages by Trond Myklebust · 13 years ago
  74. bd00f84 SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages by Trond Myklebust · 13 years ago
  75. b760b31 SUNRPC: Remove open coded stream position calculation in xdr_read_pages by Trond Myklebust · 13 years ago
  76. 4517d52 SUNRPC: Add the helper xdr_stream_pos by Trond Myklebust · 13 years ago
  77. c337d36 SUNRPC: xdr_read_pages should return the amount of XDR encoded page data by Trond Myklebust · 13 years ago
  78. bfeea1d SUNRPC: Don't decode beyond the end of the RPC reply message by Trond Myklebust · 13 years ago
  79. 1537693 SUNRPC: Clean up xdr_set_iov() by Trond Myklebust · 13 years ago
  80. 76cacaa SUNRPC: xdr_read_pages needs to clear xdr->page_ptr. by Trond Myklebust · 13 years ago
  81. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  82. b854178 sunrpc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  83. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 13 years ago
  84. 0d961aa SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL by Trond Myklebust · 13 years ago
  85. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 14 years ago
  86. 6650239 NFS: Don't use vm_map_ram() in readdir by Trond Myklebust · 14 years ago
  87. ba8e452 SUNRPC: Add a helper function xdr_inline_peek by Trond Myklebust · 14 years ago
  88. b4687da SUNRPC: Refactor logic to NUL-terminate strings in pages by Chuck Lever · 14 years ago
  89. cf187c2 SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen by Trond Myklebust · 14 years ago
  90. 42d6d8a sunrpc: simplify xdr_shrink_pagelen use of "copy" by Benny Halevy · 14 years ago
  91. 2e29ebb sunrpc: don't use the copy variable in nested block by Benny Halevy · 14 years ago
  92. 0fe62a35 sunrpc: clean up xdr_shrink_pagelen use of temporary pointer by Benny Halevy · 14 years ago
  93. b1a7a91 sunrpc: don't shorten buflen twice in xdr_shrink_pagelen by Benny Halevy · 14 years ago
  94. c43abae xdr: Add an export for the helper function write_bytes_to_xdr_buf() by Kevin Coffman · 15 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  96. 98866b5 sunrpc: ntoh -> be*_to_cpu by Benny Halevy · 15 years ago
  97. 9f162d2 sunrpc: hton -> cpu_to_be* by Benny Halevy · 15 years ago
  98. 468039e SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL by Trond Myklebust · 16 years ago
  99. daeba89 SUNRPC: don't call flush_dcache_page() with an invalid pointer by Trond Myklebust · 17 years ago
  100. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago