1. a11a2bf SUNRPC: Optimise away unnecessary data moves in xdr_align_pages by Trond Myklebust · 12 years ago
  2. 8a9a8b8 SUNRPC: Fix the return value of xdr_align_pages() by Trond Myklebust · 12 years ago
  3. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  4. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  5. 140150d SUNRPC: Remove unused function xdr_encode_pages by Trond Myklebust · 12 years ago
  6. f8bb7f0 SUNRPC: Clean up xdr_enter_page by Trond Myklebust · 12 years ago
  7. 3994ee6 SUNRPC: Clean up xdr_read_pages by Trond Myklebust · 12 years ago
  8. bd00f84 SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages by Trond Myklebust · 12 years ago
  9. b760b31 SUNRPC: Remove open coded stream position calculation in xdr_read_pages by Trond Myklebust · 12 years ago
  10. 4517d52 SUNRPC: Add the helper xdr_stream_pos by Trond Myklebust · 12 years ago
  11. c337d36 SUNRPC: xdr_read_pages should return the amount of XDR encoded page data by Trond Myklebust · 12 years ago
  12. bfeea1d SUNRPC: Don't decode beyond the end of the RPC reply message by Trond Myklebust · 12 years ago
  13. 1537693 SUNRPC: Clean up xdr_set_iov() by Trond Myklebust · 12 years ago
  14. 76cacaa SUNRPC: xdr_read_pages needs to clear xdr->page_ptr. by Trond Myklebust · 12 years ago
  15. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  16. b854178 sunrpc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  17. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 13 years ago
  18. 0d961aa SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL by Trond Myklebust · 13 years ago
  19. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  20. 6650239 NFS: Don't use vm_map_ram() in readdir by Trond Myklebust · 14 years ago
  21. ba8e452 SUNRPC: Add a helper function xdr_inline_peek by Trond Myklebust · 14 years ago
  22. b4687da SUNRPC: Refactor logic to NUL-terminate strings in pages by Chuck Lever · 14 years ago
  23. cf187c2 SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen by Trond Myklebust · 14 years ago
  24. 42d6d8a sunrpc: simplify xdr_shrink_pagelen use of "copy" by Benny Halevy · 14 years ago
  25. 2e29ebb sunrpc: don't use the copy variable in nested block by Benny Halevy · 14 years ago
  26. 0fe62a35 sunrpc: clean up xdr_shrink_pagelen use of temporary pointer by Benny Halevy · 14 years ago
  27. b1a7a91 sunrpc: don't shorten buflen twice in xdr_shrink_pagelen by Benny Halevy · 14 years ago
  28. c43abae xdr: Add an export for the helper function write_bytes_to_xdr_buf() by Kevin Coffman · 14 years ago
  29. 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
  30. 98866b5 sunrpc: ntoh -> be*_to_cpu by Benny Halevy · 15 years ago
  31. 9f162d2 sunrpc: hton -> cpu_to_be* by Benny Halevy · 15 years ago
  32. 468039e SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL by Trond Myklebust · 16 years ago
  33. daeba89 SUNRPC: don't call flush_dcache_page() with an invalid pointer by Trond Myklebust · 16 years ago
  34. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  35. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  36. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  37. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  38. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  39. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  40. 37a4e6c rpc: move process_xdr_buf by Olga Kornievskaia · 18 years ago
  41. bee57c9 SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns by Trond Myklebust · 18 years ago
  42. 4e3e43a SUNRPC: Add __(read|write)_bytes_from_xdr_buf by Trond Myklebust · 18 years ago
  43. 1e78957 SUNRPC: Clean up argument types in xdr.c by Trond Myklebust · 18 years ago
  44. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  45. bce3481 This fixes a panic doing the first READDIR or READDIRPLUS call when: by Trond Myklebust · 18 years ago
  46. 8b23ea7 RPC: Allow struc xdr_stream to read the page section of an xdr_buf by Trond Myklebust · 18 years ago
  47. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 19 years ago
  48. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  49. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago
  50. 094bb20 [PATCH] RPC: extract socket logic common to both client and server by Chuck Lever · 19 years ago
  51. 58fcb8d [PATCH] NFS: Ensure ACL xdr code doesn't overflow. by Trond Myklebust · 19 years ago
  52. bd8100e [PATCH] RPC: Encode and decode arbitrary XDR arrays by Andreas Gruenbacher · 19 years ago
  53. 7e06b53 [PATCH] RPC: fix accounting bug in the case of a truncated RPC message by Trond Myklebust · 19 years ago
  54. e053d1a [PATCH] RPC: Lazy RPC receive buffer allocation by Olaf Kirch · 19 years ago
  55. 334ccfd [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header by Trond Myklebust · 19 years ago
  56. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago