linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-09 20:27:17 to 2022-03-30 13:10:22 UTC [more...]

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

Regarding to how ksmbd handles sector size request from windows cllient
 2022-03-30 12:09 UTC  (3+ messages)

[GIT PULL] ksmbd server fixes
 2022-03-30  9:18 UTC  (6+ 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)

[GIT PULL] netfs: Prep for write helpers
 2022-03-28 16:00 UTC 

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)

[Bug 15025] New: CVE-2022-27239: Buffer overflow in mount.cifs options parser
 2022-03-21  8:37 UTC 

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 00/20] netfs: Prep for write helpers
 2022-03-18 14:48 UTC  (32+ messages)
` [PATCH v3 01/20] fscache: export fscache_end_operation()
` [PATCH v3 02/20] netfs: Generate enums from trace symbol mapping lists
` [PATCH v3 03/20] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v3 04/20] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v3 05/20] netfs: Split netfs_io_* object handling out
` [PATCH v3 06/20] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v3 07/20] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v3 08/20] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v3 09/20] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v3 10/20] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v3 11/20] netfs: Change ->init_request() to return an error code
` [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead
` [PATCH v3 13/20] netfs: Add a netfs inode context
` [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read
` [PATCH v3 15/20] netfs: Prepare to split read_helper.c
` [PATCH v3 16/20] netfs: Rename read_helper.c to io.c
` [PATCH v3 17/20] netfs: Split fs/netfs/read_helper.c
` [PATCH v3 18/20] netfs: Split some core bits out into their own file
` [PATCH v3 19/20] netfs: Keep track of the actual remote file size
` [PATCH v3 20/20] afs: Maintain netfs_i_context::remote_i_size
` [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 

[PATCH] cifs: add a break after finding a new iface
 2022-03-10 11:37 UTC 

Invalid wait context in umount
 2022-03-10 11:01 UTC 

[PATCH 0/9] Unify all programs into a single binary "ksmbdctl"
 2022-03-10  2:19 UTC  (6+ messages)
` [PATCH 4/9] share: introduce share_cmd
` [PATCH 5/9] user: introduce user_cmd

[PATCH v2 13/19] netfs: Add a function to consolidate beginning a read
 2022-03-10  1:40 UTC  (15+ messages)
` [PATCH v2 00/19] netfs: Prep for write helpers
  ` [PATCH v2 01/19] fscache: export fscache_end_operation()
  ` [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c
  ` [PATCH v2 18/19] netfs: Keep track of the actual remote file size
  ` [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-09 21:25 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).