1. f523601 nfsd4: convert 4.1 replay encoding by J. Bruce Fields · 11 years ago
  2. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  3. a8095f7 nfsd4: size-checking cleanup by J. Bruce Fields · 11 years ago
  4. ea8d772 nfsd4: remove redundant encode buffer size checking by J. Bruce Fields · 11 years ago
  5. 67492c9 nfsd4: nfsd4_check_resp_size needn't recalculate length by J. Bruce Fields · 11 years ago
  6. 4e21ac4 nfsd4: reserve space before inlining 0-copy pages by J. Bruce Fields · 11 years ago
  7. d0a381d nfsd4: teach encoders to handle reserve_space failures by J. Bruce Fields · 11 years ago
  8. 082d4bd nfsd4: "backfill" using write_bytes_to_xdr_buf by J. Bruce Fields · 11 years ago
  9. 1fcea5b nfsd4: use xdr_truncate_encode by J. Bruce Fields · 11 years ago
  10. 3e19ce7 rpc: xdr_truncate_encode by J. Bruce Fields · 11 years ago
  11. 6ac9039 nfsd4: keep xdr buf length updated by J. Bruce Fields · 11 years ago
  12. dd97fdd nfsd4: no need for encode_compoundres to adjust lengths by J. Bruce Fields · 11 years ago
  13. f46d382 nfsd4: remove ADJUST_ARGS by J. Bruce Fields · 11 years ago
  14. d3f627c nfsd4: use xdr_stream throughout compound encoding by J. Bruce Fields · 11 years ago
  15. ddd1ea5 nfsd4: use xdr_reserve_space in attribute encoding by J. Bruce Fields · 11 years ago
  16. 5f4ab94 nfsd4: allow space for final error return by J. Bruce Fields · 11 years ago
  17. 07d1f80 nfsd4: fix encoding of out-of-space replies by J. Bruce Fields · 11 years ago
  18. 1802a67 nfsd4: reserve head space for krb5 integ/priv info by J. Bruce Fields · 11 years ago
  19. 2d124dfaa nfsd4: move proc_compound xdr encode init to helper by J. Bruce Fields · 11 years ago
  20. d518465 nfsd4: tweak nfsd4_encode_getattr to take xdr_stream by J. Bruce Fields · 11 years ago
  21. 4aea24b nfsd4: embed xdr_stream in nfsd4_compoundres by J. Bruce Fields · 11 years ago
  22. e372ba6 nfsd4: decoding errors can still be cached and require space by J. Bruce Fields · 11 years ago
  23. f34e432 nfsd4: fix write reply size estimate by J. Bruce Fields · 11 years ago
  24. 622f560 nfsd4: read size estimate should include padding by J. Bruce Fields · 11 years ago
  25. 24906f3 nfsd4: allow larger 4.1 session drc slots by J. Bruce Fields · 11 years ago
  26. 5b64869 nfsd4: READ, READDIR, etc., are idempotent by J. Bruce Fields · 11 years ago
  27. 8658452 nfsd: Only set PF_LESS_THROTTLE when really needed. by NeilBrown · 11 years ago
  28. ef11ce2 SUNRPC: track whether a request is coming from a loop-back interface. by NeilBrown · 11 years ago
  29. c789102 SUNRPC: Fix a module reference leak in svc_handle_xprt by Trond Myklebust · 11 years ago
  30. 16e4d93 NFSD: Ignore client's source port on RDMA transports by Chuck Lever · 11 years ago
  31. abf1135 nfsd: remove nfsd4_free_slab by Christoph Hellwig · 11 years ago
  32. d40aa33 nfsd: Remove assignments inside conditions by Benoit Taine · 11 years ago
  33. f35ea0d Merge 3.15 bugfixes for 3.16 by J. Bruce Fields · 11 years ago
  34. cbf7a75 nfsd4: fix delegation cleanup on error by J. Bruce Fields · 11 years ago
  35. 368fe39 NFSD: Don't clear SUID/SGID after root writing data by Kinglong Mee · 11 years ago
  36. 27b1142 nfsd4: warn on finding lockowner without stateid's by J. Bruce Fields · 11 years ago
  37. a1b8ff4 nfsd4: remove lockowner when removing lock stateid by J. Bruce Fields · 11 years ago
  38. 5513a51 nfsd4: fix corruption on setting an ACL. by J. Bruce Fields · 11 years ago
  39. 9fa1959 NFSD: Get rid of empty function nfs4_state_init by Kinglong Mee · 11 years ago
  40. f3e41ec NFSD: Use simple_read_from_buffer for coping data to userspace by Kinglong Mee · 11 years ago
  41. ecca063 SUNRPC: Fix printk that is not only for nfsd by Kinglong Mee · 11 years ago
  42. dd15073 Merge 3.15 bugfix for 3.16 by J. Bruce Fields · 11 years ago
  43. 5409e46 nfsd: clean up fh_auth usage by Christoph Hellwig · 11 years ago
  44. ecc7455 NFSD: cleanup unneeded including linux/export.h by Kinglong Mee · 11 years ago
  45. aa07c71 NFSD: Call ->set_acl with a NULL ACL structure if no entries by Kinglong Mee · 11 years ago
  46. 14bcab1 NFSd: Clean up nfs4_preprocess_stateid_op by Trond Myklebust · 11 years ago
  47. 50cc623 NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions by Trond Myklebust · 11 years ago
  48. 6f226e2 nfsd: remove <linux/nfsd/debug.h> by Christoph Hellwig · 11 years ago
  49. 7f94423 nfsd: move <linux/nfsd/stats.h> to fs/nfsd by Christoph Hellwig · 11 years ago
  50. d430e8d5 nfsd: move <linux/nfsd/export.h> to fs/nfsd by Christoph Hellwig · 11 years ago
  51. 9c69de4 nfsd: remove <linux/nfsd/nfsfh.h> by Christoph Hellwig · 11 years ago
  52. 4dd86e15 NFSd: Remove 'inline' designation for free_client() by Trond Myklebust · 11 years ago
  53. 12dd7ec lockd: avoid warning when CONFIG_SYSCTL undefined by Kees Cook · 11 years ago
  54. 4cb57e3 NFSd: call rpc_destroy_wait_queue() from free_client() by Trond Myklebust · 11 years ago
  55. 5694c93 NFSd: Move default initialisers from create_client() to alloc_client() by Trond Myklebust · 11 years ago
  56. fc208d0 Revert "nfsd4: fix nfs4err_resource in 4.1 case" by J. Bruce Fields · 11 years ago
  57. 3758cf7 nfsd: set timeparms.to_maxval in setup_callback_client by Jeff Layton · 11 years ago
  58. 4991a62 locks: allow __break_lease to sleep even when break_time is 0 by Jeff Layton · 11 years ago
  59. c9eaa44 Linux 3.15-rc1 by Linus Torvalds · 11 years ago
  60. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 11 years ago
  61. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 11 years ago
  62. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  63. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  64. fd1232b2 sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 11 years ago
  65. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 11 years ago
  66. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 11 years ago
  67. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  68. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  69. de0c9cf Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  70. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 11 years ago
  71. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  72. 9309444 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  73. 07f5fef Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb by Linus Torvalds · 11 years ago
  74. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 11 years ago
  75. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. eda43ce Merge branch 'tunnels' by David S. Miller · 11 years ago
  77. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  78. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  79. 810d8ce drivers: net: xen-netfront: fix array initialization bug by Vincenzo Maffione · 11 years ago
  80. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  81. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  82. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  83. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 11 years ago
  84. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 11 years ago
  85. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 11 years ago
  86. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 11 years ago
  87. 6871438 r8152: check RTL8152_UNPLUG by hayeswang · 11 years ago
  88. cec9ae5 net: sun4i-emac: add promiscuous support by Marc Zyngier · 11 years ago
  89. 0af764e net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  90. c4a2c58 blackfin: cleanup board files by Steven Miao · 11 years ago
  91. f8ef77d93 bf609: clock: drop unused clock bit set/clear functions by Steven Miao · 11 years ago
  92. f57ac8a Blackfin: bf537: rename "CONFIG_ADT75" by Paul Bolle · 12 years ago
  93. e3dd192 Blackfin: bf537: rename "CONFIG_AD7314" by Paul Bolle · 12 years ago
  94. 6ffe346 Blackfin: bf537: rename ad2s120x ->ad2s1200 by Paul Bolle · 12 years ago
  95. cb8f05f blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE" by Paul Bolle · 12 years ago
  96. 3def907 blackfin: dma: current count mmr is read only by Sonic Zhang · 11 years ago
  97. 3356c99 bfin_crc: Move architecture independant crc header file out of the blackfin folder. by Sonic Zhang · 11 years ago
  98. ba3b6d7 bf54x: drop unuesd HOST status,control,timeout registers bit define macros by Steven Miao · 11 years ago
  99. a0c1fb2 blackfin: portmux: cleanup head file by Steven Miao · 11 years ago
  100. b7e70ca Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by Linus Torvalds · 11 years ago