messages from 2026-08-23 15:12:03 to 2026-08-27 13:44:44 UTC [more...]
[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
2026-08-27 13:43 UTC (11+ messages)
` [PATCH v4 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v4 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v4 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v4 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v4 05/10] netfs: Fix subreq ref leak
` [PATCH v4 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v4 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v4 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v4 09/10] netfs: Fix read progress reporting
` [PATCH v4 10/10] cachefiles: Fix potential UAF/KASAN warning
[PATCH v3 00/10] netfs, cachefiles: Miscellaneous fixes
2026-08-27 9:38 UTC (11+ messages)
` [PATCH v3 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v3 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v3 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v3 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v3 05/10] netfs: Fix subreq ref leak
` [PATCH v3 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v3 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v3 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v3 09/10] netfs: Fix read progress reporting
` [PATCH v3 10/10] cachefiles: Fix potential UAF/KASAN warning
[PATCH 0/4] ksmbd: implement Continuously Available (CA) share support
2026-08-27 7:54 UTC (6+ messages)
` [PATCH 1/4] ksmbd: advertise SMB2_GLOBAL_CAP_PERSISTENT_HANDLES
` [PATCH 2/4] ksmbd: set SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY in tree connect
` [PATCH 3/4] ksmbd: add fencing for disconnected persistent handles
` [PATCH 4/4] ksmbd: enforce write-through on CA share opens
[PATCH] MAINTAINERS: Add Paulo Alcantara as an SMBDIRECT co-maintainer
2026-08-27 5:48 UTC (3+ messages)
[PATCH v3 0/7] smb/client: fix fallocate range operation issues
2026-08-27 3:18 UTC (16+ messages)
` [PATCH v3 1/7] smb/client: validate new EOF for insert range
` [PATCH v3 2/7] smb/client: validate new EOF for zero range
` [PATCH v3 3/7] smb/client: mark file sparse before emulating insert range
` [PATCH v3 4/7] smb/client: fix data corruption in emulated "
` [PATCH v3 5/7] smb/client: fix integer truncation in collapse range
` [PATCH v3 6/7] smb/client: fix stale page cache in insert/collapse range
` [PATCH v3 7/7] smb/client: invalidate fscache for fallocate range operations
[PATCH v1 1/1] smb: client: transport: Fix debug printing in __release_mid()
2026-08-27 2:22 UTC (4+ messages)
[PATCH] smb: client: fix multiuser mount with krb5
2026-08-27 2:21 UTC (3+ messages)
[PATCH] smb: client: fix heap overflow in cifs_do_set_acl() from mismatched ACL format sizes
2026-08-27 2:13 UTC (6+ messages)
` [PATCH v2] smb: client: fix heap overflow in cifs_do_set_acl()
` [PATCH v4] "
[PATCH] cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()
2026-08-27 2:06 UTC (2+ messages)
[PATCH v5] cifs: don't update i_size in cifs_do_truncate without a cached handle
2026-08-27 1:57 UTC
[PATCH v4 0/2] cifs: two size-management bug fixes
2026-08-27 1:51 UTC (5+ messages)
` [PATCH v4 1/2] cifs: don't update i_size in cifs_do_truncate() without a cached handle
[PATCH] smb: client: tighten validate_t2() offset bounds against actual buffer size
2026-08-26 23:03 UTC (2+ messages)
[PATCH 0/2] smb: client: improve copy_ref_data() robustness
2026-08-26 19:10 UTC (3+ messages)
` [PATCH 1/2] smb: client: fill cache fields after populating cache in copy_ref_data()
` [PATCH 2/2] smb: client: prevent out-of-bounds dfs_info3_param access "
[PATCH v3 00/11] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
2026-08-26 15:31 UTC (12+ messages)
` [PATCH v3 01/11] smb: client: fix NextCommand bounds and aliasing UAF in receive_encrypted_standard()
` [PATCH v3 02/11] smb: client: validate PDU length before smb2_get_data_area_len() struct access
` [PATCH v3 03/11] smb: client: fix server->total_read not tracking sub-PDU size in receive_encrypted_standard()
` [PATCH v3 04/11] smb: client: fix missing lower-bound check on DFS referral string offsets
` [PATCH v3 05/11] smb: client: fix missing lower-bound on Next field in parse_server_interfaces()
` [PATCH v3 06/11] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
` [PATCH v3 07/11] smb: client: fix missing iov bounds check in parse_posix_sids()
` [PATCH v3 08/11] smb: client: fix underflow in is_valid_oplock_break() notify offset check
` [PATCH v3 09/11] smb: client: fix potential OOB read in smb3_enum_snapshots()
` [PATCH v3 10/11] smb: client: fix incomplete bounds check on reparse buffer in cifs_query_reparse_point()
` [PATCH v3 11/11] smb: client: fix NameOffset and Next field validation in smb2_parse_contexts()
[PATCH v3] smb: client: fix heap overflow in cifs_do_set_acl()
2026-08-26 15:06 UTC
[PATCH] MAINTAINERS: Update the KSMBD entry
2026-08-26 15:01 UTC
[PATCH 00/11] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
2026-08-26 2:18 UTC (16+ messages)
` [PATCH 01/11] smb: client: fix NextCommand bounds and aliasing UAF in receive_encrypted_standard()
` [PATCH 02/11] smb: client: validate PDU length before smb2_get_data_area_len() struct access
` [PATCH 03/11] smb: client: fix server->total_read not tracking sub-PDU size in receive_encrypted_standard()
` [PATCH 04/11] smb: client: fix missing lower-bound check on DFS referral string offsets
` [PATCH 05/11] smb: client: fix missing lower-bound on Next field in parse_server_interfaces()
` [PATCH 06/11] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
` [PATCH v2] "
` [PATCH 07/11] smb: client: fix missing iov bounds check in parse_posix_sids()
` [PATCH 08/11] smb: client: fix underflow in is_valid_oplock_break() notify offset check
` [PATCH 09/11] smb: client: fix potential OOB read in smb3_enum_snapshots()
` [PATCH 10/11] smb: client: fix incomplete bounds check on reparse buffer in cifs_query_reparse_point()
` [PATCH 11/11] smb: client: fix NameOffset and Next field validation in smb2_parse_contexts()
[PATCH RESEND 00/11] cifs: Various changes
2026-08-25 23:06 UTC (16+ messages)
` [PATCH 0/9] "
` [PATCH 1/9] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo()
` [PATCH 2/9] cifs: Remove cifs_backup_query_path_info() and replace it by cifs_query_path_info()
` [PATCH 3/9] cifs: Fix validation of EAs for WSL reparse points
` [PATCH 4/9] cifs: Validate presence of EA $LXMOD "
` [PATCH 5/9] cifs: Check if server supports EAs before trying to set it for WSL
` [PATCH 6/9] cifs: Extend ->set_EA() callback to allow operate on reparse point
` [PATCH 7/9] cifs: Create native Window socket file compatible also with WSL subsystem
` [PATCH 8/9] cifs: Add support for parsing WSL symlinks in version 1 format
` [PATCH 9/9] cifs: Add support for creating "
[GIT PULL] smb client fixes for 7.3-rc1
2026-08-25 19:51 UTC (4+ messages)
[PATCH] cifs.upcall: fix krb5 regression with --trust-dns
2026-08-25 14:10 UTC (2+ messages)
[PATCH v5 0/3] ksmbd: refactor smb2_notify() to a blocking wait
2026-08-25 13:51 UTC (4+ messages)
` [PATCH v5 1/3] smb/server: support compound fid in notify requests
` [PATCH v5 2/3] ksmbd: temporarily remove interim-work change notify handling
` [PATCH v5 3/3] ksmbd: refactor smb2_notify() to a blocking wait
[PATCH v4 0/3] ksmbd: refactor smb2_notify() to a blocking wait
2026-08-25 13:29 UTC (7+ messages)
[PATCH v2 0/9] netfs, cachefiles: Miscellaneous fixes
2026-08-25 13:20 UTC (10+ messages)
` [PATCH v2 1/9] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v2 2/9] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v2 3/9] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v2 4/9] netfs: Fix i_size update for partial transfer
` [PATCH v2 5/9] netfs: Fix subreq ref leak
` [PATCH v2 6/9] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v2 7/9] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v2 8/9] netfs: Fix read progress reporting
` [PATCH v2 9/9] cachefiles: Fix potential UAF/KASAN warning
[PATCH] smb: client: fix OOB reads in cifs_to_posix_acl()
2026-08-25 4:19 UTC (2+ messages)
[PATCH] ksmbd: zero the object ID before filling FS_OBJECT_ID_INFORMATION
2026-08-25 3:05 UTC (10+ messages)
` [PATCH v2 0/3] ksmbd: fix information leaks in smb2_get_info_filesystem()
` [PATCH v2 1/3] ksmbd: zero the FS_OBJECT_ID_INFORMATION buffer before filling it in
` [PATCH v2 2/3] ksmbd: initialize FileSystemControlFlags in FS_CONTROL_INFORMATION
` [PATCH v2 3/3] ksmbd: fill in FileSysIdentifier in FS_POSIX_INFORMATION
` [PATCH v3] "
[PATCH] smb: client: fix OOB pointer arithmetic in cifs_to_posix_acl()
2026-08-25 2:21 UTC (3+ messages)
[PATCH] smb: client: clear ce->tgthint in free_tgts()
2026-08-24 22:59 UTC (4+ messages)
` [PATCH v2 0/2] smb: client: fix dangling pointer in DFS target hints
[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-24 19:47 UTC (39+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
` [PATCH v10 13/35] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v10 14/35] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v10 15/35] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v10 16/35] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v10 17/35] netfs: Remove the writethrough code
` [PATCH v10 18/35] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v10 19/35] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v10 20/35] netfs: Add some functions to wrap the all-queued handling
` [PATCH v10 21/35] netfs: Make deprecated PG_private_2 support optional
` [PATCH v10 22/35] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v10 23/35] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v10 24/35] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v10 25/35] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v10 26/35] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v10 27/35] netfs: Remove netfs_extract_user_iter()
` [PATCH v10 28/35] iov_iter: Remove ITER_FOLIOQ
` [PATCH v10 29/35] netfs: Remove folio_queue and rolling_buffer
` [PATCH v10 30/35] netfs: Simplify read abandonment
` READ_PLUS in NetFS? "
` [PATCH v10 31/35] netfs: Check for too much data being read
` [PATCH v10 32/35] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v10 33/35] netfs: Rework writeback to use a separate list of regions to be unlocked
` [PATCH v10 34/35] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v10 35/35] netfs: Clean up now-unused code
` [PATCH v10 36/35] cachefiles: Preset the state xattr when creating a new file
[PATCH v2 0/5] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
2026-08-24 15:03 UTC (7+ messages)
` [PATCH v2 1/5] signal: allow taks to temporarily block TIF_NOTIFY_SIGNAL
` [PATCH v2 2/5] coredump: prevent TIF_NOTIFY_SIGNAL from interrupting coredumps
` [PATCH v2 3/5] selftests/coredump: test that TIF_NOTIFY_SIGNAL doesn't truncate a coredump
` [PATCH v2 4/5] smb: prevent TIF_NOTIFY_SIGNAL from interrupting
` [PATCH v2 5/5] pid_namespace: prevent TIF_NOTIFY_SIGNAL from interrupting the reaper
[PATCH] cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0
2026-08-24 12:56 UTC (2+ messages)
[BUG] cifs.ko: kernel panic in xfstests generic/464
2026-08-24 12:04 UTC
[PATCH 0/3] netfs, cachefiles: Miscellaneous fixes
2026-08-24 12:02 UTC (4+ messages)
` [PATCH 1/3] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/3] netfs: Fix read progress reporting
` [PATCH 3/3] cachefiles: Fix potential UAF/KASAN warning
[PATCH 1/2] ksmbd: doc: update SMB3 multichannel support status
2026-08-24 11:44 UTC (2+ messages)
` [PATCH 2/2] ksmbd: doc: update RDMA feature "
[PATCH v2 0/2] smb: client: fix create context out-of-bounds reads
2026-08-23 16:06 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] smb: client: validate POSIX create context length
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