1. c052e2b cifs: obtain file access during backup intent lookup (resend) by Shirish Pargaonkar · 12 years ago
  2. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  3. 4ca3a99 CIFS: Fix possible freed pointer dereference in SMB2_sess_setup by Pavel Shilovsky · 12 years ago
  4. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  5. 4f2b86a cifs: change DOS/NT/POSIX mapping of ERRnoresource by Jeff Layton · 12 years ago
  6. 1b35920 cifs: remove support for deprecated "forcedirectio" and "strictcache" mount options by Jeff Layton · 12 years ago
  7. 52b0c34 cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl by Jeff Layton · 12 years ago
  8. e5d0488 CIFS: Fix possible memory leaks in SMB2 code by Pavel Shilovsky · 12 years ago
  9. e4e3703 CIFS: Fix endian conversion of IndexNumber by Pavel Shilovsky · 12 years ago
  10. 12e8a20 Trivial endian fixes by Steve French · 12 years ago
  11. ba02e89 MARK SMB2 support EXPERIMENTAL by Steve French · 12 years ago
  12. 5efeb09 Update cifs version number by Steve French · 12 years ago
  13. 3d6d854 cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock by Jeff Layton · 12 years ago
  14. ecdb69e cifs: Mangle string used for unc in /proc/mounts by Sachin Prabhu · 12 years ago
  15. 101b92d cifs: cleanups for cifs_mkdir_qinfo by Jeff Layton · 12 years ago
  16. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  17. 0822f51 CIFS: Add SMB2.1 lease break support by Pavel Shilovsky · 12 years ago
  18. 2507810 CIFS: Fix cache coherency for read oplock case by Pavel Shilovsky · 12 years ago
  19. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  20. 579f905 CIFS: Check for mandatory brlocks on read/write by Pavel Shilovsky · 12 years ago
  21. 1b4b55a CIFS: Turn lock mutex into rw semaphore by Pavel Shilovsky · 12 years ago
  22. b140799 CIFS: Use brlock cache for SMB2 by Pavel Shilovsky · 12 years ago
  23. f7ba7fe CIFS: Add brlock support for SMB2 by Pavel Shilovsky · 12 years ago
  24. 027e8ee CIFS: Handle SMB2 lock flags by Pavel Shilovsky · 12 years ago
  25. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  26. f45d341 CIFS: Remove spinlock dependence in brlock processing by Pavel Shilovsky · 12 years ago
  27. 1c0bd60 CIFS: Add NTLMSSP sec type to defaults by Pavel Shilovsky · 12 years ago
  28. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  29. 5819575 cifs: replace kvec array in readdata with a single kvec by Jeff Layton · 12 years ago
  30. 8321fec cifs: convert async read code to use pages array without kmapping by Jeff Layton · 12 years ago
  31. c5fab6f cifs: turn the pages list in cifs_readdata into an array by Jeff Layton · 12 years ago
  32. f4e49cd cifs: allocate kvec array for cifs_readdata as a separate allocation by Jeff Layton · 12 years ago
  33. 67c1f52 cifs: add deprecation warning to sockopt=TCP_NODELAY option by Jeff Layton · 12 years ago
  34. c84ce4a cifs: remove the kmap size limit from wsize by Jeff Layton · 12 years ago
  35. eddb079 cifs: convert async write code to pass in data via rq_pages array by Jeff Layton · 12 years ago
  36. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  37. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
  38. 97bc00b cifs: teach smb_send_rqst how to handle arrays of pages by Jeff Layton · 12 years ago
  39. b8eed28 cifs: cork the socket before a send and uncork it afterward by Jeff Layton · 12 years ago
  40. 6f49f46 cifs: convert send code to use smb_rqst structs by Jeff Layton · 12 years ago
  41. 0b688cf cifs: change smb2 signing routines to use smb_rqst structs by Jeff Layton · 12 years ago
  42. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  43. 6fc05c2 CIFS: Add statfs support for SMB2 by Pavel Shilovsky · 12 years ago
  44. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  45. 983c88a CIFS: Add oplock break support for SMB2 by Pavel Shilovsky · 12 years ago
  46. 95a3f2f CIFS: Move oplock break to ops struct by Pavel Shilovsky · 12 years ago
  47. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  48. d324f08d CIFS: Add readdir support for SMB2 by Pavel Shilovsky · 12 years ago
  49. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  50. 1feeaac CIFS: Add set_file_info support for SMB2 by Pavel Shilovsky · 12 years ago
  51. 6bdf6db CIFS: Move set_file_info to ops struct by Pavel Shilovsky · 12 years ago
  52. c839ff2 CIFS: Add SMB2 support for set_file_size by Pavel Shilovsky · 12 years ago
  53. d143341 CIFS: Move set_file_size to ops struct by Pavel Shilovsky · 12 years ago
  54. 568798c CIFS: Add SMB2 support for hardlink operation by Pavel Shilovsky · 12 years ago
  55. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  56. 35143eb CIFS: Add SMB2 support for rename operation by Pavel Shilovsky · 12 years ago
  57. 8ceb984 CIFS: Move rename to ops struct by Pavel Shilovsky · 12 years ago
  58. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  59. 009d344 CIFS: Add writepage support for SMB2 by Pavel Shilovsky · 12 years ago
  60. ba9ad725 CIFS: Move writepage to ops struct by Pavel Shilovsky · 12 years ago
  61. d8e0503 CIFS: Add readpage support for SMB2 by Pavel Shilovsky · 12 years ago
  62. f9c6e23 CIFS: Move readpage code to ops struct by Pavel Shilovsky · 12 years ago
  63. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  64. c9de5c8 CIFS: Move async write to ops struct by Pavel Shilovsky · 12 years ago
  65. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  66. fc9c596 CIFS: Move async read to ops struct by Pavel Shilovsky · 12 years ago
  67. 3a3bab5 CIFS: Add SMB2 r/wsize negotiating by Pavel Shilovsky · 12 years ago
  68. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  69. 7a5cfb1 CIFS: Add SMB2 support for flush by Pavel Shilovsky · 12 years ago
  70. 1d8c4c0 CIFS: Make flush code use ops struct by Pavel Shilovsky · 12 years ago
  71. 2ae78ba CIFS: Move reopen code to ops struct by Pavel Shilovsky · 12 years ago
  72. 2536413 CIFS: Move create code use ops struct by Pavel Shilovsky · 12 years ago
  73. b7546bc CIFS: Add SMB2 support for query_file_info by Pavel Shilovsky · 12 years ago
  74. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  75. f0df737 CIFS: Add open/close file support for SMB2 by Pavel Shilovsky · 12 years ago
  76. 0ff78a2 CIFS: Move close code to ops struct by Pavel Shilovsky · 12 years ago
  77. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  78. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  79. cbe6f43 CIFS: Add SMB2 support for unlink by Pavel Shilovsky · 12 years ago
  80. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  81. 56d27ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  82. 1abbce4 Merge tag 'vfio-for-linus' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 12 years ago
  83. 0c59f23 Merge tag 'stable/for-linus-3.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  84. bee2d97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  85. e70cf54 tile: gxio iorpc numbering change for TRIO interface by Chris Metcalf · 12 years ago
  86. 8d54db79 xen/boot: Disable NUMA for PV guests. by Konrad Rzeszutek Wilk · 12 years ago
  87. 979570e Linux 3.6-rc7 by Linus Torvalds · 12 years ago
  88. 56bae80 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  89. 0737c8d Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  90. 0bf7a70 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  91. faa2ad0 edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. by Shaun Ruffell · 12 years ago
  92. ef6e781 edac_mc: fix messy kfree calls in the error path by Fengguang Wu · 12 years ago
  93. 5f0ecb9 hwmon: (fam15h_power) Tweak runavg_range on resume by Andreas Herrmann · 12 years ago
  94. 641f145 hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  95. 1ec3ddf hwmon: (via-cputemp) Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  96. e5e77cf Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  97. b3a297d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  98. cead24c Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  99. a4be6c7 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  100. 5962640 HID: Fix logitech-dj: missing Unifying device issue by Nestor Lopez Casado · 12 years ago