linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 17:52:34 to 2022-04-01 21:45:21 UTC [more...]

[GIT PULL] cifs/smb3 fixes
 2022-04-01 21:45 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2022-04-01 21:41 UTC  (2+ messages)

[PATCH] mount.cifs.rst: add FIPS information
 2022-04-01 17:41 UTC  (5+ messages)

[PATCH 1/2] cifs: fix potential race with cifsd thread
 2022-04-01 16:51 UTC  (9+ messages)
` [PATCH 2/2] cifs: force new session setup and tcon for dfs
  ` [PATCH v2] "

[PATCH] cifs: disable dns caching in kernel keyring
 2022-04-01 15:51 UTC 

[GIT PULL] ksmbd server fixes
 2022-04-01 14:58 UTC  (10+ messages)

[PATCH] cifs: release cached dentries only if mount is complete
 2022-04-01  7:24 UTC  (2+ messages)

[Bug 15025] New: CVE-2022-27239: Buffer overflow in mount.cifs options parser
 2022-03-31 23:25 UTC  (2+ messages)
` [Bug 15025] "

[GIT PULL] netfs: Prep for write helpers
 2022-03-31 23:22 UTC  (2+ messages)

[PATCH 1/2] cifs: replace unnecessary use of list iterator variable with head
 2022-03-31 21:55 UTC  (2+ messages)
` [PATCH 2/2] cifs: remove check of list iterator against head past the loop body

[linux-next:master] BUILD REGRESSION fdcbcd1348f4ef713668bae1b0fa9774e1811205
 2022-03-31 18:02 UTC 

Regarding to how ksmbd handles sector size request from windows cllient
 2022-03-31  4:06 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION a67ba3cf9551f8c92d5ec9d7eae1aadbb9127b57
 2022-03-30 21:51 UTC 

Regarding EKEYEXPIRED error during dns_query
 2022-03-30 13:10 UTC  (4+ messages)

[PATCH 1/2] cifs: prevent bad output lengths in smb2_ioctl_query_info()
 2022-03-29 19:20 UTC  (2+ messages)
` [PATCH 2/2] cifs: fix NULL ptr dereference "

[PATCH] fix ksmbd bigendian bug in oplock break, and move its struct and a few others to smbfs_common
 2022-03-29 15:51 UTC  (3+ messages)

Detailed analysis of how tree connect state is handled in cifs.ko
 2022-03-29  5:12 UTC 

[PATCH][CIFS] cleanup and clarify status of tree connections
 2022-03-28 22:03 UTC  (5+ messages)

[PATCH AUTOSEL 5.15 15/16] Adjust cifssb maximum read size
 2022-03-28 19:42 UTC 

[PATCH AUTOSEL 5.16 19/20] Adjust cifssb maximum read size
 2022-03-28 19:42 UTC 

[PATCH AUTOSEL 5.17 20/21] Adjust cifssb maximum read size
 2022-03-28 19:41 UTC 

[PATCH] cifs: fix enum usage
 2022-03-28 16:07 UTC  (2+ messages)

linux-next: manual merge of the cifs tree with Linus' tree
 2022-03-27 22:32 UTC 

[PATCH][SMB3] move more protocol header definitions to fs/smbfs_common
 2022-03-27  4:10 UTC  (6+ messages)

[PATCH] [smb3] move defines for query info and query fsinfo to smbfs_common
 2022-03-27  0:52 UTC  (2+ messages)

[PATCH] ksmbd: replace usage of found with dedicated list iterator variable
 2022-03-26  0:49 UTC  (3+ messages)

[PATCH 1/2] ksmbd-tools: add .gitignore
 2022-03-26  0:35 UTC  (2+ messages)
` [PATCH 2/2] ksmbd-tools: accept global share options

[PATCH][smbfs_common] move various duplicated protocol header structures to smbfs_common
 2022-03-25  5:48 UTC  (2+ messages)

Signature check for LOGOFF response
 2022-03-24 18:52 UTC  (7+ messages)

[PATCH v2] ksmbd: Remove a redundant zeroing of memory
 2022-03-24 14:46 UTC  (3+ messages)

[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
 2022-03-24  7:26 UTC 

[PATCH 1/2] cifs: convert the path to utf16 in smb2_query_info_compound
 2022-03-23 20:20 UTC  (5+ messages)
` [PATCH 2/2] cifs: change smb2_query_info_compound to use a cached fid, if available

confusing behavior of cached root directory
 2022-03-23 20:11 UTC 

[PATCH] ksmbd: Remove a redundant zeroing of memory
 2022-03-23 12:21 UTC  (5+ messages)

[PATCH] cifs: fix incorrect use of list iterator after the loop
 2022-03-23  4:20 UTC  (4+ messages)

[GIT PULL] cifs/smb3 fixes
 2022-03-22 18:32 UTC  (2+ messages)

[PATCH][CIFS] writeback fix
 2022-03-22  4:36 UTC 

[PATCH] MAINTAINERS: ksmbd: switch Sergey to reviewer
 2022-03-22  0:48 UTC 

[PATCH 1/2] cifs: fix bad fids sent over wire
 2022-03-21 23:57 UTC  (8+ messages)
` [PATCH 2/2] ksmbd: store fids as opaque u64 integers

cifs conversion to netfslib
 2022-03-21 17:18 UTC  (10+ messages)

[PATCH] cifs: fix bad fids sent over wire
 2022-03-21 16:46 UTC  (6+ messages)

[Bug 15026] New: Partial arbitrary file read via mount.cifs
 2022-03-21 16:36 UTC  (5+ messages)
` [Bug 15026] "

[PATCH] cifs: fix bad fids sent over wire
 2022-03-21 12:05 UTC  (8+ messages)

Coordinating netfslib pull request with the ceph pull request
 2022-03-19 23:47 UTC  (3+ messages)

does "cifs: we do not need a spinlock around the tree access during umount" need to go to stable as well
 2022-03-19  6:36 UTC  (2+ messages)

[GIT PULL] smb3 fix
 2022-03-18 19:38 UTC  (2+ messages)

[PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead
 2022-03-18 14:48 UTC  (15+ messages)
` [PATCH v3 00/20] netfs: Prep for write helpers
  ` [PATCH v3 13/20] netfs: Add a netfs inode context
  ` [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read
  ` [PATCH v4 13/20] netfs: Add a netfs inode context

[PATCH][SMB3] fix multiuser mount regression
 2022-03-18 14:19 UTC  (8+ messages)

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-03-18 14:05 UTC  (19+ messages)

[linux-next:master] BUILD REGRESSION 97add482e9033a9386baa8824fbea34d0cbfe663
 2022-03-18  0:53 UTC 

multiuser mount option regression
 2022-03-17 15:43 UTC  (7+ messages)

[PATCH] cifs: fix KASAN warning in parse_server_interfaces() during mount
 2022-03-15  4:33 UTC  (2+ messages)

[PATCH 0/6] use kzalloc
 2022-03-15  4:15 UTC  (4+ messages)
` [PATCH 1/6] cifs: "

[PATCH] cifs: we do not need a spinlock around the tree access during umount
 2022-03-15  3:49 UTC  (2+ messages)

[PATCH] cachefiles: Fix volume coherency attribute
 2022-03-11 16:02 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).