1. 690c5e3 cifs: convert cifs_readpages to use async reads by Jeff Layton · 13 years ago
  2. e28bc5b cifs: add cifs_async_readv by Jeff Layton · 13 years ago
  3. 2ab2593 cifs: fix protocol definition for READ_RSP by Jeff Layton · 13 years ago
  4. 44d22d8 cifs: add a callback function to receive the rest of the frame by Jeff Layton · 13 years ago
  5. e9097ab cifs: break out 3rd receive phase into separate function by Jeff Layton · 13 years ago
  6. c8054eb cifs: find mid earlier in receive codepath by Jeff Layton · 13 years ago
  7. 2a37ef9 cifs: move buffer pointers into TCP_Server_Info by Jeff Layton · 13 years ago
  8. ffc00e2 cifs: eliminate is_multi_rsp parm to find_cifs_mid by Jeff Layton · 13 years ago
  9. ea1f450 cifs: move mid finding into separate routine by Jeff Layton · 13 years ago
  10. 89482a5 cifs: add a third receive phase to cifs_demultiplex_thread by Jeff Layton · 13 years ago
  11. 1041e3f cifs: keep a reusable kvec array for receives by Jeff Layton · 13 years ago
  12. 42c4dfc cifs: turn read_from_socket into a wrapper around a vectorized version by Jeff Layton · 13 years ago
  13. 7748dd6 CIFS: cleanup min_t() cast in cifs_read() by Dan Carpenter · 13 years ago
  14. a5ff376 cifs: Call id to SID mapping functions to change owner/group (try #4 repost) by Shirish Pargaonkar · 13 years ago
  15. d59dad2 CIFS: Move byte range lock list from fd to inode by Pavel Shilovsky · 13 years ago
  16. fe11e4c cifs: clean up check_rfc1002_header by Jeff Layton · 13 years ago
  17. 03776f4 CIFS: Simplify byte range locking code by Pavel Shilovsky · 14 years ago
  18. 94443f4 CIFS: Fix incorrect max RFC1002 write size value by Pavel Shilovsky · 13 years ago
  19. a52c1eb cifs: simplify read_from_socket by Jeff Layton · 13 years ago
  20. 21fed0d cifs: Add data structures and functions for uid/gid to SID mapping (try #4) by Shirish Pargaonkar · 13 years ago
  21. 20c3a20 Typo in cifs readme in name of module parm directory by Steve French · 13 years ago
  22. d026168 cifs: clean up unused encryption code by Shirish Pargaonkar · 13 years ago
  23. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  24. 8bc4392 cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interface by Suresh Jayaraman · 13 years ago
  25. c9c4708 cifs: update README about the kernel module parameters by Suresh Jayaraman · 13 years ago
  26. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  27. ba749e6 cifs: check for unresponsive server every time we call kernel_recvmsg by Jeff Layton · 13 years ago
  28. e831e6c cifs: make smb_msg local to read_from_socket by Jeff Layton · 13 years ago
  29. e2218ea cifs: trivial: remove obsolete comment by Jeff Layton · 13 years ago
  30. 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
  31. 376b43f cifs: clean up checkSMB by Jeff Layton · 13 years ago
  32. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  33. f3a6a60 cifs: Fix typo 'CIFS_NFSD_EXPORT' by Paul Bolle · 13 years ago
  34. 4a29a0b cifs: get rid of unused xid in cifs_get_root by Jeff Layton · 13 years ago
  35. b4dacbc cifs: use memcpy for magic string in cifs signature generation BSRSPYL by Jeff Layton · 13 years ago
  36. ac42344 cifs: switch CIFSSMBQAllEAs to use memcmp by Jeff Layton · 13 years ago
  37. 875cd04 cifs: Display strictcache mount option in /proc/mounts by Sachin Prabhu · 13 years ago
  38. 65112dc Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  39. bbf5e97 Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  40. 3faf12c ARM: tegra: fix compilation error due to mach/hardware.h removal by Marc Dietrich · 13 years ago
  41. 84c8611 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  42. 746fb63 MAINTAINERS: Update tegra maintainer information by Olof Johansson · 13 years ago
  43. a24d025 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  44. aab3a70 Merge branch 'omap/fixes-for-3.1' into fixes by Arnd Bergmann · 13 years ago
  45. 9d1e397 [CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2 by Steve French · 13 years ago
  46. 98e87d5 ARM: mach-ux500: enable fix for ARM errata 754322 by srinidhi kasagar · 13 years ago
  47. 3ee72ca Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  48. 29cf7a30 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE by Paul Menzel · 13 years ago
  49. 186c6bbc net: fix typos in Documentation/networking/scaling.txt by Benjamin Poirier · 13 years ago
  50. b64b73d bridge: leave carrier on for empty bridge by stephen hemminger · 13 years ago
  51. 6367f17 Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm by Linus Torvalds · 13 years ago
  52. a7c56eb Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  53. cb7cf41 drm/radeon/kms: use hardcoded dig encoder to transmitter mapping for DCE4.1 by Alex Deucher · 13 years ago
  54. 3458e21 netfilter: Use proper rwlock init function by Thomas Gleixner · 13 years ago
  55. 538d288 Merge branch 'for-linus' of git://github.com/dtor/input by Linus Torvalds · 13 years ago
  56. 71277a6 Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  57. 6777a4f drm/radeon/kms: fix dp_detect handling for DP bridge chips by Alex Deucher · 13 years ago
  58. 4f33284 drm/radeon/kms: retry aux transactions if there are status flags by Alex Deucher · 13 years ago
  59. d6069da Input: wacom - revert "Cintiq 21UX2 does not have menu strips" by Jason Gerecke · 13 years ago
  60. 1e5289e tcp: properly update lost_cnt_hint during shifting by Yan, Zheng · 13 years ago
  61. 260fcbe tcp: properly handle md5sig_pool references by Yan, Zheng · 13 years ago
  62. cb2d0f3 macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode by David Ward · 13 years ago
  63. 976d167 Linux 3.1-rc9 by Linus Torvalds · 13 years ago
  64. 8a04b45 Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  65. a8062e4 Merge branch 'fix/asoc' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  66. 1fd2a85 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  67. f8451c3 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  68. 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
  69. 12d5180 drm/radeon/kms: fix channel_remap setup (v2) by Alex Deucher · 13 years ago
  70. f3e03e2e spi-topcliff-pch: Fix overrun issue by Tomoya MORINAGA · 13 years ago
  71. 25e803f spi-topcliff-pch: Add recovery processing in case FIFO overrun error occurs by Tomoya MORINAGA · 13 years ago
  72. 373b0eb spi-topcliff-pch: Fix CPU read complete condition issue by Tomoya MORINAGA · 13 years ago
  73. 8b7aa96 spi-topcliff-pch: Fix SSN Control issue by Tomoya MORINAGA · 13 years ago
  74. 27504be spi-topcliff-pch: add tx-memory clear after complete transmitting by Tomoya MORINAGA · 13 years ago
  75. 05faadc lis3: fix regression of HP DriveGuard with 8bit chip by Takashi Iwai · 13 years ago
  76. 0f86267 Merge branch 'hwmon-for-linus' of git://github.com/groeck/linux by Linus Torvalds · 13 years ago
  77. 0d61792 Merge git://github.com/davem330/ide by Linus Torvalds · 13 years ago
  78. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  79. 2c8fc86 ide-disk: Fix request requeuing by Borislav Petkov · 13 years ago
  80. 805e969 pch_gbe: Fixed the issue on which a network freezes by Toshiharu Okada · 13 years ago
  81. 5f3a114 pch_gbe: Fixed the issue on which PC was frozen when link was downed. by Toshiharu Okada · 13 years ago
  82. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago
  83. d0e5d83 net: xen-netback: correctly restart Tx after a VM restore/migrate by David Vrabel · 13 years ago
  84. a0db2da bonding: properly stop queuing work when requested by Andy Gospodarek · 13 years ago
  85. 02e6859 drm/radeon: Set cursor x/y to 0 when x/yorigin > 0. by Michel Dänzer · 13 years ago
  86. b8aee29 drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation. by Michel Dänzer · 13 years ago
  87. 7d30952 drm/radeon: Simplify cursor x/yorigin calculation. by Michel Dänzer · 13 years ago
  88. b356fe0 drm/radeon/kms: fix cursor image off-by-one error by Nicholas Miell · 13 years ago
  89. 5ba7ddf drm/radeon/kms: Fix logic error in DP HPD handler by Alex Deucher · 13 years ago
  90. 6375bda drm/radeon/kms: add retry limits for native DP aux defer by Alex Deucher · 13 years ago
  91. 109bc10 drm/radeon/kms: fix regression in DP aux defer handling by Alex Deucher · 13 years ago
  92. 9b13776 Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  93. 4edf588 Merge branch 'for-linus' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  94. b5c49d4 ASoC: omap_mcpdm_remove cannot be __devexit by Arnd Bergmann · 13 years ago
  95. 21d17dd ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC by Axel Lin · 13 years ago
  96. a73914c [SCSI] libsas: fix panic when single phy is disabled on a wide port by Mark Salyzyn · 13 years ago
  97. eff919a ASoC: use a valid device for dev_err() in Zylonite by Arnd Bergmann · 13 years ago
  98. 9bfacd0 [SCSI] qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unload by Roland Dreier · 13 years ago
  99. 2e51818 Merge branch 'perf-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. 8742cd2 MIPS: Call oops_enter, oops_exit in die by Nathan Lynch · 13 years ago