1. ee03c64 cifs: Split Kerberos authentication off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  2. 583cf7a cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  3. 80a0e63 cifs: Split lanman auth from CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  4. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 10 years ago
  5. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  6. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  7. ce36d9a [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars option by Steve French · 10 years ago
  8. 08bc035 cifs: revalidate mapping prior to satisfying read_iter request with cache=loose by Jeff Layton · 10 years ago
  9. a1d0b84c fs/cifs: fix regression in cifs_create_mf_symlink() by Björn Baumbach · 10 years ago
  10. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  11. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  12. b1cce80 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  13. 663a9621 CIFS: Fix memory leaks in SMB2_open by Pavel Shilovsky · 10 years ago
  14. 08b37d5 cifs: ensure that vol->username is not NULL before running strlen on it by Jeff Layton · 10 years ago
  15. 12197a7 Clarify SMB2/SMB3 create context and add missing ones by Steve French · 10 years ago
  16. 3c5f9be1 Do not send ClientGUID on SMB2.02 dialect by Steve French · 10 years ago
  17. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  18. 179d618 fs/cifs/netmisc.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  19. 571d597 fs/cifs/cifs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  20. 2e4b8c2 Update cifs version number to 2.03 by Steve French · 10 years ago
  21. 2d4f84b fs: cifs: new helper: file_inode(file) by Libo Chen · 11 years ago
  22. 4f73c7d cifs: fix potential races in cifs_revalidate_mapping by Jeff Layton · 10 years ago
  23. e284e53 cifs: new helper function: cifs_revalidate_mapping by Jeff Layton · 10 years ago
  24. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  25. 02323db cifs: fix cifs_uniqueid_to_ino_t not to ever return 0 by Jeff Layton · 10 years ago
  26. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  27. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  28. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  29. 71d8e53 start adding the tag to iov_iter by Al Viro · 11 years ago
  30. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  31. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  32. a87c9ad cifs: fix actimeo=0 corner case when cifs_i->time == jiffies by Jeff Layton · 10 years ago
  33. 1f80c0c cif: fix dead code by Michael Opdenacker · 10 years ago
  34. bae9f74 cifs: fix error handling cifs_user_readv by Jeff Layton · 10 years ago
  35. 8e3ecc8 fs: cifs: remove unused variable. by Cyril Roelandt · 10 years ago
  36. 60977fc Return correct error on query of xattr on file with empty xattrs by Steve French · 10 years ago
  37. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 11 years ago
  38. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  39. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  41. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  42. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  43. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  44. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  45. 0165e81 fold cifs_iovec_read() into its (only) caller by Al Viro · 11 years ago
  46. 7f25bba cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() by Al Viro · 11 years ago
  47. 74027f4 cifs_iovec_read(): resubmit shouldn't restart the loop by Al Viro · 11 years ago
  48. 81c5a68 cifs: ->rename() without ->lookup() makes no sense by Al Viro · 11 years ago
  49. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  50. dca1c8d cifs: mask off top byte in get_rfc1002_length() by Jeff Layton · 11 years ago
  51. a26054d cifs: sanity check length of data to send before sending by Jeff Layton · 11 years ago
  52. 6b1168e CIFS: Fix wrong pos argument of cifs_find_lock_conflict by Pavel Shilovsky · 11 years ago
  53. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  54. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 11 years ago
  55. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 11 years ago
  56. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 11 years ago
  57. cbf2822 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  58. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 11 years ago
  59. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 11 years ago
  60. 26c8f0d cifs: use a flexarray in cifs_writedata by Jeff Layton · 11 years ago
  61. 83e3bc2 retrieving CIFS ACLs when mounted with SMB2 fails dropping session by Steve French · 11 years ago
  62. d979f3b Add protocol specific operation for CIFS xattrs by Steve French · 11 years ago
  63. a9a315d cifs: Fix check for regular file in couldbe_mf_symlink() by Sachin Prabhu · 11 years ago
  64. 666753c [CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifs by Steve French · 11 years ago
  65. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
  66. 0360d60 CIFS: Remove extra indentation in cifs_sfu_type by Pavel Shilovsky · 11 years ago
  67. dd12067 CIFS: Cleanup cifs_mknod by Pavel Shilovsky · 11 years ago
  68. 9bf4fa0 CIFS: Cleanup CIFSSMBOpen by Pavel Shilovsky · 11 years ago
  69. 924e3fa cifs: Add support for follow_link on dfs shares under posix extensions by Sachin Prabhu · 11 years ago
  70. 0ecdb4f cifs: move unix extension call to cifs_query_symlink() by Sachin Prabhu · 11 years ago
  71. 0f8dce1 cifs: Re-order M-F Symlink code by Sachin Prabhu · 11 years ago
  72. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 11 years ago
  73. 8205d1b cifs: use protocol specific call for query_mf_symlink() by Sachin Prabhu · 11 years ago
  74. cb084b1 cifs: Rename MF symlink function names by Sachin Prabhu · 11 years ago
  75. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 11 years ago
  76. abf9767 cifs: Fix memory leak in cifs_hardlink() by Christian Engelmayer · 11 years ago
  77. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  78. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  79. ebcc943 Add missing end of line termination to some cifs messages by Steve French · 11 years ago
  80. f19e84d [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload by Steve French · 11 years ago
  81. ff1c038 Check SMB3 dialects against downgrade attacks by Steve French · 11 years ago
  82. 7d3fb24 Removed duplicated (and unneeded) goto by Steve French · 11 years ago
  83. 9bf0c9c CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files by Steve French · 11 years ago
  84. 1213959 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  85. 0cbaa53 [CIFS] Warn if SMB3 encryption required by server by Steve French · 11 years ago
  86. b1d9335 setfacl removes part of ACL when setting POSIX ACLs to Samba by Steve French · 11 years ago
  87. de9f68d [CIFS] Set copychunk defaults by Steve French · 11 years ago
  88. 41c1358 CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1 by Steve French · 11 years ago
  89. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  90. 2c957dd cifs: Use data structures to compute NTLMv2 response offsets by Tim Gardner · 11 years ago
  91. dca6928 [CIFS] O_DIRECT opens should work on directio mounts by Steve French · 11 years ago
  92. a858215 cifs: don't spam the logs on unexpected lookup errors by Jeff Layton · 11 years ago
  93. cce0244 cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIO by Jeff Layton · 11 years ago
  94. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  95. 8efdf2b Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  96. c224b76 Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  97. c481e9f Query network adapter info at mount time for debugging by Steve French · 11 years ago
  98. f10d9ba Fix unused variable warning when CIFS POSIX disabled by Steve French · 11 years ago
  99. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  100. af6a12e Query File System Alignment by Steven French · 11 years ago