linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-11 20:57:50 to 2022-09-25 12:06:53 UTC [more...]

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

[PATCH v2 0/6] Reduce SMBDirect RDMA SGE counts and sizes
 2022-09-25  3:45 UTC  (9+ 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 v7 0/3] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-24 10:52 UTC  (4+ 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

[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 

[PATCH] ksmbd: make utf-8 file name comparison work in __caseless_lookup()
 2022-09-24  2:23 UTC 

dir lease service hangs xfstest
 2022-09-24  1:03 UTC 

[RFC PATCH 00/29] acl: add vfs posix acl api
 2022-09-23 15:22 UTC  (19+ 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

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] cifs: fix signature check for error responses
 2022-09-22 22:32 UTC 

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

[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  (26+ messages)
` [PATCH v2 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v2 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v2 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v2 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v2 05/23] afs: Convert afs_writepages_region() "
` [PATCH v2 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v2 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v2 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v2 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v2 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v2 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v2 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v2 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v2 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v2 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v2 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v2 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v2 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v2 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v2 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v2 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v2 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v2 23/23] filemap: Remove find_get_pages_range_tag()

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  (14+ messages)
` [PATCH v6 1/5] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
` [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 v2] ksmbd: fix incorrect handling of iterate_dir
 2022-09-15 18:25 UTC  (8+ messages)
` [PATCH v3] ksmbd: update documentation

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

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

[cifs:gmac-signing-access-denied 14/16] fs/cifs/smb2transport.c:772: warning: expecting prototype for smb311_crypt_sign(). Prototype was for smb311_gmac_sign() instead
 2022-09-14 11:15 UTC 

[PATCH] cifs: add missing spinlock around tcon refcount
 2022-09-14  5:28 UTC  (2+ messages)

[PATCH 0/2] cifs: don't send uninitialized memory to sock_{send,recv}msg()
 2022-09-14  3:46 UTC  (4+ messages)
` [PATCH 1/2] cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
` [PATCH 2/2] cifs: always initialize struct msghdr smb_msg completely

[PATCH] cifs: replace kfree() with kfree_sensitive() for sensitive data
 2022-09-13 19:48 UTC 

[PATCH 1/2] ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
 2022-09-13 17:44 UTC  (6+ messages)
` [PATCH 2/2] ksmbd-tools: casefold utf-8 share names
  ` [PATCH 1/2] ksmbd: casefold utf-8 share names and fix ascii

[PATCH v5 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-13 10:40 UTC  (6+ messages)
` [PATCH v5 1/5] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
` [PATCH v5 2/5] ksmbd: Fix wrong return value in smb2_ioctl()
` [PATCH v5 3/5] ksmbd: Fix FSCTL_VALIDATE_NEGOTIATE_INFO message length check "
` [PATCH v5 4/5] cifs: Add neg dialects info to smb version values
` [PATCH v5 5/5] cifs: Refactor dialects in validate_negotiate_info_req to variable array

[PATCH v4 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
 2022-09-13  9:32 UTC  (4+ messages)
` [PATCH v4 2/5] ksmbd: Remove the wrong message length check of FSCTL_VALIDATE_NEGOTIATE_INFO

[PATCH][SMB3.1.1 client] fallback to query fs all info if posix query fs not supported
 2022-09-12 21:11 UTC  (3+ messages)

Cifs: fix kbz 216301: return corrupt/stale file content
 2022-09-12 15:57 UTC  (4+ messages)
` [PATCH] cifs: revalidate mapping when doing direct writes
    ` Fwd: "


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