1. c06d74d CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 7 years ago
  2. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  3. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  4. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  5. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  6. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  7. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  9. fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
  10. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  11. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  12. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  14. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 8 years ago
  15. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  16. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  17. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  18. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  19. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  20. 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 8 years ago
  21. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  22. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  23. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  24. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  25. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  26. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  27. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  28. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 9 years ago
  29. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  30. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  31. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  32. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  33. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  34. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 9 years ago
  35. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  36. e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 9 years ago
  37. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 9 years ago
  38. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  39. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  40. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  41. ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 9 years ago
  42. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 9 years ago
  43. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  44. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  45. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  46. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  47. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  48. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  49. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  50. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  51. 1209bbd CIFS: Fix readpages retrying on reconnects by Pavel Shilovsky · 10 years ago
  52. 787aded cifs: Allow directIO read/write during cache=strict by Namjae Jeon · 10 years ago
  53. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  54. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  55. b770ddf CIFS: Optimize readpages in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  56. d913ed1 CIFS: Optimize cifs_user_read() in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  57. fb8a3e5 CIFS: Improve indentation in cifs_user_read() by Pavel Shilovsky · 10 years ago
  58. 2e8a05d CIFS: Fix possible buffer corruption in cifs_user_read() by Pavel Shilovsky · 10 years ago
  59. b3160ae CIFS: Count got bytes in read_into_pages() by Pavel Shilovsky · 10 years ago
  60. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  61. 3fabaa2 CIFS: Indicate reconnect with ECONNABORTED error code by Pavel Shilovsky · 10 years ago
  62. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  63. e374d90 CIFS: Fix rsize usage for sync read by Pavel Shilovsky · 10 years ago
  64. 25f4025 CIFS: Fix rsize usage in user read by Pavel Shilovsky · 10 years ago
  65. 0ada36b CIFS: Separate page reading from user read by Pavel Shilovsky · 10 years ago
  66. 69cebd7 CIFS: Fix rsize usage in readpages by Pavel Shilovsky · 10 years ago
  67. 387eb92 CIFS: Separate page search from readpages by Pavel Shilovsky · 10 years ago
  68. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  69. 6ec0b01 CIFS: Fix wsize usage in iovec write by Pavel Shilovsky · 10 years ago
  70. 43de94e CIFS: Separate writing from iovec write by Pavel Shilovsky · 10 years ago
  71. 66386c0 CIFS: Separate filling pages from iovec write by Pavel Shilovsky · 10 years ago
  72. 66231a4 CIFS: Fix wsize usage in writepages by Pavel Shilovsky · 10 years ago
  73. 90ac138 CIFS: Separate pages initialization from writepages by Pavel Shilovsky · 10 years ago
  74. 619aa48 CIFS: Separate page sending from writepages by Pavel Shilovsky · 10 years ago
  75. 7e48ff8 CIFS: Separate page processing from writepages by Pavel Shilovsky · 10 years ago
  76. 038bc96 CIFS: Fix async reading on reconnects by Pavel Shilovsky · 10 years ago
  77. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  78. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  79. 4f73c7d cifs: fix potential races in cifs_revalidate_mapping by Jeff Layton · 10 years ago
  80. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  81. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  82. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  83. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  84. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  85. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  86. 1f80c0c cif: fix dead code by Michael Opdenacker · 10 years ago
  87. bae9f74 cifs: fix error handling cifs_user_readv by Jeff Layton · 10 years ago
  88. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  89. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  90. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  91. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  92. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  93. 0165e81 fold cifs_iovec_read() into its (only) caller by Al Viro · 10 years ago
  94. 7f25bba cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() by Al Viro · 10 years ago
  95. 74027f4 cifs_iovec_read(): resubmit shouldn't restart the loop by Al Viro · 10 years ago
  96. 6b1168e CIFS: Fix wrong pos argument of cifs_find_lock_conflict by Pavel Shilovsky · 10 years ago
  97. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  98. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 10 years ago
  99. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  100. cbf2822 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago