1. 332019e Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 7 months ago
  2. 7eb59a9 cifs: Do not access tcon->cfids->cfid directly from is_path_accessible by Ronnie Sahlberg · 2 years, 7 months ago
  3. a63ec83 cifs: Add constructor/destructors for tcon->cfid by Ronnie Sahlberg · 2 years, 7 months ago
  4. 9e31678 SMB3: fix lease break timeout when multiple deferred close handles for the same file. by Bharath SM · 2 years, 7 months ago
  5. 5efdd91 smb3: allow deferred close timeout to be configurable by Steve French · 2 years, 7 months ago
  6. dcb45fd cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir by Ronnie Sahlberg · 2 years, 7 months ago
  7. 05b98fd cifs: Move cached-dir functions into a separate file by Ronnie Sahlberg · 2 years, 7 months ago
  8. cd04345 cifs: Remove {cifs,nfs}_fscache_release_page() by David Howells · 2 years, 7 months ago
  9. 773891f cifs: fix lock length calculation by Paulo Alcantara · 2 years, 7 months ago
  10. f30adc0 Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 7 months ago
  11. 1ef255e iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() by Al Viro · 2 years, 9 months ago
  12. fcb14cb new iov_iter flavour - ITER_UBUF by Al Viro · 2 years, 10 months ago
  13. 0d168a5 cifs: update internal module number by Steve French · 2 years, 7 months ago
  14. ea75a78 cifs: alloc_mid function should be marked as static by Steve French · 2 years, 7 months ago
  15. f5fd3f28 cifs: remove "cifs_" prefix from init/destroy mids functions by Enzo Matsumiya · 2 years, 7 months ago
  16. 70f08f9 cifs: remove useless DeleteMidQEntry() by Enzo Matsumiya · 2 years, 7 months ago
  17. fb157ed cifs: when insecure legacy is disabled shrink amount of SMB1 code by Steve French · 2 years, 7 months ago
  18. 97b82c0 cifs: trivial style fixup by Steve French · 2 years, 7 months ago
  19. aea02fc cifs: fix wrong unlock before return from cifs_tree_connect() by Yang Yingliang · 2 years, 7 months ago
  20. d7d7a66 cifs: avoid use of global locks for high contention data by Shyam Prasad N · 2 years, 7 months ago
  21. 1bfa25e cifs: remove remaining build warnings by Steve French · 2 years, 8 months ago
  22. 9543c8a cifs: list_for_each() -> list_for_each_entry() by Enzo Matsumiya · 2 years, 8 months ago
  23. da38478 smb2: small refactor in smb2_check_message() by Enzo Matsumiya · 2 years, 8 months ago
  24. c6f62f8 cifs: Fix memory leak when using fscache by Matthew Wilcox (Oracle) · 2 years, 8 months ago
  25. 89e42f4 cifs: remove minor build warning by Steve French · 2 years, 8 months ago
  26. c2c17dd cifs: remove some camelCase and also some static build warnings by Steve French · 2 years, 8 months ago
  27. 0827f71 cifs: remove unnecessary (void*) conversions. by Yu Zhe · 2 years, 9 months ago
  28. 0f46608 cifs: remove unnecessary type castings by Yu Zhe · 2 years, 8 months ago
  29. 4da2cd0 cifs: remove redundant initialization to variable mnt_sign_enabled by Colin Ian King · 2 years, 8 months ago
  30. 5fa2cff smb3: check xattr value length earlier by Steve French · 2 years, 8 months ago
  31. 32f3191 smb3: workaround negprot bug in some Samba servers by Steve French · 2 years, 8 months ago
  32. 2883f4b cifs: remove unnecessary locking of chan_lock while freeing session by Shyam Prasad N · 2 years, 8 months ago
  33. 50bd7d5 cifs: fix race condition with delayed threads by Shyam Prasad N · 2 years, 8 months ago
  34. af3a6d1 cifs: update cifs_ses::ip_addr after failover by Paulo Alcantara · 2 years, 9 months ago
  35. 8da33fd cifs: avoid deadlocks while updating iface by Shyam Prasad N · 2 years, 9 months ago
  36. 6e1c1c0 cifs: periodically query network interfaces from server by Shyam Prasad N · 2 years, 9 months ago
  37. b54034a cifs: during reconnect, update interface if necessary by Shyam Prasad N · 3 years, 2 months ago
  38. aa45dad cifs: change iface_list from array to sorted linked list by Shyam Prasad N · 3 years, 2 months ago
  39. 9de7499 smb3: use netname when available on secondary channels by Shyam Prasad N · 2 years, 9 months ago
  40. 73130a7 smb3: fix empty netname context on secondary channels by Steve French · 2 years, 9 months ago
  41. 5d24968 cifs: when a channel is not found for server, log its connection id by Shyam Prasad N · 2 years, 9 months ago
  42. 7c05eae smb3: add trace point for SMB2_set_eof by Steve French · 2 years, 9 months ago
  43. 2275c6b Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 9 months ago
  44. 4c14d704 cifs: populate empty hostnames for extra channels by Shyam Prasad N · 2 years, 9 months ago
  45. e81fb41 netfs: Further cleanups after struct netfs_inode wrapper introduced by Linus Torvalds · 2 years, 9 months ago
  46. 874c8ca1 netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context by David Howells · 2 years, 9 months ago
  47. 8ea2182 cifs: return errors during session setup during reconnects by Shyam Prasad N · 2 years, 9 months ago
  48. c36ee7d cifs: fix reconnect on smb3 mount types by Paulo Alcantara · 2 years, 9 months ago
  49. ee3c801 cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share by Steve French · 2 years, 9 months ago
  50. ef605e8 cifs: skip trailing separators of prefix paths by Paulo Alcantara · 2 years, 9 months ago
  51. 096c956 cifs: update internal module number by Steve French · 2 years, 9 months ago
  52. 7ef93ff cifs: version operations for smb20 unneeded when legacy support disabled by Steve French · 2 years, 9 months ago
  53. 387ba9b cifs: do not build smb1ops if legacy support is disabled by Steve French · 2 years, 9 months ago
  54. cc391b6 cifs: fix potential deadlock in direct reclaim by Vincent Whitchurch · 2 years, 9 months ago
  55. f66f8b9 cifs: when extending a file with falloc we should make files not-sparse by Ronnie Sahlberg · 2 years, 9 months ago
  56. 0d5106a cifs: remove repeated debug message on cifs_put_smb_ses() by Enzo Matsumiya · 2 years, 9 months ago
  57. 8378a51 cifs: fix potential double free during failed mount by Ronnie Sahlberg · 2 years, 9 months ago
  58. bf272460 Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 9 months ago
  59. 44a48081f smb3: remove unneeded null check in cifs_readdir by Steve French · 2 years, 10 months ago
  60. 780d8ce Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 2 years, 10 months ago
  61. 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
  62. de3a9e9 cifs: fix ntlmssp on old servers by Paulo Alcantara · 2 years, 10 months ago
  63. d87c48c cifs: cache the dirents for entries in a cached directory by Ronnie Sahlberg · 2 years, 10 months ago
  64. 5752bf6 cifs: avoid parallel session setups on same channel by Shyam Prasad N · 2 years, 11 months ago
  65. dd3cd87 cifs: use new enum for ses_status by Shyam Prasad N · 3 years ago
  66. 1a6a41d cifs: do not use tcpStatus after negotiate completes by Shyam Prasad N · 3 years ago
  67. a6f844d Merge tag 'v5.18' into rdma.git for-next by Jason Gunthorpe · 2 years, 10 months ago
  68. 5283225 smb3: add mount parm nosparse by Steve French · 2 years, 10 months ago
  69. 9ccfc23 smb3: don't set rc when used and unneeded in query_info_compound by Steve French · 2 years, 10 months ago
  70. bbdf6cf smb3: check for null tcon by Steve French · 2 years, 10 months ago
  71. 93ed91c cifs: fix minor compile warning by Steve French · 2 years, 10 months ago
  72. a42078b Add various fsctl structs by Steve French · 2 years, 10 months ago
  73. 35a2b53 smb3: add trace point for oplock not found by Steve French · 2 years, 10 months ago
  74. 2b058ac cifs: return the more nuanced writeback error on close() by ChenXiaoSong · 2 years, 10 months ago
  75. fb253d5 smb3: add trace point for lease not found issue by Steve French · 2 years, 10 months ago
  76. fb64f7f cifs: smbd: fix typo in comment by Julia Lawall · 2 years, 10 months ago
  77. c9fc5ca cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir() by Ronnie Sahlberg · 2 years, 10 months ago
  78. 198bf83 cifs: check for smb1 in open_cached_dir() by Ronnie Sahlberg · 2 years, 10 months ago
  79. f695b28 cifs: move definition of cifs_fattr earlier in cifsglob.h by Ronnie Sahlberg · 2 years, 10 months ago
  80. 71081e7 cifs: print TIDs as hex by Enzo Matsumiya · 2 years, 10 months ago
  81. 337b8b0 cifs: return ENOENT for DFS lookup_cache_entry() by Enzo Matsumiya · 2 years, 10 months ago
  82. 421ef3d cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set by Enzo Matsumiya · 2 years, 10 months ago
  83. d80c698 cifs: fix signed integer overflow when fl_end is OFFSET_MAX by Paulo Alcantara · 2 years, 10 months ago
  84. 0a55cf7 SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op by Steve French · 2 years, 10 months ago
  85. eef15ea cifs: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  86. e1209d3 mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space by NeilBrown · 2 years, 10 months ago
  87. 4b60c0f mm: move responsibility for setting SWP_FS_OPS to ->swap_activate by NeilBrown · 2 years, 10 months ago
  88. ce3bb0d cifs: Convert cifs to read_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  89. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
  90. b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
  91. f5d0f92 cifs: destage any unwritten data to the server before calling copychunk_write by Ronnie Sahlberg · 2 years, 11 months ago
  92. cd70a3e cifs: use correct lock type in cifs_reconnect() by Paulo Alcantara · 2 years, 11 months ago
  93. 41f1008 cifs: fix NULL ptr dereference in refresh_mounts() by Paulo Alcantara · 2 years, 11 months ago
  94. 9339faac cifs: Use kzalloc instead of kmalloc/memset by Haowen Bai · 2 years, 11 months ago
  95. 8b6c584 cifs: verify that tcon is valid before dereference in cifs_kill_sb by Ronnie Sahlberg · 2 years, 11 months ago
  96. 64c4a37 cifs: potential buffer overflow in handling symlinks by Harshit Mogalapalli · 2 years, 11 months ago
  97. 1ddff77 cifs: Split the smb3_add_credits tracepoint by David Howells · 3 years ago
  98. d788e51 cifs: release cached dentries only if mount is complete by Shyam Prasad N · 3 years ago
  99. 994fd53 cifs: Check the IOCB_DIRECT flag, not O_DIRECT by David Howells · 3 years ago
  100. e945c65 RDMA: Split kernel-only global device caps from uverbs device caps by Jason Gunthorpe · 3 years ago