1. 09acfea SUNRPC: Fix a few sparse warnings by Trond Myklebust · 14 years ago
  2. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 14 years ago
  3. 9994b62 NFS: remove NFS_PAGE_TAG_LOCKED by Fred Isaman · 14 years ago
  4. d8e0539 NFS: add filehandle crc for debug display by Weston Andros Adamson · 14 years ago
  5. 2d2f24a NFSv4: Simplify the struct nfs4_stateid by Trond Myklebust · 14 years ago
  6. 91e56aa NFS: Undo changes to idmap.h by Bryan Schumaker · 14 years ago
  7. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 14 years ago
  8. 264e635 NFS: Request fh_expire_type attribute in "server caps" operation by Chuck Lever · 14 years ago
  9. 81934dd NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS by Chuck Lever · 14 years ago
  10. 20d27e9 NFS: Add a client-side function to display NFS file handles by Chuck Lever · 14 years ago
  11. 2e738fd SUNRPC: Add API to acquire source address by Chuck Lever · 14 years ago
  12. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 14 years ago
  13. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 14 years ago
  14. 7d2ed9a NFSv4: parse and display server implementation ids by Weston Andros Adamson · 14 years ago
  15. 57e6232 NFS: Store the legacy idmapper result in the keyring by Bryan Schumaker · 14 years ago
  16. 59e6b9c Created a function for setting timeouts on keys by Bryan Schumaker · 14 years ago
  17. 591ad7f SUNRPC: move waitq from RPC pipe to RPC inode by Stanislav Kinsbursky · 14 years ago
  18. 0a70219 NFS: include filelayout DS rpc stats in mountstats by Weston Andros Adamson · 14 years ago
  19. dbb9c2a SUNRPC: Use KERN_DEFAULT for debugging printk's by Chuck Lever · 14 years ago
  20. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 14 years ago
  21. 2f09c24 SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) by Trond Myklebust · 14 years ago
  22. 3b64739 Lockd: shutdown NLM hosts in network namespace context by Stanislav Kinsbursky · 14 years ago
  23. 66697bf LockD: make nlm hosts network namespace aware by Stanislav Kinsbursky · 14 years ago
  24. bb2224d Lockd: per-net up and down routines introduced by Stanislav Kinsbursky · 14 years ago
  25. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 14 years ago
  26. ef159e9 NFSv4.1: Add a module parameter to set the number of session slots by Trond Myklebust · 14 years ago
  27. 45d43c2 NFSv4.1: Convert slotid from u8 to u32 by Trond Myklebust · 14 years ago
  28. e6499c6 NFS: Fall back on old idmapper if request_key() fails by Bryan Schumaker · 14 years ago
  29. 8833812 SUNRPC: Change the default limit to the number of TCP slots by Trond Myklebust · 14 years ago
  30. 5753cba SUNRPC: Adding status trace points by Steve Dickson · 14 years ago
  31. 85c0d24 SUNRPC: Fix up sunrpc trace events by Trond Myklebust · 14 years ago
  32. 331818f NFSv4: Fix an Oops in the NFSv4 getacl code by Trond Myklebust · 14 years ago
  33. 7f06db3 Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 14 years ago
  34. ff05f60 include/linux/lp8727.h: Remove executable bit by Josh Triplett · 14 years ago
  35. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 14 years ago
  36. 2f2fde9 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  37. ce106ad Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  38. 7d73101 mtd: fix merge conflict resolution breakage by Artem Bityutskiy · 14 years ago
  39. 3cccd15 lib/mpi: replaced MPI_NULL with normal NULL by Dmitry Kasatkin · 14 years ago
  40. 82b0a4c SUNRPC: Add trace events to the sunrpc subsystem by Trond Myklebust · 14 years ago
  41. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 15 years ago
  42. 080b794 SUNRPC: constify rpc_program->name by Trond Myklebust · 15 years ago
  43. 6eac7d3 SUNRPC: constify rpc_clnt fields cl_server and cl_protname by Trond Myklebust · 15 years ago
  44. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 15 years ago
  45. 246590f SUNRPC: register service stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 15 years ago
  46. cc9f4be sunrpc: fix stats.h for CONFIG_PROC_FS not enabled by Randy Dunlap · 14 years ago
  47. ec7652a SUNRPC: register RPC stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 15 years ago
  48. 2c5f846 SUNRPC: generic cache register routines removed by Stanislav Kinsbursky · 15 years ago
  49. a1db410 SUNRPC: create GSS auth cache per network namespace by Stanislav Kinsbursky · 15 years ago
  50. 0a402d5 SUNRPC: cache creation and destruction routines introduced by Stanislav Kinsbursky · 15 years ago
  51. 5ecebb7 SUNRPC: unregister service on creation in current network namespace by Stanislav Kinsbursky · 15 years ago
  52. 5247fab SUNRPC: pass network namespace to service registering routines by Stanislav Kinsbursky · 15 years ago
  53. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 15 years ago
  54. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 15 years ago
  55. f7a30c1 SUNRPC: parametrize local rpcbind clients creation with net ns by Stanislav Kinsbursky · 15 years ago
  56. 977ac31 SUNRPC: register rpcbind programs in passed network namespase context by Stanislav Kinsbursky · 15 years ago
  57. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 15 years ago
  58. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 15 years ago
  59. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 15 years ago
  60. 1313e60 NFS: Remove unnecessary includes from linux/nfs_fs_i.h by Trond Myklebust · 15 years ago
  61. 12bc372 SUNRPC: kernel PipeFS mount point creation routines removed by Stanislav Kinsbursky · 15 years ago
  62. eee1732 NFS: idmap PipeFS notifier introduced by Stanislav Kinsbursky · 15 years ago
  63. e50a7a1 NFS: make NFS client allocated per network namespace context by Stanislav Kinsbursky · 15 years ago
  64. 820f944 SUNRPC: split cache creation and PipeFS registration by Stanislav Kinsbursky · 15 years ago
  65. 30507f5 SUNRPC: remove RPC PipeFS mount point reference from RPC client by Stanislav Kinsbursky · 15 years ago
  66. 80df9d2 SUNRPC: subscribe RPC clients to pipefs notifications by Stanislav Kinsbursky · 15 years ago
  67. 70abc49 SUNRPC: make SUNPRC clients list per network namespace context by Stanislav Kinsbursky · 15 years ago
  68. 0157d02 SUNRPC: handle RPC client pipefs dentries by network namespace aware routines by Stanislav Kinsbursky · 15 years ago
  69. c239d83 SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation by Stanislav Kinsbursky · 15 years ago
  70. d706ed1 SUNPRC: cleanup RPC PipeFS pipes upcall interface by Stanislav Kinsbursky · 15 years ago
  71. ba9e097 SUNRPC: split SUNPRC PipeFS pipe data and inode creation by Stanislav Kinsbursky · 15 years ago
  72. 766347b SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations by Stanislav Kinsbursky · 15 years ago
  73. c21a588 SUNRPC: pipefs per-net operations helper introduced by Stanislav Kinsbursky · 15 years ago
  74. 432eb1a SUNRPC: pipefs dentry lookup helper introduced by Stanislav Kinsbursky · 15 years ago
  75. 2d00131 SUNRPC: send notification events on pipefs sb creation and destruction by Stanislav Kinsbursky · 15 years ago
  76. 5bff038 SUNRPC: remove non-exclusive pipe creation from RPC pipefs by Stanislav Kinsbursky · 15 years ago
  77. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 14 years ago
  78. ea51e50 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  79. 6bc2b95 Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 14 years ago
  80. a14a8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  81. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 14 years ago
  82. 8422fa1 ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions by Axel Lin · 14 years ago
  83. 181e9bd PM / Hibernate: Fix s2disk regression related to freezing workqueues by Rafael J. Wysocki · 14 years ago
  84. 0a96265 Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 14 years ago
  85. deb9b4c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 14 years ago
  86. 5ee4433 netns: Fail conspicously if someone uses net_generic at an inappropriate time. by Eric W. Biederman · 14 years ago
  87. e050e3f perf: Fix broken interrupt rate throttling by Stephane Eranian · 14 years ago
  88. 9018e93 net: explicitly add jump_label.h header to sock.h by Glauber Costa · 14 years ago
  89. 2437dcb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  90. 74a7f6a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 14 years ago
  91. 7c24814 Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 14 years ago
  92. 598781d drm: Fix authentication kernel crash by Thomas Hellstrom · 14 years ago
  93. f8275f9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 14 years ago
  94. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  95. 36a1211 netprio_cgroup.h: dont include module.h from other includes by Paul Gortmaker · 14 years ago
  96. b82b918 team: send only changed options/ports via netlink by Jiri Pirko · 14 years ago
  97. 0fcd977 kernel-doc: fix new warning in usb.h by Randy Dunlap · 14 years ago
  98. d234696 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 14 years ago
  99. 1a5e29f kernel-doc: fix new warnings in device.h by Randy Dunlap · 14 years ago
  100. c1084a5 usb: otg: kill langwell_otg driver by Alexander Shishkin · 15 years ago