messages from 2024-11-08 17:36:29 to 2024-12-04 16:31:41 UTC [more...]
null-ptr deref found in netfs code
2024-12-04 16:31 UTC (9+ messages)
` [PATCH] netfs: Fix non-contiguous donation between completed reads
[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
2024-12-04 1:51 UTC (3+ messages)
Special files broken against Samba master
2024-12-03 20:25 UTC (5+ messages)
xfstest test
2024-12-03 16:42 UTC (3+ messages)
[PATCH 6.12 703/826] ksmbd: fix use-after-free in SMB request handling
2024-12-03 14:47 UTC
[PATCH 6.11 705/817] ksmbd: fix use-after-free in SMB request handling
2024-12-03 14:44 UTC
backporting 24a9799aa8ef ("smb: client: fix UAF in smb2_reconnect_server()") to older stable series (was: Re: FAILED: patch "[PATCH] smb: client: fix UAF in smb2_reconnect_server()" failed to apply to 6.1-stable tree)
2024-12-03 14:45 UTC (4+ messages)
` backporting 24a9799aa8ef ("smb: client: fix UAF in smb2_reconnect_server()") to older stable series
[PATCH] cifs: Fix buffer overflow when parsing NFS reparse points
2024-12-01 12:47 UTC (6+ messages)
[GIT PULL] ksmbd server fixes
2024-11-30 18:39 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2024-11-30 18:39 UTC (2+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
2024-11-29 17:15 UTC (3+ messages)
[Samba] Random EINVAL when opening files with SMB3 POSIX extensions enabled
2024-11-29 16:22 UTC
Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
2024-11-29 16:01 UTC (14+ messages)
[PATCH v2 0/4] SMB cached directory fixes around reconnection/unmounting
2024-11-28 14:16 UTC (19+ messages)
` [PATCH v2 1/4] smb: cached directories can be more than root file handle
` [PATCH v2 2/4] smb: Don't leak cfid when reconnect races with open_cached_dir
` [PATCH v2 3/4] smb: prevent use-after-free due to open_cached_dir error paths
` [PATCH v2 4/4] smb: During unmount, ensure all cached dir instances drop their dentry
M&E- Consult-RQ387690
2024-11-28 13:57 UTC
[PATCH] smb: server: Fix building with GCC 15
2024-11-27 14:24 UTC (4+ messages)
` [PATCH v2] "
[PATCH] smb: client: don't try following DFS links in cifs_tree_connect()
2024-11-27 0:39 UTC
[PATCH] cifs-utils: Skip TGT check if valid service ticket is already available
2024-11-26 17:27 UTC
[PATCH] Update misleading comment in cifs_chan_update_iface
2024-11-26 8:37 UTC (4+ messages)
[PATCH] cifs: Add support for parsing WSL-style symlinks
2024-11-25 22:25 UTC (3+ messages)
[PATCH] smb: client: fix NULL ptr deref in crypto_aead_setkey()
2024-11-25 20:17 UTC
[PATCH v2 1/3] smb: client: disable directory caching when dir_cache_timeout is zero
2024-11-25 16:21 UTC (8+ messages)
` [PATCH v2 2/3] smb: client: remove unnecessary checks in open_cached_dir()
` [PATCH v2 3/3] smb: client: change return value in open_cached_dir_by_dentry() if !cfids
[PATCH v2 6.1] cifs: Fix buffer overflow when parsing NFS reparse points
2024-11-25 8:48 UTC
[PATCH v2 5.4/5.10/5.15] cifs: Fix buffer overflow when parsing NFS reparse points
2024-11-25 8:37 UTC
[PATCH] ksmbd: fix use-after-free in SMB request handling
2024-11-25 8:28 UTC (2+ messages)
[GIT PULL] smb3 fixes
2024-11-23 5:58 UTC (2+ messages)
[PATCH 1/6] ksmbd: use __GFP_RETRY_MAYFAIL
2024-11-23 4:17 UTC (6+ messages)
` [PATCH 2/6] ksmbd: add debug print for rdma capable
` [PATCH 3/6] ksmbd: add debug prints to know what smb2 requests were received
` [PATCH 4/6] ksmbd: add netdev-up/down event debug print
` [PATCH 5/6] ksmbd: add debug print for pending request during server shutdown
` [PATCH 6/6] ksmbd: use msleep instaed of schedule_timeout_interruptible()
[PATCH 1/2] smb: client: disable directory caching when dir_cache_timeout is zero
2024-11-23 1:16 UTC (9+ messages)
` [PATCH 2/2] smb: client: remove unnecessary NULL check in open_cached_dir_by_dentry()
[PATCH 5.4/5.10/5.15] cifs: Fix buffer overflow when parsing NFS reparse points
2024-11-22 15:29 UTC
[PATCH] autoconf: drop obsolete unused stdbool.h check
2024-11-22 13:47 UTC
man: Incorrect description of mapchars and mapposix
2024-11-21 10:22 UTC
[PATCH next] smb/client: Prevent error pointer dereference
2024-11-20 20:13 UTC (2+ messages)
[PATCH] smb: Log an error when close_all_cached_dirs fails
2024-11-20 16:01 UTC
Test improvements for cifs in current for-next
2024-11-20 15:54 UTC
[PATCH] CIFS.upcall to accomodate new namespace mount opt
2024-11-19 6:57 UTC (3+ messages)
Directory Leases
2024-11-19 2:51 UTC (6+ messages)
[PATCH 1/3] smb: client: improve compound padding in encryption
2024-11-18 18:59 UTC (5+ messages)
` [PATCH 2/3] smb: client: get rid of bounds check in SMB2_ioctl_init()
` [PATCH 3/3] smb: client: handle max length for SMB symlinks
[PATCH 0/5] SMB cached directory fixes around reconnection/unmounting
2024-11-18 17:40 UTC (13+ messages)
` [PATCH 1/5] smb: cached directories can be more than root file handle
` [PATCH 2/5] smb: Don't leak cfid when reconnect races with open_cached_dir
` [PATCH 3/5] smb: prevent use-after-free due to open_cached_dir error paths
` [PATCH 4/5] smb: No need to wait for work when cleaning up cached directories
` [PATCH 5/5] smb: During umount, flush any pending lease breaks for cached dirs
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-18 17:20 UTC (15+ messages)
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH v6.1 0/2] ksmbd: fix potencial out-of-bounds when buffer offset is invalid
2024-11-18 2:17 UTC (4+ messages)
` [PATCH v6.1 1/2] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
` [PATCH v6.1 2/2] ksmbd: fix potencial out-of-bounds when buffer offset is invalid
[PATCH] smb: client: memcpy() with surrounding object base address
2024-11-17 23:08 UTC (3+ messages)
Fwd: Using file type information from POSIX mode
2024-11-15 16:40 UTC (4+ messages)
` "
[PATCH 0/5] cifs: Fixes for SMB1 non-UNICODE 8-bit mode
2024-11-15 13:33 UTC (4+ messages)
` [PATCH 1/5] cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
[PATCH next] cifs: unlock on error in smb3_reconfigure()
2024-11-15 9:13 UTC
[PATCH 6.11 43/63] netfs: Downgrade i_rwsem for a buffered write
2024-11-15 6:38 UTC
chmod
2024-11-14 19:06 UTC (9+ messages)
[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
2024-11-14 13:17 UTC (12+ messages)
[PATCH 1/2] cifs: during remount, make sure passwords are in sync
2024-11-13 17:53 UTC (14+ messages)
` [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation
[PATCH] smb: client: Use str_yes_no() helper function
2024-11-13 17:05 UTC (2+ messages)
[PATCH] smb: client: fix use-after-free of signing key
2024-11-13 17:04 UTC (2+ messages)
[PATCH] CIFS: New mount option for cifs.upcall namespace resolution
2024-11-13 17:04 UTC (2+ messages)
[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
2024-11-10 17:59 UTC (11+ messages)
` [REGRESSION][BISECTED][STABLE] "
[GIT PULL] smb3 client fix
2024-11-09 22:01 UTC (2+ messages)
[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
2024-11-09 5:32 UTC (4+ messages)
[GIT PULL] ksmbd server fixes
2024-11-08 23:25 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