1. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  2. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  3. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  4. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  5. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  6. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  7. 1209bbd CIFS: Fix readpages retrying on reconnects by Pavel Shilovsky · 10 years ago
  8. 787aded cifs: Allow directIO read/write during cache=strict by Namjae Jeon · 10 years ago
  9. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  10. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  11. b770ddf CIFS: Optimize readpages in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  12. d913ed1 CIFS: Optimize cifs_user_read() in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  13. fb8a3e5 CIFS: Improve indentation in cifs_user_read() by Pavel Shilovsky · 10 years ago
  14. 2e8a05d CIFS: Fix possible buffer corruption in cifs_user_read() by Pavel Shilovsky · 10 years ago
  15. b3160ae CIFS: Count got bytes in read_into_pages() by Pavel Shilovsky · 10 years ago
  16. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  17. 3fabaa2 CIFS: Indicate reconnect with ECONNABORTED error code by Pavel Shilovsky · 10 years ago
  18. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  19. e374d90 CIFS: Fix rsize usage for sync read by Pavel Shilovsky · 10 years ago
  20. 25f4025 CIFS: Fix rsize usage in user read by Pavel Shilovsky · 10 years ago
  21. 0ada36b CIFS: Separate page reading from user read by Pavel Shilovsky · 10 years ago
  22. 69cebd7 CIFS: Fix rsize usage in readpages by Pavel Shilovsky · 10 years ago
  23. 387eb92 CIFS: Separate page search from readpages by Pavel Shilovsky · 10 years ago
  24. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  25. 6ec0b01 CIFS: Fix wsize usage in iovec write by Pavel Shilovsky · 10 years ago
  26. 43de94e CIFS: Separate writing from iovec write by Pavel Shilovsky · 10 years ago
  27. 66386c0 CIFS: Separate filling pages from iovec write by Pavel Shilovsky · 10 years ago
  28. 66231a4 CIFS: Fix wsize usage in writepages by Pavel Shilovsky · 10 years ago
  29. 90ac138 CIFS: Separate pages initialization from writepages by Pavel Shilovsky · 10 years ago
  30. 619aa48 CIFS: Separate page sending from writepages by Pavel Shilovsky · 10 years ago
  31. 7e48ff8 CIFS: Separate page processing from writepages by Pavel Shilovsky · 10 years ago
  32. 038bc96 CIFS: Fix async reading on reconnects by Pavel Shilovsky · 10 years ago
  33. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  34. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  35. 4f73c7d cifs: fix potential races in cifs_revalidate_mapping by Jeff Layton · 10 years ago
  36. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  37. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  38. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  39. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  40. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  41. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  42. 1f80c0c cif: fix dead code by Michael Opdenacker · 10 years ago
  43. bae9f74 cifs: fix error handling cifs_user_readv by Jeff Layton · 10 years ago
  44. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  45. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  46. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  48. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  49. 0165e81 fold cifs_iovec_read() into its (only) caller by Al Viro · 10 years ago
  50. 7f25bba cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() by Al Viro · 10 years ago
  51. 74027f4 cifs_iovec_read(): resubmit shouldn't restart the loop by Al Viro · 10 years ago
  52. 6b1168e CIFS: Fix wrong pos argument of cifs_find_lock_conflict by Pavel Shilovsky · 10 years ago
  53. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  54. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 10 years ago
  55. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  56. cbf2822 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  57. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  58. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 10 years ago
  59. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 10 years ago
  60. dca6928 [CIFS] O_DIRECT opens should work on directio mounts by Steve French · 11 years ago
  61. 54afa99 CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing them by David Howells · 11 years ago
  62. 466bd31 cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache by Sachin Prabhu · 11 years ago
  63. a9e9b7b cifs: Do not take a reference to the page in cifs_readpage_worker() by Sachin Prabhu · 11 years ago
  64. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  65. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  66. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  67. 02afc27 direct-io: Handle O_(D)SYNC AIO by Christoph Hellwig · 11 years ago
  68. fe090e4 cifs: file: initialize oparms.reconnect before using it by Andi Shyti · 11 years ago
  69. 689c3db CIFS: Fix a deadlock when a file is reopened by Pavel Shilovsky · 11 years ago
  70. b33fcf1 CIFS: Reopen the file if reconnect durable handle failed by Pavel Shilovsky · 11 years ago
  71. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  72. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  73. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  75. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  76. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  77. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  78. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  79. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 11 years ago
  80. 07b92d0 POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba by Steve French · 11 years ago
  81. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  82. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  83. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  84. fef59fd cifs: Convert struct cifsFileInfo to use a kuid by Eric W. Biederman · 11 years ago
  85. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  86. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 11 years ago
  87. 88cf75a CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  88. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  89. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  90. 03eca70 CIFS: Fix possible data coherency problem after oplock break to None by Pavel Shilovsky · 12 years ago
  91. 081c041 CIFS: Do not permit write to a range mandatory locked with a read lock by Pavel Shilovsky · 12 years ago
  92. 21cb2d9 CIFS: Fix lock consistensy bug in cifs_setlk by Pavel Shilovsky · 12 years ago
  93. f152fd5 CIFS: Implement cifs_relock_file by Pavel Shilovsky · 12 years ago
  94. b8db928 CIFS: Separate pushing mandatory locks and lock_sem handling by Pavel Shilovsky · 12 years ago
  95. 9ec3c88 CIFS: Separate pushing posix locks and lock_sem handling by Pavel Shilovsky · 12 years ago
  96. 3a98b86 cifs: fix writeback race with file that is growing by Jeff Layton · 12 years ago
  97. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  98. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  99. 3d6d854 cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock by Jeff Layton · 12 years ago
  100. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago