1. 7c9e41e Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 10 months ago
  2. 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 11 months ago
  3. 087f757 cifs: add shutdown support by Steve French · 3 years, 10 months ago
  4. c3f207ab cifs: Deferred close for files by Rohith Surabattula · 3 years, 11 months ago
  5. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  6. f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 4 years ago
  7. 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 4 years ago
  8. f6f1f17 cifs: constify pathname arguments in a bunch of helpers by Al Viro · 4 years ago
  9. cee8f4f cifs: revalidate mapping when we open files for SMB1 POSIX by Ronnie Sahlberg · 4 years ago
  10. 4d66952 cifs: have cifs_fattr_to_inode() refuse to change type on live inode by Al Viro · 4 years, 1 month ago
  11. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 4 years ago
  12. 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years, 3 months ago
  13. 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years, 3 months ago
  14. 607dfc7 cifs: remove various function description warnings by Steve French · 4 years, 3 months ago
  15. 2e98c018 cifs: remove the retry in cifs_poxis_lock_set by yangerkun · 4 years, 8 months ago
  16. 95a3d8f cifs: Fix double add page to memcg when cifs_readpages by Zhang Xiaoxu · 4 years, 8 months ago
  17. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 9 months ago
  18. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
  19. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 9 months ago
  20. 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 9 months ago
  21. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 9 months ago
  22. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 11 months ago
  23. 9bd21d4 cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 10 months ago
  24. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 5 years ago
  25. 97adda8 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 5 years ago
  26. dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 5 years ago
  27. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
  28. 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
  29. f2bf09e cifs: Add tracepoints for errors on flush or fsync by Steve French · 5 years ago
  30. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  31. 6629400 cifs: Don't use iov_iter::type directly by David Howells · 5 years ago
  32. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  33. 6f582b2 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 5 years ago
  34. 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
  35. 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
  36. 44805b0 CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
  37. b7a55bb cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/O by Long Li · 5 years ago
  38. f28a2e5 CIFS: remove set but not used variables 'cinode' and 'netfid' by YueHaibing · 5 years ago
  39. d067799 cifs: add support for flock by Steve French · 6 years ago
  40. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  41. 1a67c41 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
  42. 30573a82 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 5 years ago
  43. cb24881 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 5 years ago
  44. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
  45. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 6 years ago
  46. 31ebdc1 cifs: remove set but not used variables by YueHaibing · 6 years ago
  47. 2617474 cifs: remove unused variable by zhengbin · 6 years ago
  48. 487317c cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 6 years ago
  49. 31fad7d4 CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM by Roberto Bergantinos Corpas · 6 years ago
  50. 0ae3fa4 cifs: remove superfluous inode_lock in cifs_{strict_}fsync by Jeff Layton · 6 years ago
  51. 13f5938 cifs: fix page reference leak with readv/writev by Jérôme Glisse · 6 years ago
  52. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  53. 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
  54. d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
  55. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  56. 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  57. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  58. c4b8f65 CIFS: Move open file handling to writepages by Pavel Shilovsky · 6 years ago
  59. 258f060 CIFS: Move unlocking pages from wdata_send_pages() by Pavel Shilovsky · 6 years ago
  60. c7d38db CIFS: Find and reopen a file before get MTU credits in writepages by Pavel Shilovsky · 6 years ago
  61. 3e95299 CIFS: Reopen file before get SMB2 MTU credits for async IO by Pavel Shilovsky · 6 years ago
  62. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  63. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  64. d26e290 smb3: fix bytes_read statistics by Steve French · 6 years ago
  65. 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
  66. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  67. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  68. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  69. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  70. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  71. 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
  72. 54e94ff CIFS: return correct errors when pinning memory failed for direct I/O by Long Li · 6 years ago
  73. b6bc8a7 CIFS: use the correct length when pinning memory for direct I/O for write by Long Li · 6 years ago
  74. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  75. 6ac7929 CIFS: Avoid returning EBUSY to upper layer VFS by Long Li · 6 years ago
  76. ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
  77. b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
  78. 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
  79. 6e6e2b86 CIFS: Add support for direct I/O read by Long Li · 6 years ago
  80. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  81. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  82. fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
  83. 0cb012d cifs: track writepages in vfs operation counters by Steve French · 6 years ago
  84. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  85. 9b9c5be cifs: do not return atime less than mtime by Steve French · 6 years ago
  86. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  87. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  88. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  89. f9f5aca CIFS: Add support for direct pages in rdata by Long Li · 7 years ago
  90. a5240cb fs: cifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  91. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  92. bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
  93. f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  94. 9c19a9c cifs: use find_get_pages_range_tag() by Jan Kara · 7 years ago
  95. 1013e76 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
  96. 4d61eda CIFS: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
  97. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  98. 966681c CIFS: fix circular locking dependency by Rabin Vincent · 8 years ago
  99. 97b37f2 cifs: set mapping error when page writeback fails in writepage or launder_pages by Jeff Layton · 8 years ago
  100. 8a7b0d8 CIFS: Set ->should_dirty in cifs_user_readv() by Dan Carpenter · 8 years ago