1. 372b1db Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  2. 3017562 [SMB3] Enable fallocate -z support for SMB3 mounts by Steve French · 10 years ago
  3. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  4. ad3829c Incorrect error returned on setting file compressed on SMB2 by Steve French · 10 years ago
  5. b46799a CIFS: Fix wrong directory attributes after rename by Pavel Shilovsky · 10 years ago
  6. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  7. 18f39e7 [CIFS] Possible null ptr deref in SMB2_tcon by Steve French · 10 years ago
  8. 754789a [CIFS] Workaround MacOS server problem with SMB2.1 write response by Steve French · 10 years ago
  9. 0244080 cifs: handle lease F_UNLCK requests properly by Jeff Layton · 10 years ago
  10. d43cc79 Cleanup sparse file support by creating worker function for it by Steve French · 10 years ago
  11. 3d1a374 Add sparse file support to SMB2/SMB3 mounts by Steve French · 10 years ago
  12. 8ae31240 Add missing definitions for CIFS File System Attributes by Steve French · 10 years ago
  13. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  14. e91259f cifs: remove unused function cifs_oplock_break_wait by Vincent Stehlé · 10 years ago
  15. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  16. 7c33d59 cifs: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  17. f29ebb4 Add worker function to set allocation size by Steve French · 10 years ago
  18. 59b04c5 [CIFS] Fix incorrect hex vs. decimal in some debug print statements by Steve French · 10 years ago
  19. 8169150 Update cifs version by Steve French · 10 years ago
  20. 2149668 CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2 by Pavel Shilovsky · 10 years ago
  21. b770ddf CIFS: Optimize readpages in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  22. d913ed1 CIFS: Optimize cifs_user_read() in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  23. fb8a3e5 CIFS: Improve indentation in cifs_user_read() by Pavel Shilovsky · 10 years ago
  24. 2e8a05d CIFS: Fix possible buffer corruption in cifs_user_read() by Pavel Shilovsky · 10 years ago
  25. b3160ae CIFS: Count got bytes in read_into_pages() by Pavel Shilovsky · 10 years ago
  26. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  27. 3fabaa2 CIFS: Indicate reconnect with ECONNABORTED error code by Pavel Shilovsky · 10 years ago
  28. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  29. e374d90 CIFS: Fix rsize usage for sync read by Pavel Shilovsky · 10 years ago
  30. 25f4025 CIFS: Fix rsize usage in user read by Pavel Shilovsky · 10 years ago
  31. 0ada36b CIFS: Separate page reading from user read by Pavel Shilovsky · 10 years ago
  32. 69cebd7 CIFS: Fix rsize usage in readpages by Pavel Shilovsky · 10 years ago
  33. 387eb92 CIFS: Separate page search from readpages by Pavel Shilovsky · 10 years ago
  34. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  35. 6ec0b01 CIFS: Fix wsize usage in iovec write by Pavel Shilovsky · 10 years ago
  36. 43de94e CIFS: Separate writing from iovec write by Pavel Shilovsky · 10 years ago
  37. 66386c0 CIFS: Separate filling pages from iovec write by Pavel Shilovsky · 10 years ago
  38. 7f6c500 CIFS: Fix cifs_writev_requeue when wsize changes by Pavel Shilovsky · 10 years ago
  39. 66231a4 CIFS: Fix wsize usage in writepages by Pavel Shilovsky · 10 years ago
  40. 90ac138 CIFS: Separate pages initialization from writepages by Pavel Shilovsky · 10 years ago
  41. 619aa48 CIFS: Separate page sending from writepages by Pavel Shilovsky · 10 years ago
  42. 2792407 Remove sparse build warning by Steve French · 10 years ago
  43. 7e48ff8 CIFS: Separate page processing from writepages by Pavel Shilovsky · 10 years ago
  44. 038bc96 CIFS: Fix async reading on reconnects by Pavel Shilovsky · 10 years ago
  45. cc87c47 cifs: Separate rawntlmssp auth from CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  46. ee03c64 cifs: Split Kerberos authentication off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  47. 583cf7a cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  48. 80a0e63 cifs: Split lanman auth from CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  49. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 10 years ago
  50. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  51. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  52. ce36d9a [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars option by Steve French · 10 years ago
  53. 08bc035 cifs: revalidate mapping prior to satisfying read_iter request with cache=loose by Jeff Layton · 10 years ago
  54. a1d0b84c fs/cifs: fix regression in cifs_create_mf_symlink() by Björn Baumbach · 10 years ago
  55. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  56. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  57. b1cce80 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  58. 663a9621 CIFS: Fix memory leaks in SMB2_open by Pavel Shilovsky · 10 years ago
  59. 08b37d5 cifs: ensure that vol->username is not NULL before running strlen on it by Jeff Layton · 10 years ago
  60. 12197a7 Clarify SMB2/SMB3 create context and add missing ones by Steve French · 10 years ago
  61. 3c5f9be1 Do not send ClientGUID on SMB2.02 dialect by Steve French · 10 years ago
  62. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  63. 179d618 fs/cifs/netmisc.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  64. 571d597 fs/cifs/cifs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  65. 2e4b8c2 Update cifs version number to 2.03 by Steve French · 10 years ago
  66. 2d4f84b fs: cifs: new helper: file_inode(file) by Libo Chen · 11 years ago
  67. 4f73c7d cifs: fix potential races in cifs_revalidate_mapping by Jeff Layton · 10 years ago
  68. e284e53 cifs: new helper function: cifs_revalidate_mapping by Jeff Layton · 10 years ago
  69. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  70. 02323db cifs: fix cifs_uniqueid_to_ino_t not to ever return 0 by Jeff Layton · 10 years ago
  71. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  72. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  73. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  74. 71d8e53 start adding the tag to iov_iter by Al Viro · 11 years ago
  75. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  76. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  77. a87c9ad cifs: fix actimeo=0 corner case when cifs_i->time == jiffies by Jeff Layton · 10 years ago
  78. 1f80c0c cif: fix dead code by Michael Opdenacker · 10 years ago
  79. bae9f74 cifs: fix error handling cifs_user_readv by Jeff Layton · 10 years ago
  80. 8e3ecc8 fs: cifs: remove unused variable. by Cyril Roelandt · 10 years ago
  81. 60977fc Return correct error on query of xattr on file with empty xattrs by Steve French · 10 years ago
  82. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  83. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  84. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  85. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  86. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  87. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  88. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  89. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  90. 0165e81 fold cifs_iovec_read() into its (only) caller by Al Viro · 11 years ago
  91. 7f25bba cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() by Al Viro · 11 years ago
  92. 74027f4 cifs_iovec_read(): resubmit shouldn't restart the loop by Al Viro · 11 years ago
  93. 81c5a68 cifs: ->rename() without ->lookup() makes no sense by Al Viro · 11 years ago
  94. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  95. dca1c8d cifs: mask off top byte in get_rfc1002_length() by Jeff Layton · 11 years ago
  96. a26054d cifs: sanity check length of data to send before sending by Jeff Layton · 11 years ago
  97. 6b1168e CIFS: Fix wrong pos argument of cifs_find_lock_conflict by Pavel Shilovsky · 11 years ago
  98. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  99. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 11 years ago
  100. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 11 years ago