Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-08-05 13:10:16 to 2024-08-23 20:12:57 UTC [more...]

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-23 20:12 UTC  (11+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[GIT PULL] smb3 client fixes
 2024-08-23 15:40 UTC 

regression in xfstests generic/075 and generic/112
 2024-08-23 15:01 UTC 

[PATCH AUTOSEL 6.1 01/13] ksmbd: override fsids for share path check
 2024-08-23 14:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 02/13] ksmbd: override fsids for smb2_query_info()

[PATCH AUTOSEL 6.6 01/20] ksmbd: override fsids for share path check
 2024-08-23 14:02 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/20] ksmbd: override fsids for smb2_query_info()

[PATCH AUTOSEL 6.10 02/24] ksmbd: override fsids for share path check
 2024-08-23 14:00 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 03/24] ksmbd: override fsids for smb2_query_info()

Bug in Samba's implementation of FSCTL_QUERY_ALLOCATED_RANGES?
 2024-08-23 13:20 UTC  (13+ messages)

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[PATCH] smb: Annotate struct xattr_smb_acl with __counted_by()
 2024-08-23 11:47 UTC 

Issue with kernel 6.8.0-40-generic?
 2024-08-23  2:39 UTC  (10+ messages)

[PATCH v2 00/12] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
 2024-08-22 20:59 UTC  (23+ messages)
` [PATCH v2 01/12] smb/server: fix return value of smb2_open()
` [PATCH v2 02/12] smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
` [PATCH v2 03/12] smb/server: remove useless assignment of 'file_present' "
` [PATCH v2 04/12] smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
` [PATCH v2 05/12] smb/server: update misguided comment of smb2_allocate_rsp_buf()
` [PATCH v2 06/12] smb/client: rename cifs_ntsd to smb_ntsd
` [PATCH v2 07/12] smb/client: rename cifs_sid to smb_sid
` [PATCH v2 08/12] smb/client: rename cifs_acl to smb_acl
` [PATCH v2 09/12] smb/client: rename cifs_ace to smb_ace
` [PATCH v2 10/12] smb: move some duplicate definitions to common/smbacl.h
` [PATCH v2 11/12] smb: move SMB2 Status code to common header file
` [PATCH v2 12/12] smb: add comment to STATUS_MCA_OCCURED

[PATCH][SMB CLIENT] fix refcount issue that shutdown related xfstests uncovered
 2024-08-22 17:36 UTC  (4+ messages)

Different behavior of POSIX file locks depending on cache mode
 2024-08-22 17:06 UTC  (5+ messages)

[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-22 12:01 UTC  (2+ messages)

[PATCH 0/8] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
 2024-08-22  0:59 UTC  (24+ messages)
` [PATCH 1/8] smb/server: fix return value of smb2_open()
` [PATCH 2/8] smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
` [PATCH 3/8] smb/server: remove useless variable assignment "
` [PATCH 4/8] smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
` [PATCH 5/8] smb/server: update misguided comment of smb2_allocate_rsp_buf()
` [PATCH 6/8] smb: move some duplicate definitions to common/smbacl.h
` [PATCH 7/8] smb/client: fix typo: STATUS_MCA_OCCURED -> STATUS_MCA_OCCURRED
` [PATCH 8/8] smb: move SMB2 Status code to common header file

Samba server multichannel session setup regression?
 2024-08-21 17:35 UTC  (3+ messages)

[PATCH] smb3: Use min() to improve _smbd_get_connection()
 2024-08-21  9:59 UTC 

[PATCH -next] smb: use LIST_HEAD() to simplify code
 2024-08-21  6:56 UTC 

[PATCH] smb: client: ignore unhandled reparse tags
 2024-08-21  3:45 UTC 

[GIT PULL] ksmbd server fixes
 2024-08-21  2:07 UTC  (2+ messages)

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

CIFS lockup regression on SMB1 in 6.10
 2024-08-20 19:33 UTC  (6+ messages)

[PATCH] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-20 18:39 UTC  (5+ messages)

[linus:master] [9p] e3786b29c5: xfstests.generic.465.fail
 2024-08-20 13:03 UTC  (2+ messages)

[PATCH] 9p: Fix DIO read through netfs
 2024-08-19 22:36 UTC  (3+ messages)

Netfs failure
 2024-08-19 22:07 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2024-08-17 23:36 UTC  (2+ messages)

[PATCH] ksmdb: fix spelling mistakes in documentation
 2024-08-17  0:30 UTC  (2+ messages)

[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-17  0:30 UTC  (3+ messages)

[PATCH] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-16 15:43 UTC  (3+ messages)

HI DEAR !
 2024-08-16 13:15 UTC 

[PATCH v2 00/25] netfs: Read/write improvements
 2024-08-16 11:12 UTC  (28+ messages)
` [PATCH v2 01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
` [PATCH v2 02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH v2 03/25] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH v2 04/25] netfs: Record contention stats for writeback lock
` [PATCH v2 05/25] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH v2 06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH v2 07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH v2 08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH v2 09/25] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH v2 10/25] netfs: Set the request work function upon allocation
` [PATCH v2 11/25] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH v2 12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH v2 13/25] iov_iter: Provide copy_folio_from_iter()
` [PATCH v2 14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH v2 16/25] netfs: Provide an iterator-reset function
` [PATCH v2 17/25] netfs: Simplify the writeback code
` [PATCH v2 18/25] afs: Make read subreqs async
` [PATCH v2 19/25] netfs: Speed up buffered reading
` [PATCH v2 20/25] netfs: Remove fs/netfs/io.c
` [PATCH v2 21/25] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH v2 22/25] netfs: Cancel dirty folios that have no storage destination
` [PATCH v2 23/25] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH v2 24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH v2 25/25] cifs: Don't support ITER_XARRAY

incorrect lock checks in cifs_writev()
 2024-08-15  3:46 UTC 

[PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
 2024-08-15  3:14 UTC  (2+ messages)

Fwd: ksmbd field spanning write
 2024-08-14  3:54 UTC 

[GIT PULL] ksmbd server fixes
 2024-08-13 16:17 UTC  (2+ messages)

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-08-12 13:01 UTC  (4+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers

field-spanning write warning
 2024-08-11  2:31 UTC  (3+ messages)

[GIT PULL] smb3 client fxies
 2024-08-10  4:36 UTC  (2+ messages)

[PATCH] smb/client: avoid possible NULL dereference in cifs_free_subrequest()
 2024-08-09 15:46 UTC  (7+ messages)

[PATCH][next] smb: smb2pdu.h: Use static_assert() to check struct sizes
 2024-08-09  3:50 UTC  (3+ messages)

[PATCH -next] smb: client: Remove unused extern declarations
 2024-08-08 14:03 UTC 

[dhowells-fs:netfs-writeback] [netfs] 383151c58c: xfstests.generic.465.fail
 2024-08-08  8:51 UTC 

[PATCH] Fix spelling errors in Server Message Block
 2024-08-07 21:43 UTC  (2+ messages)

[regression] smb: client: - Failure to mount DFS namespaces without ASCII symbols
 2024-08-07 18:21 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 15/15] smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
 2024-08-05 17:57 UTC 

[PATCH AUTOSEL 6.10 16/16] smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
 2024-08-05 17:55 UTC 

[PATCH 1/2] ksmbd: override fsids for share path check
 2024-08-05 13:08 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: override fsids for smb2_query_info()


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