messages from 2024-11-25 07:53:53 to 2024-12-17 14:40:58 UTC [more...]
[PATCH] net: Convert proto_ops::getname to sockaddr_storage
2024-12-17 14:38 UTC (3+ messages)
[PATCH] smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
2024-12-17 9:25 UTC
[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
2024-12-16 20:41 UTC (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH] smb: enable reuse of deferred file handles for write operations
2024-12-16 20:43 UTC (2+ messages)
[PATCH] smb: use macros instead of constants for leasekey size and default cifsattrs value
2024-12-16 20:42 UTC (2+ messages)
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-16 20:34 UTC (17+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
` [PATCH 11/10] netfs: Fix is-caching check in read-retry
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-15 9:25 UTC (12+ messages)
` backporting 24a9799aa8ef ("smb: client: fix UAF in smb2_reconnect_server()") to older stable series
[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
2024-12-14 8:02 UTC (8+ messages)
[GIT PULL] smb3 client fixes
2024-12-14 1:40 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2024-12-13 5:00 UTC (2+ messages)
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-12 12:09 UTC (2+ messages)
[PATCH AUTOSEL 6.1 05/15] smb: server: Fix building with GCC 15
2024-12-11 18:52 UTC
[PATCH AUTOSEL 6.6 08/23] smb: server: Fix building with GCC 15
2024-12-11 18:51 UTC
[PATCH AUTOSEL 6.12 15/36] smb: server: Fix building with GCC 15
2024-12-11 18:49 UTC
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-11 10:15 UTC
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-11 9:59 UTC
[PATCH] smb: client: destroy cfid_put_wq on module exit
2024-12-11 2:46 UTC (2+ messages)
Special files broken against Samba master
2024-12-10 13:19 UTC (14+ messages)
[PATCH] ksmbd: set ATTR_CTIME flags when setting mtime
2024-12-10 7:53 UTC (3+ messages)
[RESEND PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
2024-12-09 21:25 UTC (2+ messages)
[PATCH][SMB3] fix minor compile warning in parse_reparse_wsl_symlink
2024-12-09 19:32 UTC (2+ messages)
[PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
2024-12-09 18:02 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2 0/7] Allow to choose symlink and socket type
2024-12-09 18:00 UTC (3+ messages)
` [PATCH v2 4/7] cifs: Add support for creating NFS-style symlinks
[PATCH 0/7] cifs: Improve support for native SMB symlinks
2024-12-09 17:58 UTC (4+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-09 6:00 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2024-12-08 19:19 UTC (2+ messages)
[Samba] Random EINVAL when opening files with SMB3 POSIX extensions enabled
2024-12-07 4:34 UTC (2+ messages)
[PATCH v2 0/4] SMB cached directory fixes around reconnection/unmounting
2024-12-06 23:28 UTC (13+ messages)
` [PATCH v2 4/4] smb: During unmount, ensure all cached dir instances drop their dentry
[PATCH 6.6 512/676] ksmbd: fix use-after-free in SMB request handling
2024-12-06 14:35 UTC
ksmbd: v6.13-rc1 WARNING at fs/attr.c:300 setattr_copy+0x1ee/0x200
2024-12-06 14:56 UTC (4+ messages)
[PATCH] smb: client: fix potential race in cifs_put_tcon()
2024-12-06 14:49 UTC
[PATCH] cifs: Fix rmdir failure due to ongoing I/O on deleted file
2024-12-06 11:06 UTC
[GIT PULL] ksmbd server fixes
2024-12-05 23:08 UTC (2+ messages)
[PATCH] ksmbd: retry iterate_dir in smb2_query_dir
2024-12-05 12:44 UTC (2+ messages)
null-ptr deref found in netfs code
2024-12-05 10:49 UTC (14+ messages)
` [PATCH] netfs: Fix non-contiguous donation between completed reads
[PATCH] cifs-utils: Skip TGT check if valid service ticket is already available
2024-12-05 5:47 UTC (2+ messages)
[PATCH AUTOSEL 6.6 4/6] smb: client: don't try following DFS links in cifs_tree_connect()
2024-12-04 22:24 UTC
[PATCH AUTOSEL 6.11 5/7] smb: client: don't try following DFS links in cifs_tree_connect()
2024-12-04 22:23 UTC
[PATCH AUTOSEL 6.12 6/8] smb: client: don't try following DFS links in cifs_tree_connect()
2024-12-04 22:23 UTC
[PATCH AUTOSEL 6.1 14/15] smb: client: memcpy() with surrounding object base address
2024-12-04 15:50 UTC
[PATCH AUTOSEL 6.6 23/24] smb: client: memcpy() with surrounding object base address
2024-12-04 15:49 UTC
[PATCH AUTOSEL 6.11 30/33] smb: client: memcpy() with surrounding object base address
2024-12-04 15:47 UTC
[PATCH AUTOSEL 6.12 32/36] smb: client: memcpy() with surrounding object base address
2024-12-04 15:45 UTC
[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
2024-12-04 1:51 UTC (3+ 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
[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)
Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
2024-11-29 16:01 UTC (12+ messages)
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] 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 (6+ 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)
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