messages from 2024-07-01 13:01:37 to 2024-08-14 20:42:11 UTC [more...]
[PATCH v2 00/25] netfs: Read/write improvements
2024-08-14 20:38 UTC (25+ 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
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] 9p: Fix DIO read through netfs
2024-08-10 3: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 (31+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [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 (10+ messages)
[GIT PULL] SMB3 client fixes
2024-07-28 3:57 UTC (4+ messages)
[PATCH][SMB3] mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
2024-07-28 0:39 UTC (2+ messages)
[PATCH][SMB3 client] add dynamic trace point for session setup password expired failures
2024-07-26 16:42 UTC (2+ messages)
[PATCH][SMB3 client] dynamic tracepoints for copy_range and clone_range
2024-07-24 17:04 UTC (2+ messages)
[PATCH][CIFS] fix reconnect with SMB1 Unix Extensions
2024-07-23 22:50 UTC (2+ messages)
[cifs:for-next 2/3] ERROR: modpost: "reset_cifs_unix_caps" [fs/smb/client/cifs.ko] undefined!
2024-07-23 22:48 UTC (2+ messages)
[cifs:for-next 2/3] fs/smb/client/connect.c:3822:undefined reference to `reset_cifs_unix_caps'
2024-07-23 21:31 UTC
[PATCH v2][CIFS] mount with "unix" mount option for SMB1 incorrectly handled
2024-07-23 18:21 UTC
[bug report] smb3: retrying on failed server close
2024-07-23 15:57 UTC (4+ messages)
[PATCH 6.10 2/9] cifs: Fix missing error code set
2024-07-23 11:52 UTC (4+ messages)
` [PATCH 6.10 3/9] cifs: Fix missing fscache invalidation
` [PATCH 6.10 5/9] cifs: Fix server re-repick on subrequest retry
` [PATCH 6.10 6/9] cifs: Fix setting of zero_point after DIO write
cifs: BUG: kernel NULL pointer dereference
2024-07-23 9:29 UTC (2+ messages)
[PATCH][CIFS] mount with "unix" mount option for SMB1 incorrectly handled
2024-07-23 5:56 UTC
[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
2024-07-23 0:51 UTC (8+ messages)
` [REGRESSION][BISECTED][STABLE] "
[GIT PULL] ksmbd server fixes
2024-07-22 3:54 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2024-07-21 22:53 UTC (2+ messages)
[bug report] cifsd: add server-side procedures for SMB3
2024-07-19 23:55 UTC
[PATCH 0/4] cifs: Miscellaneous fixes and a trace point
2024-07-19 15:45 UTC (9+ messages)
` [PATCH 1/4] cifs: Fix server re-repick on subrequest retry
` [PATCH 2/4] cifs: Fix missing error code set
` [PATCH 3/4] cifs: Fix setting of zero_point after DIO write
` [PATCH 4/4] cifs: Add a tracepoint to track credits involved in R/W requests
` [PATCH 5/4] cifs: Fix missing fscache invalidation
Return SMB2_CREATE_FLAG_REPARSEPOINT in create response
2024-07-17 11:18 UTC
[PATCH 6.1] cifs: use origin fullpath for automounts
2024-07-17 6:26 UTC (3+ messages)
[PATCH][SMB3] fix noisy error message logged on cross share copy_file_range
2024-07-17 5:50 UTC
[PATCH AUTOSEL 6.1 2/5] ksmbd: return FILE_DEVICE_DISK instead of super magic
2024-07-16 18:33 UTC
[PATCH AUTOSEL 6.6 2/8] ksmbd: return FILE_DEVICE_DISK instead of super magic
2024-07-16 18:32 UTC
[PATCH AUTOSEL 6.9 05/11] ksmbd: return FILE_DEVICE_DISK instead of super magic
2024-07-16 18:31 UTC
[PATCH] cifs: Use seq_putc() in two functions
2024-07-15 5:57 UTC (4+ messages)
[GIT PULL] smb3 client fix
2024-07-13 20:06 UTC (2+ messages)
[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock
2024-07-13 9:33 UTC (4+ messages)
` [PATCH RFC 2/2] "
[PATCH] cifs: fix setting SecurityFlags to true
2024-07-13 5:48 UTC (3+ messages)
file descriptor leak in 4.18.6 but not 4.17.5 with the automounter
2024-07-12 17:51 UTC
Different behavior of POSIX file locks depending on cache mode
2024-07-11 4:20 UTC (7+ messages)
[PATCH] cifs-utils: smbinfo: add gettconinfo command
2024-07-10 19:49 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2024-07-09 15:21 UTC (2+ messages)
[PATCH v2] ksmb: discard write access to the directory open
2024-07-08 12:31 UTC (8+ messages)
[GIT PULL] smb3 client fix
2024-07-07 1:38 UTC (2+ messages)
[PATCH] ksmb: discard write access to the directory open
2024-07-04 2:40 UTC (2+ messages)
cifs-utils depends on python - need it?
2024-07-02 18:26 UTC
[PATCH 6.9 221/222] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-07-02 17:04 UTC (2+ messages)
` [PATCH 6.9 222/222] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
[PATCH] cifs: Fix read-performance regression by dropping readahead expansion
2024-07-02 14:50 UTC
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-07-02 4:25 UTC (2+ messages)
` (subset) "
xfstest improvements with recent netfs fixes?
2024-07-01 21:16 UTC
[PATCH] fs: smb: client: Add missing check for kstrdup()
2024-07-01 13:01 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox