Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-07-29 16:21:18 to 2024-08-22 11:53:38 UTC [more...]

[PATCH v2 00/12] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
 2024-08-22 11:53 UTC  (18+ 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 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

Issue with kernel 6.8.0-40-generic?
 2024-08-21 17:58 UTC  (8+ messages)

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 v2] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-20 19:15 UTC 

[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][SMB CLIENT] fix refcount issue that shutdown related xfstests uncovered
 2024-08-17  5:09 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

Different behavior of POSIX file locks depending on cache mode
 2024-08-15 20:47 UTC  (4+ messages)

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

[GIT PULL] smb3 client fixes
 2024-08-04 16:54 UTC  (2+ messages)

[cifs:5.15-backport-8-1-24 579/600] fs/cifs/readdir.c:68:35: error: implicit declaration of function 'inode_get_ctime'; did you mean 'inode_get_bytes'?
 2024-08-03 13:52 UTC 

[cifs:5.15-backport-8-1-24 546/600] fs/cifs/cifspdu.h:886:3: error: unexpected type name '__le64': expected identifier
 2024-08-03 11:03 UTC 

[cifs:5.15-backport-8-1-24 546/600] fs/cifs/cifspdu.h:885:9: error: expected specifier-qualifier-list before 'struct_group'
 2024-08-03 10:42 UTC 

[cifs:5.15-backport-8-1-24 346/600] fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier
 2024-08-03  8:58 UTC 

[cifs:5.15-backport-8-1-24 346/600] fs/cifs/../smbfs_common/smb2pdu.h:817:17: error: expected specifier-qualifier-list before 'DECLARE_FLEX_ARRAY'
 2024-08-03  8:48 UTC 

[cifs:5.15-backport-8-1-24 340/600] fs/cifs/readdir.c:554:25: error: 'FILE_UNIX_INFO' has no member named 'FileName'
 2024-08-03  7:02 UTC 

[cifs:5.15-backport-8-1-24 226/600] fs/cifs/cifspdu.h:512:17: error: expected specifier-qualifier-list before 'DECLARE_FLEX_ARRAY'
 2024-08-03  5:15 UTC 

[PATCH 00/24] netfs: Read/write improvements
 2024-08-02 14:44 UTC  (25+ messages)
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination
` [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH 24/24] cifs: Don't support ITER_XARRAY
` (subset) [PATCH 00/24] netfs: Read/write improvements

[PATCH][SMB3 client] fix setting SecurityFlags when encryption is required
 2024-08-01  3:02 UTC 

[PATCH] smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
 2024-07-31 13:23 UTC 

[PATCH][SMB3 client] add dynamic tracepoints for shutdown ioctl
 2024-07-30 19:25 UTC  (2+ messages)

Why do very few filesystems have umount helpers
 2024-07-30  2:54 UTC  (7+ messages)


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