Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-06-16 20:01:01 to 2025-07-01 16:39:22 UTC [more...]

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-01 16:38 UTC  (4+ messages)
` [PATCH 01/13] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/13] netfs: Fix double put of request
` [PATCH 03/13] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling

[PATCH] netfs: Fix i_size updating
 2025-07-01 11:42 UTC  (6+ messages)
` [PATCH] netfs: Merge i_size update functions

[PATCH] cifs: all initializations for tcon should happen in tcon_info_alloc
 2025-07-01  2:47 UTC  (5+ messages)

[PATCH 1/2] smb: change return type of cached_dir_lease_break() to bool
 2025-06-30 19:47 UTC  (2+ messages)

[PATCH 2/2] smb: invalidate and close cached directory when creating child entries
 2025-06-30 18:53 UTC 

[PATCH] smb: client: fix readdir returning wrong type with POSIX extensions
 2025-06-29 18:46 UTC  (2+ messages)

[PATCH v2 00/16] netfs, cifs: Fixes to retry-related code and RDMA support
 2025-06-28  5:16 UTC  (23+ messages)
` [PATCH v2 01/16] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH v2 02/16] netfs: Put double put of request
` [PATCH v2 03/16] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH v2 04/16] netfs: Fix looping in wait functions
` [PATCH v2 05/16] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH v2 06/16] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH v2 07/16] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH v2 08/16] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH v2 09/16] smb: client: fix regression with native SMB symlinks
` [PATCH v2 10/16] smb: client: fix warning when reconnecting channel
` [PATCH v2 11/16] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
` [PATCH v2 12/16] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
    ` [PATCH v3 "
` [PATCH v2 13/16] cifs: Fix the smbd_reponse slab to allow usercopy
` [PATCH v2 14/16] smb: client: fix potential deadlock when reconnecting channels
` [PATCH v2 15/16] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH v2 16/16] netfs: Update tracepoints in a number of ways

[GIT PULL] smb3 client fixes
 2025-06-28  3:54 UTC  (2+ messages)

[PATCH] cifs: Fix lstat() and AT_SYMLINK_NOFOLLOW to work on broken symlink nodes
 2025-06-27 22:45 UTC  (7+ messages)

W sprawie zamówień
 2025-06-26  7:45 UTC 

build warning with [PATCH] smb: client: set missing retry flag in cifs_readv callback
 2025-06-26  4:04 UTC  (4+ messages)

[PATCH v2] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
 2025-06-25 16:53 UTC  (4+ messages)

[PATCH] smb: client: remove \t from TP_printk statements
 2025-06-25 16:36 UTC  (2+ messages)

[PATCH] cifs: Fix the smbd_request and smbd_reponse slabs to allow usercopy
 2025-06-25 16:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
 2025-06-25 16:00 UTC  (11+ messages)

[PATCH 0/2] smb: client: fix problems with smbdirect/rdma mounts
 2025-06-25  8:00 UTC  (15+ messages)
` [PATCH 1/2] smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
` [PATCH 2/2] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data

[PATCH 6.12 401/414] smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
 2025-06-23 13:08 UTC 

[PATCH 6.15 564/592] smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
 2025-06-23 13:08 UTC 

[PATCH 00/11] netfs, cifs: Fixes to retry-related code
 2025-06-23 14:14 UTC  (13+ messages)
` [PATCH 01/11] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/11] netfs: Put double put of request
` [PATCH 03/11] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/11] netfs: Fix looping in wait functions
` [PATCH 05/11] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/11] cifs: Fix prepare_write to negotiate wsize if needed
` [PATCH 07/11] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 08/11] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 09/11] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 10/11] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 11/11] netfs: Update tracepoints in a number of ways

[GIT PULL] smb3 client fixes (updated)
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2025-06-21 16:12 UTC  (5+ messages)

[PATCH 1/7] smb: Use loff_t for directory position in cached_dirents
 2025-06-20 15:04 UTC  (20+ messages)
` [PATCH 2/7] smb: minor fix to use sizeof to initialize flags_string buffer
` [PATCH 3/7] smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
` [PATCH 4/7] smb: add NULL check after kzalloc in cifsConvertToUTF16
` [PATCH 5/7] cifs: minor cleanup to remove unused permission bit macros
` [PATCH 6/7] smb: Fix potential divide-by-zero issue when iface_min_speed is 0
` [PATCH 7/7] smb: Fix memory allocation and ACL handling in cifs_xattr_set

Seeing lots of coredumps from samba when using upstream cifs
 2025-06-20  0:21 UTC  (3+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (48+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH] smb: Log an error when close_all_cached_dirs fails
 2025-06-19 10:24 UTC  (3+ messages)

[PATCH 4/6] cifs: serialize initialization and cleanup of cfid
 2025-06-19 10:15 UTC  (2+ messages)

smb 3.1.1 client dir lease performance
 2025-06-19  5:03 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2025-06-19  0:52 UTC  (2+ messages)

[PATCH] cifs: Show reason why autodisabling serverino support
 2025-06-18 21:53 UTC  (6+ messages)
` [PATCH v2] "

mount.cifs help missing some newer mount options
 2025-06-18 21:43 UTC 

[PATCH] smb: client: fix first command failure during re-negotiation
 2025-06-19  1:18 UTC 

[PATCH][SMB3 client] cifs: Show reason why autodisabling serverino support
 2025-06-17 21:51 UTC  (2+ messages)

[PATCH] ksmbd: add free_transport ops in ksmbd connection
 2025-06-17 20:14 UTC  (2+ messages)

[PATCH 6.15 455/780] netfs: Fix the requests work item to not require a ref
 2025-06-17 15:27 UTC  (4+ messages)
` [PATCH 6.15 456/780] netfs: Fix wait/wake to be consistent about the waitqueue used
` [PATCH 6.15 461/780] netfs: Fix undifferentiation of DIO reads from unbuffered reads
` [PATCH 6.15 736/780] smb: client: fix perf regression with deferred closes

[RFC] Keyrings: How to make them more useful
 2025-06-17 13:54 UTC  (3+ messages)

[PATCH 1/3] smb: minor cleanup to remove unused function declaration
 2025-06-17 13:19 UTC  (4+ messages)
` [PATCH 3/3] smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox