1. a38ad67 SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() by YueHaibing · 6 years ago
  2. 4d9d47c sunrpc: correct the computation for page_ptr when truncating by Frank Sorenson · 6 years ago
  3. a6cebd4 SUNRPC: Fix setting of buffer length in xdr_set_next_buffer() by Trond Myklebust · 8 years ago
  4. ace0e14 SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch by Trond Myklebust · 8 years ago
  5. 06ef26a SUNRPC: init xdr_stream for zero iov_len, page_len by Benjamin Coddington · 8 years ago
  6. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  7. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  8. 49a068f rpc: fix xdr_truncate_encode to handle buffer ending on page boundary by J. Bruce Fields · 9 years ago
  9. 280caac rpc: change comments to assertions by J. Bruce Fields · 10 years ago
  10. ed38c06 RPC: remove unneeded checks from xdr_truncate_encode() by J. Bruce Fields · 10 years ago
  11. 22cb438 SUNRPC: xdr_get_next_encode_buffer should be declared static by Trond Myklebust · 10 years ago
  12. 05638dc nfsd4: simplify server xdr->next_page use by J. Bruce Fields · 10 years ago
  13. db3f58a rpc: define xdr_restrict_buflen by J. Bruce Fields · 10 years ago
  14. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  15. 3e19ce7 rpc: xdr_truncate_encode by J. Bruce Fields · 10 years ago
  16. de4aee2 rpc: Allow xdr_buf_subsegment to operate in-place by J. Bruce Fields · 10 years ago
  17. 347e223 SUNRPC: Fix memory corruption issue on 32-bit highmem systems by Trond Myklebust · 11 years ago
  18. 4c190e2 sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer by Jeff Layton · 11 years ago
  19. 18e624a SUNRPC: remove BUG_ON in xdr_shrink_bufhead by Weston Andros Adamson · 12 years ago
  20. a11a2bf SUNRPC: Optimise away unnecessary data moves in xdr_align_pages by Trond Myklebust · 12 years ago
  21. 8a9a8b8 SUNRPC: Fix the return value of xdr_align_pages() by Trond Myklebust · 12 years ago
  22. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  23. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  24. 140150d SUNRPC: Remove unused function xdr_encode_pages by Trond Myklebust · 12 years ago
  25. f8bb7f0 SUNRPC: Clean up xdr_enter_page by Trond Myklebust · 12 years ago
  26. 3994ee6 SUNRPC: Clean up xdr_read_pages by Trond Myklebust · 12 years ago
  27. bd00f84 SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages by Trond Myklebust · 12 years ago
  28. b760b31 SUNRPC: Remove open coded stream position calculation in xdr_read_pages by Trond Myklebust · 12 years ago
  29. 4517d52 SUNRPC: Add the helper xdr_stream_pos by Trond Myklebust · 12 years ago
  30. c337d36 SUNRPC: xdr_read_pages should return the amount of XDR encoded page data by Trond Myklebust · 12 years ago
  31. bfeea1d SUNRPC: Don't decode beyond the end of the RPC reply message by Trond Myklebust · 12 years ago
  32. 1537693 SUNRPC: Clean up xdr_set_iov() by Trond Myklebust · 12 years ago
  33. 76cacaa SUNRPC: xdr_read_pages needs to clear xdr->page_ptr. by Trond Myklebust · 12 years ago
  34. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  35. b854178 sunrpc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  36. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 12 years ago
  37. 0d961aa SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL by Trond Myklebust · 13 years ago
  38. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  39. 6650239 NFS: Don't use vm_map_ram() in readdir by Trond Myklebust · 13 years ago
  40. ba8e452 SUNRPC: Add a helper function xdr_inline_peek by Trond Myklebust · 14 years ago
  41. b4687da SUNRPC: Refactor logic to NUL-terminate strings in pages by Chuck Lever · 14 years ago
  42. cf187c2 SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen by Trond Myklebust · 14 years ago
  43. 42d6d8a sunrpc: simplify xdr_shrink_pagelen use of "copy" by Benny Halevy · 14 years ago
  44. 2e29ebb sunrpc: don't use the copy variable in nested block by Benny Halevy · 14 years ago
  45. 0fe62a35 sunrpc: clean up xdr_shrink_pagelen use of temporary pointer by Benny Halevy · 14 years ago
  46. b1a7a91 sunrpc: don't shorten buflen twice in xdr_shrink_pagelen by Benny Halevy · 14 years ago
  47. c43abae xdr: Add an export for the helper function write_bytes_to_xdr_buf() by Kevin Coffman · 14 years ago
  48. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  49. 98866b5 sunrpc: ntoh -> be*_to_cpu by Benny Halevy · 15 years ago
  50. 9f162d2 sunrpc: hton -> cpu_to_be* by Benny Halevy · 15 years ago
  51. 468039e SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL by Trond Myklebust · 15 years ago
  52. daeba89 SUNRPC: don't call flush_dcache_page() with an invalid pointer by Trond Myklebust · 16 years ago
  53. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  54. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  55. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  56. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  57. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  58. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  59. 37a4e6c rpc: move process_xdr_buf by Olga Kornievskaia · 17 years ago
  60. bee57c9 SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns by Trond Myklebust · 18 years ago
  61. 4e3e43a SUNRPC: Add __(read|write)_bytes_from_xdr_buf by Trond Myklebust · 18 years ago
  62. 1e78957 SUNRPC: Clean up argument types in xdr.c by Trond Myklebust · 18 years ago
  63. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  64. bce3481 This fixes a panic doing the first READDIR or READDIRPLUS call when: by Trond Myklebust · 18 years ago
  65. 8b23ea7 RPC: Allow struc xdr_stream to read the page section of an xdr_buf by Trond Myklebust · 18 years ago
  66. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 18 years ago
  67. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  68. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago
  69. 094bb20 [PATCH] RPC: extract socket logic common to both client and server by Chuck Lever · 19 years ago
  70. 58fcb8d [PATCH] NFS: Ensure ACL xdr code doesn't overflow. by Trond Myklebust · 19 years ago
  71. bd8100e [PATCH] RPC: Encode and decode arbitrary XDR arrays by Andreas Gruenbacher · 19 years ago
  72. 7e06b53 [PATCH] RPC: fix accounting bug in the case of a truncated RPC message by Trond Myklebust · 19 years ago
  73. e053d1a [PATCH] RPC: Lazy RPC receive buffer allocation by Olaf Kirch · 19 years ago
  74. 334ccfd [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header by Trond Myklebust · 19 years ago
  75. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago