linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-14 14:39:02 to 2022-09-29 05:02:48 UTC [more...]

[PATCH v2 0/6] Reduce SMBDirect RDMA SGE counts and sizes
 2022-09-29  5:02 UTC  (18+ messages)
` [PATCH v2 1/6] Decrease the number of SMB3 smbdirect client SGEs
` [PATCH v2 2/6] Decrease the number of SMB3 smbdirect server SGEs
` [PATCH v2 3/6] Reduce client smbdirect max receive segment size
` [PATCH v2 4/6] Reduce server smbdirect max send/receive segment sizes
          `  "
` [PATCH v2 5/6] Handle variable number of SGEs in client smbdirect send
` [PATCH v2 6/6] Fix formatting of client smbdirect RDMA logging

[PATCH v8 0/3] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-29  4:54 UTC  (6+ messages)
` [PATCH v8 1/3] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
` [PATCH v8 2/3] ksmbd: Fix wrong return value and message length check in smb2_ioctl()
` [PATCH v8 3/3] cifs: Refactor dialects in validate_negotiate_info_req to variable array

cifs.upcall debugging
 2022-09-29  4:42 UTC 

[PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
 2022-09-29  2:55 UTC  (2+ messages)

[PATCH] ksmbd: hide socket error message when ipv6 config is disable
 2022-09-29  2:48 UTC  (5+ messages)

Fwd: Buildbot: builder cifs-testing build 1038
 2022-09-29  2:20 UTC  (3+ messages)
  `  "

[PATCH v3 0/8] cifs: introduce support for AES-GMAC signing
 2022-09-29  1:56 UTC  (9+ messages)
` [PATCH v3 1/8] smb3: rename encryption/decryption TFMs
` [PATCH v3 2/8] cifs: secmech: use shash_desc directly, remove sdesc
` [PATCH v3 3/8] cifs: allocate ephemeral secmechs only on demand
` [PATCH v3 4/8] cifs: create sign/verify secmechs, don't leave keys in memory
` [PATCH v3 5/8] cifs: introduce AES-GMAC signing support for SMB 3.1.1
` [PATCH v3 6/8] cifs: deprecate 'enable_negotiate_signing' module param
` [PATCH v3 7/8] cifs: show signing algorithm name in DebugData
` [PATCH v3 8/8] cifs: use MAX_CIFS_SMALL_BUFFER_SIZE-8 as padding buffer

[PATCH v2 1/2] ksmbd: validate share name from share config response
 2022-09-29  0:07 UTC  (4+ messages)
` [PATCH v2 2/2] ksmbd-tools: preserve share name case by casefolding at lookup-time

[RFC PATCH] cifs: fix signature check for error responses
 2022-09-28 19:33 UTC  (4+ messages)

[PATCH v3 00/29] acl: add vfs posix acl api
 2022-09-28 16:08 UTC  (5+ messages)
` [PATCH v3 05/29] cifs: implement get acl method
` [PATCH v3 06/29] cifs: implement set "
` [PATCH v3 17/29] ksmbd: use vfs_remove_acl()
` [PATCH v3 27/29] cifs: use stub posix acl handlers

[PATCH v2] ksmbd: make utf-8 file name comparison work in __caseless_lookup()
 2022-09-28 13:28 UTC  (2+ messages)

[PATCH 4.19] Revert "cifs: fix double free race when mount fails in cifs_get_root()"
 2022-09-28  3:49 UTC 

[PATCH 4.19] Revert "cifs: fix double free race when mount fails in cifs_get_root()"
 2022-09-28  2:49 UTC 

[PATCH 1/2] ksmbd: validate share name from share config response
 2022-09-28  1:31 UTC  (2+ messages)
` [PATCH 2/2] ksmbd-tools: preserve share name case by casefolding at lookup-time

[PATCH] vfs: parse sloppy mount option in correct order
 2022-09-28  1:09 UTC 

[PATCH v2 00/30] acl: add vfs posix acl api
 2022-09-27 23:37 UTC  (13+ messages)
` [PATCH v2 05/30] cifs: implement get acl method
` [PATCH v2 06/30] cifs: implement set "
` [PATCH v2 19/30] ksmbd: use vfs_remove_acl()
` [PATCH v2 28/30] cifs: use stub posix acl handlers

[PATCH] ksmbd: make utf-8 file name comparison work in __caseless_lookup()
 2022-09-27  1:27 UTC  (4+ messages)

[RFC PATCH 00/29] acl: add vfs posix acl api
 2022-09-26  8:35 UTC  (21+ messages)
` [PATCH 04/29] cifs: implement get acl method
` [PATCH 05/29] cifs: implement set "
` [PATCH 18/29] ksmbd: use vfs_remove_acl()
` [PATCH 27/29] cifs: use stub posix acl handlers

[PATCH v7 0/3] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-25 23:56 UTC  (5+ messages)
` [PATCH v7 1/3] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
` [PATCH v7 2/3] ksmbd: Fix wrong return value and message length check in smb2_ioctl()
` [PATCH v7 3/3] cifs: Refactor dialects in validate_negotiate_info_req to variable array

dir lease service hangs xfstest
 2022-09-25 22:31 UTC  (2+ messages)

[RFC PATCH 00/20] fs: Remove usage of broken nls_utf8 and drop it
 2022-09-25 12:12 UTC  (7+ messages)
` [RFC PATCH 12/20] hfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH 13/20] hfsplus: "

[PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-09-24  4:34 UTC  (5+ messages)
` [PATCH 4/7] cifs: Add a function to read into an iter from a socket
` [PATCH 5/7] cifs: Change the I/O paths to use an iterator rather than a page list

[PATCH] cifs: use list_move instead of list_del + list_add
 2022-09-24  4:32 UTC 

Updates to directory caching
 2022-09-23  5:07 UTC  (4+ messages)
` [PATCH 1/2] cifs: find and use the dentry for cached non-root directories also
` [PATCH 2/2] cifs: Add a laundromat thread that will timeout any directory leases we have

[PATCH 1/3] ksmbd: change security id to the one samba used for posix extension
 2022-09-22 23:37 UTC  (10+ messages)
` [PATCH 2/3] ksmbd: set only file permisson to mode "
` [PATCH 3/3] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response

[RFC PATCH 0/6] Reduce SMBDirect RDMA SGE counts and sizes
 2022-09-22 19:35 UTC  (2+ messages)

[PATCH 1/3] ksmbd: fix endless loop when encryption for response fails
 2022-09-22 14:39 UTC  (3+ messages)
` [PATCH 2/3] ksmbd: fix encryption failure issue for session logoff response
` [PATCH 3/3] ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob

[PATCH v2 1/3] ksmbd: change security id to the one samba used for posix extension
 2022-09-22 14:33 UTC  (3+ messages)
` [PATCH v2 2/3] ksmbd: set file permission mode to match Samba server posix extension behavior
` [PATCH v2 3/3] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response

[PATCH][smb3 client] add dynamic trace points for tree disconnect
 2022-09-21 19:27 UTC 

[PATCH] cifs: check if mid was deleted in async read callback
 2022-09-21 14:10 UTC  (7+ messages)

Updated patch for the corruption with cache=none and mmap
 2022-09-20 23:46 UTC  (6+ messages)
` [PATCH] cifs: destage dirty pages before re-reading them for cache=none

[PATCH v7 0/3] ksmbd patches included vfs changes
 2022-09-20 22:43 UTC  (4+ messages)
` [PATCH v7 1/3] ksmbd: remove internal.h include
` [PATCH v7 2/3] fs: introduce lock_rename_child() helper
` [PATCH v7 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[MAINTAINERS][PATCH] Add Tom Talpey as reviewer
 2022-09-20 19:12 UTC  (2+ messages)

[PATCH] cifs: destage dirty pages before re-reading them for cache=none
 2022-09-20 19:08 UTC  (3+ messages)

[PATCH] cifs: verify signature only for valid responses
 2022-09-20 19:04 UTC  (8+ messages)

[PATCH v3] cifs: replace kfree() with kfree_sensitive() for sensitive data
 2022-09-20 18:10 UTC 

[PATCH v2] cifs: replace kfree() with kfree_sensitive() for sensitive data
 2022-09-20 14:43 UTC  (2+ messages)
  ` [cifs] c9ba95b978: BUG:KASAN:use-after-free_in_SMB2_sess_free_buffer[cifs]

[PATCH] cifs: return correct error in ->calc_signature()
 2022-09-20  4:36 UTC  (3+ messages)

[PATCH] cifs: misc: fix spelling typo in comment
 2022-09-20  4:03 UTC  (2+ messages)

Improved fix for reading stale data when cache=none
 2022-09-19 21:21 UTC  (5+ messages)
` [PATCH] cifs: destage dirty pages before re-reading them for cache=none

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-09-19 17:34 UTC  (2+ messages)

Cifs: dara corruption fix for cache=none when reading a mmapped file
 2022-09-19  3:37 UTC  (2+ messages)
` [PATCH] cifs: invalidate and destage pages before re-reading them for cache=none

[PATCH v6 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-18 23:45 UTC  (13+ messages)
` [PATCH v6 2/5] ksmbd: Fix wrong return value in smb2_ioctl()
` [PATCH v6 3/5] ksmbd: Fix FSCTL_VALIDATE_NEGOTIATE_INFO message length check "
` [PATCH v6 4/5] cifs: Add neg dialects info to smb version values
` [PATCH v6 5/5] cifs: Refactor dialects in validate_negotiate_info_req to variable array

[PATCH v2] cifs: use ALIGN() and round_up() macros
 2022-09-18  3:43 UTC 

[GIT PULL] smb3 client fixes
 2022-09-16 14:21 UTC  (2+ messages)

[PATCH v4] ksmbd: update documentation
 2022-09-15 18:28 UTC  (2+ messages)

[PATCH v3] ksmbd: update documentation
 2022-09-15 18:25 UTC  (3+ messages)

[PATCH v2 1/2] ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
 2022-09-15 13:31 UTC  (2+ messages)

[PATCH] ksmbd: port to vfs{g,u}id_t and associated helpers
 2022-09-15 13:29 UTC  (2+ messages)

[PATCH] cifs: dump_stack() only when non-interrupt error in AIO
 2022-09-14 18:54 UTC 

[RFC PATCH v2 0/3] cifs: introduce support for AES-GMAC signing
 2022-09-14 14:47 UTC  (5+ messages)
` [RFC PATCH v2 1/3] cifs: introduce AES-GMAC signing support for SMB 3.1.1

[PATCH] cifs: perf improvement - use faster macros ALIGN() and round_up()
 2022-09-14 14:38 UTC  (5+ messages)


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).