1. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 5 years ago
  2. 97adda8 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 5 years ago
  3. dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 5 years ago
  4. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
  5. 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
  6. f2bf09e cifs: Add tracepoints for errors on flush or fsync by Steve French · 5 years ago
  7. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  8. 6629400 cifs: Don't use iov_iter::type directly by David Howells · 5 years ago
  9. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  10. 6f582b2 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 5 years ago
  11. 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
  12. 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
  13. 44805b0 CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
  14. b7a55bb cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/O by Long Li · 5 years ago
  15. f28a2e5 CIFS: remove set but not used variables 'cinode' and 'netfid' by YueHaibing · 5 years ago
  16. d067799 cifs: add support for flock by Steve French · 6 years ago
  17. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  18. 1a67c41 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
  19. 30573a82 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 5 years ago
  20. cb24881 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 5 years ago
  21. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 6 years ago
  22. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 6 years ago
  23. 31ebdc1 cifs: remove set but not used variables by YueHaibing · 6 years ago
  24. 2617474 cifs: remove unused variable by zhengbin · 6 years ago
  25. 487317c cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 6 years ago
  26. 31fad7d4 CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM by Roberto Bergantinos Corpas · 6 years ago
  27. 0ae3fa4 cifs: remove superfluous inode_lock in cifs_{strict_}fsync by Jeff Layton · 6 years ago
  28. 13f5938 cifs: fix page reference leak with readv/writev by Jérôme Glisse · 6 years ago
  29. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  30. 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
  31. d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
  32. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  33. 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  34. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  35. c4b8f65 CIFS: Move open file handling to writepages by Pavel Shilovsky · 6 years ago
  36. 258f060 CIFS: Move unlocking pages from wdata_send_pages() by Pavel Shilovsky · 6 years ago
  37. c7d38db CIFS: Find and reopen a file before get MTU credits in writepages by Pavel Shilovsky · 6 years ago
  38. 3e95299 CIFS: Reopen file before get SMB2 MTU credits for async IO by Pavel Shilovsky · 6 years ago
  39. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  40. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  41. d26e290 smb3: fix bytes_read statistics by Steve French · 6 years ago
  42. 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
  43. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  44. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  45. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  46. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  47. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  48. 00c569b Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  49. 54e94ff CIFS: return correct errors when pinning memory failed for direct I/O by Long Li · 6 years ago
  50. b6bc8a7 CIFS: use the correct length when pinning memory for direct I/O for write by Long Li · 6 years ago
  51. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  52. 6ac7929 CIFS: Avoid returning EBUSY to upper layer VFS by Long Li · 6 years ago
  53. ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
  54. b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
  55. 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
  56. 6e6e2b86 CIFS: Add support for direct I/O read by Long Li · 6 years ago
  57. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  58. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  59. fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
  60. 0cb012d cifs: track writepages in vfs operation counters by Steve French · 6 years ago
  61. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  62. 9b9c5be cifs: do not return atime less than mtime by Steve French · 6 years ago
  63. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  64. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  65. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  66. f9f5aca CIFS: Add support for direct pages in rdata by Long Li · 7 years ago
  67. a5240cb fs: cifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  68. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  69. bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
  70. f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  71. 9c19a9c cifs: use find_get_pages_range_tag() by Jan Kara · 7 years ago
  72. 1013e76 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
  73. 4d61eda CIFS: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
  74. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  75. 966681c CIFS: fix circular locking dependency by Rabin Vincent · 8 years ago
  76. 97b37f2 cifs: set mapping error when page writeback fails in writepage or launder_pages by Jeff Layton · 8 years ago
  77. 8a7b0d8 CIFS: Set ->should_dirty in cifs_user_readv() by Dan Carpenter · 8 years ago
  78. 560d388 CIFS: silence lockdep splat in cifs_relock_file() by Rabin Vincent · 8 years ago
  79. c610c4b CIFS: Add asynchronous write support through kernel AIO by Pavel Shilovsky · 8 years ago
  80. 6685c5e CIFS: Add asynchronous read support through kernel AIO by Pavel Shilovsky · 8 years ago
  81. 1fa839b CIFS: store results of cifs_reopen_file to avoid infinite wait by Germano Percossi · 8 years ago
  82. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  83. d70b910 CIFS: Add copy into pages callback for a read operation by Pavel Shilovsky · 8 years ago
  84. 9c25702 CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 8 years ago
  85. 96a988f CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  86. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  87. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  88. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  89. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  90. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  91. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  92. fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
  93. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 9 years ago
  94. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 9 years ago
  95. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  96. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  97. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 9 years ago
  98. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
  99. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  100. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago