1. 93dc41b SUNRPC: close a rare race in xs_tcp_setup_socket. by NeilBrown · 11 years ago
  2. 09c3e54 SUNRPC: remove duplicated include from clnt.c by Wei Yongjun · 11 years ago
  3. c698dbf Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-next by Trond Myklebust · 11 years ago
  4. a3f432b nfs: use IS_ROOT not DCACHE_DISCONNECTED by J. Bruce Fields · 11 years ago
  5. 9d3a226 SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg by Trond Myklebust · 11 years ago
  6. 5fccc5b SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message by Trond Myklebust · 11 years ago
  7. 8313164 SUNRPC: remove an unnecessary if statement by wangweidong · 11 years ago
  8. 6706246 nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' by Geyslan G. Bem · 11 years ago
  9. 54bcfa6 nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function by Geyslan G. Bem · 11 years ago
  10. 4f5829d nfs: Remove useless 'error' assignment by Geyslan G. Bem · 11 years ago
  11. e3bfab1 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  12. 34751b9 SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport by Trond Myklebust · 11 years ago
  13. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  14. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  15. 0f5f49b NFS: cache parsed auth_info in nfs_server by Weston Andros Adamson · 11 years ago
  16. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  17. 47fd88e NFSv4: make nfs_find_best_sec static by Weston Andros Adamson · 11 years ago
  18. 0625c2d NFS: Fix possible endless state recovery wait by Chuck Lever · 11 years ago
  19. cd3fade NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR by Chuck Lever · 11 years ago
  20. d1c2331 NFS: Handle SEQ4_STATUS_LEASE_MOVED by Chuck Lever · 11 years ago
  21. f8aba1e NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW by Chuck Lever · 11 years ago
  22. 60ea681 NFS: Migration support for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  23. 8ef2f8d NFS: Implement support for NFS4ERR_LEASE_MOVED by Chuck Lever · 11 years ago
  24. b7f7a66 NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager by Chuck Lever · 11 years ago
  25. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  26. 352297b NFS: Handle NFS4ERR_MOVED during delegation recall by Chuck Lever · 11 years ago
  27. 519ae25 NFS: Add migration recovery callouts in nfs4proc.c by Chuck Lever · 11 years ago
  28. 9f51a78 NFS: Rename "stateid_invalid" label by Chuck Lever · 11 years ago
  29. f1478c1 NFS: Re-use exit code in nfs4_async_handle_error() by Chuck Lever · 11 years ago
  30. c9fdeb2 NFS: Add basic migration support to state manager thread by Chuck Lever · 11 years ago
  31. ce6cda1 NFS: Add a super_block backpointer to the nfs_server struct by Chuck Lever · 11 years ago
  32. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  33. 9e6ee76 NFS: Export _nfs_display_fhandle() by Chuck Lever · 11 years ago
  34. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  35. 800c06a NFS: Add functions to swap transports during migration recovery by Chuck Lever · 11 years ago
  36. 32e62b7 NFS: Add nfs4_update_server by Chuck Lever · 11 years ago
  37. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  38. d746e54 SUNRPC: Modify synopsis of rpc_client_register() by Chuck Lever · 11 years ago
  39. d2bfda2 NFSv4: don't reprocess cached open CLAIM_PREVIOUS by Weston Andros Adamson · 11 years ago
  40. d49f042 NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state by Trond Myklebust · 11 years ago
  41. a43ec98 NFSv4: don't fail on missing fattr in open recover by Weston Andros Adamson · 11 years ago
  42. f494a60 NFSv4: fix NULL dereference in open recover by Weston Andros Adamson · 11 years ago
  43. 83c78eb NFSv4.1: Don't change the security label as part of open reclaim. by Trond Myklebust · 11 years ago
  44. 1966903 nfs: fix handling of invalid mount options in nfs_remount by Jeff Layton · 11 years ago
  45. 57acc40 nfs: reject version and minorversion changes on remount attempts by Jeff Layton · 11 years ago
  46. 3660cd4 NFSv4 Remove zeroing state kern warnings by Andy Adamson · 11 years ago
  47. 561ec16 SUNRPC: call_connect_status should recheck bind and connect status on error by Trond Myklebust · 11 years ago
  48. 9255194 SUNRPC: Remove redundant initialisations of request rq_bytes_sent by Trond Myklebust · 11 years ago
  49. ca7f33a SUNRPC: Fix RPC call retransmission statistics by Trond Myklebust · 11 years ago
  50. 9987524 NFSv4: Ensure that we disable the resend timeout for NFSv4 by Trond Myklebust · 11 years ago
  51. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  52. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  53. ee071ef SUNRPC: Clear the request rq_bytes_sent field in xprt_release_write by Trond Myklebust · 11 years ago
  54. 0a66052 SUNRPC: Don't set the request connect_cookie until a successful transmit by Trond Myklebust · 11 years ago
  55. 8b71798 SUNRPC: Only update the TCP connect cookie on a successful connect by Trond Myklebust · 11 years ago
  56. 7f260e8 SUNRPC: Enable the keepalive option for TCP sockets by Trond Myklebust · 11 years ago
  57. a6f951d NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() by Trond Myklebust · 11 years ago
  58. f927318 Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  59. 522d6d3 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  60. 314a8ad pidns: fix free_pid() to handle the first fork failure by Oleg Nesterov · 11 years ago
  61. 4271b05 ipc,msg: prevent race with rmid in msgsnd,msgrcv by Davidlohr Bueso · 11 years ago
  62. 0e8c665 ipc/sem.c: update sem_otime for all operations by Manfred Spraul · 11 years ago
  63. fb31ba3 mm/hwpoison: fix the lack of one reference count against poisoned page by Wanpeng Li · 11 years ago
  64. 2d421ac mm/hwpoison: fix false report on 2nd attempt at page recovery by Wanpeng Li · 11 years ago
  65. e76d30e mm/hwpoison: fix test for a transparent huge page by Wanpeng Li · 11 years ago
  66. 20cb6ca mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood by Wanpeng Li · 11 years ago
  67. 080506a block: change config option name for cmdline partition parsing by Paul Gortmaker · 11 years ago
  68. eadb41a mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration by Vlastimil Babka · 11 years ago
  69. 117aad1 mm: avoid reinserting isolated balloon pages into LRU lists by Rafael Aquini · 11 years ago
  70. 0772dac arch/parisc/mm/fault.c: fix uninitialized variable usage by Felipe Pena · 11 years ago
  71. 2a156a6 include/asm-generic/vtime.h: avoid zero-length file by Andrew Morton · 11 years ago
  72. 7f42ec3 nilfs2: fix issue with race condition of competition between segments for dirty blocks by Vyacheslav Dubeyko · 11 years ago
  73. 675217f Documentation/kernel-parameters.txt: replace kernelcore with Movable by Weiping Pan · 11 years ago
  74. 83b2944 mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting) was ignored by Darrick J. Wong · 11 years ago
  75. 4c1c7be kernel/kmod.c: check for NULL in call_usermodehelper_exec() by Tetsuo Handa · 11 years ago
  76. d8c6337 ipc/sem.c: synchronize the proc interface by Manfred Spraul · 11 years ago
  77. 6d07b68 ipc/sem.c: optimize sem_lock() by Manfred Spraul · 11 years ago
  78. 5e9d527 ipc/sem.c: fix race in sem_lock() by Manfred Spraul · 11 years ago
  79. f6ea3ad mm/compaction.c: periodically schedule when freeing pages by David Rientjes · 11 years ago
  80. 7202365 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing by Dan Aloni · 11 years ago
  81. 7393dc4 revert "mm/memory-hotplug: fix lowmem count overflow when offline pages" by Joonyoung Shim · 11 years ago
  82. df532d5 Merge tag 'regulator-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  83. b822cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  84. cbb16be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  85. 5c282e858 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 11 years ago
  86. 8945546 Merge tag 'for-linus-20130929' of git://github.com/sctscore/official-linux by Linus Torvalds · 11 years ago
  87. 815a4bb Merge tag 'arc-fixes-for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  88. f3d17a7 Merge remote-tracking branch 'regulator/fix/wm8350' into regulator-linus by Mark Brown · 11 years ago
  89. 60c32f3 Merge remote-tracking branch 'regulator/fix/wm831x' into regulator-linus by Mark Brown · 11 years ago
  90. 0f5da28 Merge remote-tracking branch 'regulator/fix/ti-abb' into regulator-linus by Mark Brown · 11 years ago
  91. 780a0ff Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linus by Mark Brown · 11 years ago
  92. 3abd38d Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus by Mark Brown · 11 years ago
  93. e7b8782 Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linus by Mark Brown · 11 years ago
  94. 395e73a avr32: cast syscall_return to silence compiler warning by Gabor Juhos · 11 years ago
  95. 1b0135b avr32: fix clockevents kernel warning by Gabor Juhos · 11 years ago
  96. 46663d0 avr32: use Kbuild infrastructure to handle the asm-generic headers by Steven Rostedt · 11 years ago
  97. 13f3583 afs: dget_parent() can't return a negative dentry by Al Viro · 11 years ago
  98. 7b9a237 ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate() by Al Viro · 11 years ago
  99. 4947555 sysv: Add forgotten superblock lock init for v7 fs by Lubomir Rintel · 11 years ago
  100. 4cd4fc7 apparmor: fix suspicious RCU usage warning in policy.c/policy.h by John Johansen · 11 years ago