1. b48633b SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request by Trond Myklebust · 16 years ago
  2. a3dab29 make nfs_automount_list static by Adrian Bunk · 16 years ago
  3. daa7da5 NFS: remove duplicate flags assignment from nfs_validate_mount_data by Jeff Layton · 17 years ago
  4. 63649bd NFS - fix potential NULL pointer dereference v2 by Cyrill Gorcunov · 16 years ago
  5. cd019f7 SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use by Trond Myklebust · 16 years ago
  6. 7b6962b SUNRPC: Fix a race in gss_refresh_upcall() by Trond Myklebust · 16 years ago
  7. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 16 years ago
  8. 636ac43 SUNRPC: Remove the unused export of xprt_force_disconnect by Trond Myklebust · 16 years ago
  9. 06b4b68 SUNRPC: remove XS_SENDMSG_RETRY by Trond Myklebust · 16 years ago
  10. d2b8314 SUNRPC: Protect creds against early garbage collection by Trond Myklebust · 16 years ago
  11. a2b2bb8 NFSv4: Attempt to use machine credentials in SETCLIENTID calls by Trond Myklebust · 17 years ago
  12. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 17 years ago
  13. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 17 years ago
  14. 4410924 nfs: fix printout of multiword bitfields by Fred Isaman · 17 years ago
  15. 856dff3 nfs: return negative error value from nfs{,4}_stat_to_errno by Benny Halevy · 17 years ago
  16. d11d10c NLM/lockd: Ensure client locking calls use correct credentials by Trond Myklebust · 17 years ago
  17. c4d7c40 NFS: Remove the buggy lock-if-signalled case from do_setlk() by Trond Myklebust · 17 years ago
  18. 5f50c0c NLM/lockd: Fix a race when cancelling a blocking lock by Trond Myklebust · 17 years ago
  19. 6b4b3a7 NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call by Trond Myklebust · 17 years ago
  20. 8ec7ff7 NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel by Trond Myklebust · 17 years ago
  21. dc9d8d0 NLM/lockd: convert __nlm_async_call to use rpc_run_task() by Trond Myklebust · 17 years ago
  22. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 17 years ago
  23. 536ff0f NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck by Trond Myklebust · 17 years ago
  24. 4a9af59 NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() by Trond Myklebust · 17 years ago
  25. 1e799b6 SUNRPC: Fix read ordering problems with req->rq_private_buf.len by Trond Myklebust · 17 years ago
  26. c1d5193 NFSv4: Only increment the sequence id if the server saw it by Trond Myklebust · 17 years ago
  27. 35d0577 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() by Trond Myklebust · 17 years ago
  28. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  29. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  30. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  31. 73e3302 NFS: Fix nfs_wb_page() to always exit with an error or a clean page by Trond Myklebust · 17 years ago
  32. 080a1f1 SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. by Trond Myklebust · 16 years ago
  33. b6ddf64 SUNRPC: Fix up xprt_write_space() by Trond Myklebust · 16 years ago
  34. 24b74bf SUNRPC: Fix a bug in call_decode() by Trond Myklebust · 16 years ago
  35. 0490a54 lockd: introduce new function to encode private argument in SM_MON requests by Chuck Lever · 17 years ago
  36. 2ca7754 lockd: Fix up incorrect RPC buffer size calculations. by Chuck Lever · 17 years ago
  37. ea72a7f lockd: document use of mon_id argument in SM_MON requests by Chuck Lever · 17 years ago
  38. 850c95f lockd: refactor SM_MON my_id argument encoder by Chuck Lever · 17 years ago
  39. 4969517 lockd: refactor SM_MON mon_name argument encoder by Chuck Lever · 17 years ago
  40. 099bd05 lockd: Ensure NSM strings aren't longer than protocol allows by Chuck Lever · 17 years ago
  41. f34ec99 lockd: bring a few function declarations up to date by Chuck Lever · 17 years ago
  42. eb18860 NLM: NLM protocol version numbers are u32 by Chuck Lever · 17 years ago
  43. 90d5b18 NLM: LOCKD fails to load if CONFIG_SYSCTL is not set by Chuck Lever · 17 years ago
  44. 1e40316 SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34 by Chuck Lever · 17 years ago
  45. 327a299 SUNRPC: Update help Kconfig text by Chuck Lever · 17 years ago
  46. ecfc555 NFS: Always enable NFS direct I/O by Chuck Lever · 17 years ago
  47. 82d101d NFS: Show most mount options via nfs_show_options() by Chuck Lever · 17 years ago
  48. 3f8400d NFS: Save the values of the "mount*=" mount options by Chuck Lever · 17 years ago
  49. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 17 years ago
  50. 78fa701 NFS: Fix up data types of fields in nfs_parsed_mount_options by Chuck Lever · 17 years ago
  51. 2d76743 NFS: numeric mount parameters are unsigned by Chuck Lever · 17 years ago
  52. 7bda2cd NFS: clean up short packet handling for NFSv4 readdir by Jeff Layton · 17 years ago
  53. 643f811 NFS: clean up short packet handling for NFSv3 readdir by Jeff Layton · 17 years ago
  54. caa02bd NFS: clean up short packet handling for NFSv2 readdir by Jeff Layton · 17 years ago
  55. 4af68bf nfs: remove duplicate initializations of nfs_read_data field by Fred Isaman · 17 years ago
  56. 6d884e8 nfs: nfs_redirty_request by Fred · 17 years ago
  57. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 17 years ago
  58. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 17 years ago
  59. 264e3e8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 17 years ago
  60. d7a0e1f Revert "ACPI: EC: Handle IRQ storm on Acer laptops" by Alexey Starikovskiy · 17 years ago
  61. 2caf470 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 17 years ago
  62. 6c3c315 IDE: Make taskfile interface more robust wrt unexpected end-of-command by Linus Torvalds · 17 years ago
  63. d5eee40 Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 17 years ago
  64. 33b0c42 sched: tune multi-core idle balancing by Ingo Molnar · 17 years ago
  65. 74e3cd7 sched: retune wake granularity by Ingo Molnar · 17 years ago
  66. f540a60 sched: wakeup-buddy tasks are cache-hot by Ingo Molnar · 17 years ago
  67. 4ae7d5c sched: improve affine wakeups by Ingo Molnar · 17 years ago
  68. 6f3d092 sched, net: socket wakeups are sync by Ingo Molnar · 17 years ago
  69. f482738 sched: clean up wakeup balancing, code flow by Ingo Molnar · 17 years ago
  70. ac192d3 sched: clean up wakeup balancing, rename variables by Ingo Molnar · 17 years ago
  71. 098fb9d sched: clean up wakeup balancing, move wake_affine() by Ingo Molnar · 17 years ago
  72. 8d8002f async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor by Dan Williams · 17 years ago
  73. f79abb6 fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer. by Zhang Wei · 17 years ago
  74. f920bb6 Merge branch 'audit.b49' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  75. 1e0bd75 [PATCH] export sessionid alongside the loginuid in procfs by Eric Paris · 17 years ago
  76. d324669 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  77. 74fe0305 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  78. fb00f76 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  79. 992ab12 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  80. 92f53c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  81. ff69c00 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  82. 0714664 HID: update key codes for Apple aluminium by Michael Hanselmann · 17 years ago
  83. dfd347f HID: fix comment in hid_input_report() by Jiri Kosina · 17 years ago
  84. c9bde7a HID: BADPAD entry for NATSU Playstation USB adapter by Andrew Burton · 17 years ago
  85. 92c4a1b HID: Use DIV_ROUND_UP by Julia Lawall · 17 years ago
  86. 790c9d8 HID: remove HID_QUIRK_APPLE_ISO_KEYBOARD for 4th generation macbook by Tobias Mueller · 17 years ago
  87. 13d9392 Merge branches 'release' and 'dock' into release by Len Brown · 17 years ago
  88. 9171f83 ACPI: Set flag DOCK_UNDOCKING when triggered via sysfs by Holger Macht · 17 years ago
  89. d9ea136 Merge branches 'release', 'asus', 'bugzilla-8573', 'bugzilla-9995', 'bugzilla-10272', 'lockdep' and 'thermal' into release by Len Brown · 17 years ago
  90. 77321e6 Revert "ACPI: video: Ignore devices that aren't present in hardware" by Len Brown · 17 years ago
  91. abc5a87 asus_acpi: remove misleading mask by Julia Lawall · 17 years ago
  92. f0d6752 Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware" by Len Brown · 17 years ago
  93. ece54e2 thermal: delete "default y" by Len Brown · 17 years ago
  94. 6d7f014 thermal: re-document thermal units From: Zhang Rui <rui.zhang@intel.com> by Zhang, Rui · 17 years ago
  95. 91f57fa Revert "thermal: fix generic thermal I/F for hwmon" by Len Brown · 17 years ago
  96. 3c00bb9 Input: ALPS - fix forward/back buttons reversed on Acer 5520-5290 by Laszlo Kajan · 17 years ago
  97. 1db3a34 Input: ALPS - put secondary device in proper place in sysfs by Dmitry Torokhov · 17 years ago
  98. 0ac4a3c ACPI: fix ATA_ACPI build by Len Brown · 17 years ago
  99. b8a1bdb ACPI: battery: Don't return -EFAIL on broken packages. by Alexey Starikovskiy · 17 years ago
  100. 9e58582 pciehp: don't enable slot unless forced by Mark Lord · 17 years ago