messages from 2026-05-28 23:52:54 to 2026-06-09 15:24:52 UTC [more...]
[PATCH rdma-next v7] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-09 15:24 UTC (2+ messages)
[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:22: error: use of undeclared identifier 'FS_XFLAG_CASEFOLD'
2026-06-09 14:11 UTC (2+ messages)
[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:43: error: 'FS_XFLAG_CASEFOLD' undeclared
2026-06-09 11:05 UTC
[PATCH v4 0/1] smb/server: implement compression fattr handler
2026-06-09 7:55 UTC (3+ messages)
` [PATCH v4 1/1] smb/server: fix incorrect file size in get_file_compression_info()
[PATCH v3 0/7] smb/server: implement compression fattr handler
2026-06-09 5:38 UTC (12+ messages)
` [PATCH v3 1/7] smb: remove duplicate server/smbfsctl.h
` [PATCH v3 2/7] smb: move compression definitions into common/fscc.h
` [PATCH v3 3/7] smb/server: get compression file attribute on open
` [PATCH v3 4/7] smb/server: implement FSCTL_GET_COMPRESSION ioctl handler
` [PATCH v3 5/7] smb/server: implement FSCTL_SET_COMPRESSION "
` [PATCH v3 6/7] smb/server: get compression format in get_file_compression_info()
` [PATCH v3 7/7] smb/server: fix incorrect file size "
xfstest generic/035
2026-06-08 22:34 UTC
full fstest list for Linux client
2026-06-08 21:39 UTC
[PATCH] smb: client: fix chmod and chgrp with SMB3.1.1 POSIX Extensions
2026-06-08 17:27 UTC (13+ messages)
[PATCH v2 0/3] smb: client: fix file compression flag ioctls
2026-06-08 15:57 UTC (4+ messages)
` [PATCH v2 1/3] smb/client: always return a value for FS_IOC_GETFLAGS
` [PATCH v2 2/3] smb/client: use writable handle for FS_IOC_SETFLAGS compression
` [PATCH v2 3/3] smb/client: allow FS_IOC_SETFLAGS to clear compression
[PATCH v2 0/3] smb: client: fix i_blocks accounting for swapfile xfstests
2026-06-08 15:28 UTC (8+ messages)
` [PATCH v2 1/3] smb/client: update i_blocks after contiguous writes
` [PATCH v2 2/3] smb/client: do not account EOF extension as allocation
` [PATCH v2 3/3] smb/client: refresh allocation size after fallocate
[PATCH v3 00/22] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-06-08 14:54 UTC (23+ messages)
` [PATCH v3 01/22] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v3 02/22] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v3 03/22] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v3 04/22] mm: Make readahead store folio count in readahead_control
` [PATCH v3 05/22] netfs: Bulk load the readahead-provided folios up front
` [PATCH v3 06/22] Add a function to kmap one page of a multipage bio_vec
` [PATCH v3 07/22] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v3 08/22] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v3 09/22] netfs: Add some tools for managing bvecq chains
` [PATCH v3 10/22] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v3 11/22] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v3 12/22] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v3 13/22] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v3 14/22] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v3 15/22] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v3 16/22] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v3 17/22] netfs: Remove netfs_extract_user_iter()
` [PATCH v3 18/22] iov_iter: Remove ITER_FOLIOQ
` [PATCH v3 19/22] netfs: Remove folio_queue and rolling_buffer
` [PATCH v3 20/22] netfs: Check for too much data being read
` [PATCH v3 21/22] netfs: Limit the minimum trigger for progress reporting
` [PATCH v3 22/22] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH samba v3 0/1] smbclient: cancel pending notify on SIGINT
2026-06-08 14:28 UTC (2+ messages)
` [PATCH samba v3 1/1] "
[PATCH cifs-utils] smbinfo: add filecompressioninfo subcommand
2026-06-08 9:27 UTC
[PATCH net-next v13 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-06-07 18:01 UTC (16+ messages)
` [PATCH net-next v13 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v13 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v13 03/15] quic: provide common utilities and data structures
` [PATCH net-next v13 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v13 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v13 06/15] quic: add stream management
` [PATCH net-next v13 07/15] quic: add connection id management
` [PATCH net-next v13 08/15] quic: add path management
` [PATCH net-next v13 09/15] quic: add congestion control
` [PATCH net-next v13 10/15] quic: add packet number space
` [PATCH net-next v13 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v13 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v13 13/15] quic: add timer management
` [PATCH net-next v13 14/15] quic: add packet builder base
` [PATCH net-next v13 15/15] quic: add packet parser base
[PATCH v2 0/5] smb/server: implement compression fattr handler
2026-06-07 2:27 UTC (6+ messages)
` [PATCH v2 1/5] smb: move compression definitions into common/fscc.h
` [PATCH v2 2/5] smb/server: get compression file attribute on open
` [PATCH v2 3/5] smb/server: implement FSCTL_GET_COMPRESSION ioctl handler
` [PATCH v2 4/5] smb/server: implement FSCTL_SET_COMPRESSION "
` [PATCH v2 5/5] smb: remove duplicate server/smbfsctl.h
[PATCH 0/5] smb/server: implement compression fattr handler
2026-06-06 16:04 UTC (25+ messages)
` [PATCH 1/5] smb: move compression definitions into common/fscc.h
` [PATCH 2/5] smb/server: get compression file attribute on open
` [PATCH 3/5] smb/server: implement FSCTL_GET_COMPRESSION ioctl handler
` [PATCH 4/5] smb/server: implement FSCTL_SET_COMPRESSION "
` [PATCH 5/5] smb: remove duplicate server/smbfsctl.h
[PATCH v1 0/3] smb: client: fix file compression flag ioctls
2026-06-06 14:43 UTC (4+ messages)
` [PATCH v1 1/3] smb/client: always return a value for FS_IOC_GETFLAGS
` [PATCH v1 2/3] smb/client: use writable handle for FS_IOC_SETFLAGS compression
` [PATCH v1 3/3] smb/client: allow FS_IOC_SETFLAGS to clear compression
[PATCH] ksmbd: fix use-after-free in same_client_has_lease()
2026-06-06 11:05 UTC (2+ messages)
[PATCH rdma-next v6] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-06 7:01 UTC (9+ messages)
[PATCH net-next v5] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-06 6:49 UTC (4+ messages)
[GIT PULL] ksmbd server fixes
2026-06-05 17:32 UTC (2+ messages)
[PATCH] cifs/client: allow FS_IOC_SETFLAGS to clear compression
2026-06-05 17:00 UTC
[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:43: error: 'FS_XFLAG_CASEFOLD' undeclared
2026-06-05 7:25 UTC
[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:22: error: use of undeclared identifier 'FS_XFLAG_CASEFOLD'
2026-06-05 7:15 UTC
[PATCH] smb/client: use writable handle for FS_IOC_SETFLAGS compression
2026-06-04 15:18 UTC
[PATCH 0/3] smb: client: fix i_blocks accounting for swapfile xfstests
2026-06-04 15:03 UTC (4+ messages)
` [PATCH 1/3] smb/client: update i_blocks after contiguous writes
` [PATCH 2/3] smb/client: do not account EOF extension as allocation
` [PATCH 3/3] smb/client: refresh allocation size after fallocate
[PATCH v3 0/9] smb: client: make remount option handling correct and consistent
2026-06-04 14:42 UTC (5+ messages)
` [PATCH v3 1/9] smb: client: sync runtime state into ctx on reconfigure
` [PATCH v3 2/9] smb: client: block non-reconfigurable option changes on remount
[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-06-04 14:26 UTC (7+ messages)
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
2026-06-04 6:50 UTC (4+ messages)
[PATCH 5.15.y] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
2026-06-04 0:05 UTC (2+ messages)
[PATCH net-next v12 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-06-03 18:15 UTC (21+ messages)
` [PATCH net-next v12 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v12 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v12 03/15] quic: provide common utilities and data structures
` [PATCH net-next v12 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v12 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v12 06/15] quic: add stream management
` [PATCH net-next v12 07/15] quic: add connection id management
` [PATCH net-next v12 08/15] quic: add path management
` [PATCH net-next v12 09/15] quic: add congestion control
` [PATCH net-next v12 10/15] quic: add packet number space
` [PATCH net-next v12 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v12 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v12 13/15] quic: add timer management
` [PATCH net-next v12 14/15] quic: add packet builder base
` [PATCH net-next v12 15/15] quic: add packet parser base
[PATCH 0/8] super: retire sget(), convert iterators to RCU
2026-06-03 13:52 UTC (5+ messages)
` [PATCH 2/8] ext4: convert mballoc KUnit test to sget_fc()
[PATCH] ksmbd: fix out-of-bounds read in smb_check_perm_dacl()
2026-06-03 2:20 UTC (2+ messages)
[PATCH v2 0/4] super: retire sget()
2026-06-02 11:20 UTC (8+ messages)
` [PATCH v2 1/4] ext4: convert extents KUnit test to sget_fc()
` [PATCH v2 2/4] ext4: convert mballoc "
` [PATCH v2 3/4] smb: client: convert cifs_smb3_do_mount() "
` [PATCH v2 4/4] fs: retire sget()
[PATCH] smb/client: always return a value for FS_IOC_GETFLAGS
2026-06-02 10:59 UTC
[PATCH RFC] smb: client: fix races in cifsd thread creation
2026-06-02 0:55 UTC
[PATCH 6.1] ksmbd: validate EaNameLength in smb2_get_ea()
2026-06-01 9:02 UTC
[GIT PULL] smb3 client fixes
2026-05-31 0:15 UTC (2+ messages)
[PATCH 6.1 070/969] ksmbd: validate EaNameLength in smb2_get_ea()
2026-05-30 16:05 UTC (3+ messages)
` [PATCH 6.1 071/969] ksmbd: require 3 sub-authorities before reading sub_auth[2]
` [PATCH 6.1 792/969] smb: client: fix OOB reads parsing symlink error response
[GIT PULL] ksmbd server fixes
2026-05-30 16:16 UTC (2+ messages)
SMB3 POSIX Spec Reviews
2026-05-30 10:16 UTC
[PATCH 1/2] vfs: make LAST_XXX private to fs/namei.c
2026-05-29 7:47 UTC (4+ 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