linux-cifs.vger.kernel.org archive mirror
[PATCH -next] fs: cifs: Fix atime update check 2023-12-13 2:23 UTC [GIT PULL] ksmbd fixes 2023-12-12 19:13 UTC (2+ messages) [PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry 2023-12-12 14:46 UTC [PATCH -next] fs: cifs: Fix atime update check 2023-12-12 13:58 UTC [PATCH v2 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry 2023-12-11 21:32 UTC [PATCH 5.15 138/141] cifs: Fix non-availability of dedup breaking generic/304 2023-12-11 18:23 UTC [PATCH 6.1 169/194] cifs: Fix non-availability of dedup breaking generic/304 2023-12-11 18:22 UTC (3+ messages) ` [PATCH 6.1 181/194] cifs: Fix flushing, invalidation and file size with copy_file_range() ` [PATCH 6.1 182/194] cifs: Fix flushing, invalidation and file size with FICLONE [PATCH 5.4 64/67] cifs: Fix non-availability of dedup breaking generic/304 2023-12-11 18:22 UTC [PATCH 5.10 93/97] cifs: Fix non-availability of dedup breaking generic/304 2023-12-11 18:22 UTC [PATCH 6.6 215/244] cifs: Fix non-availability of dedup breaking generic/304 2023-12-11 18:22 UTC (3+ messages) ` [PATCH 6.6 228/244] cifs: Fix flushing, invalidation and file size with copy_file_range() ` [PATCH 6.6 229/244] cifs: Fix flushing, invalidation and file size with FICLONE [PATCH 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry 2023-12-11 16:34 UTC [PATCH 1/4] smb: client: fix OOB in receive_encrypted_standard() 2023-12-11 13:26 UTC (4+ messages) ` [PATCH 2/4] smb: client: fix potential OOBs in smb2_parse_contexts() ` [PATCH 3/4] smb: client: fix NULL deref in asn1_ber_decoder() ` [PATCH 4/4] smb: client: fix OOB in smb2_query_reparse_point() [GIT PULL] smb3 client fixes 2023-12-09 20:34 UTC (2+ messages) Lease keys and hardlinked files 2023-12-08 21:36 UTC (4+ messages) [PATCH] cifs: Reuse file lease key in compound operations 2023-12-08 17:45 UTC (14+ messages) [PATCH] ksmbd: validate the zero field of packet header 2023-12-08 15:34 UTC (3+ messages) Can fallocate() ops be emulated better using SMB request compounding? 2023-12-08 14:03 UTC (8+ messages) Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy 2023-12-08 8:51 UTC [PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib 2023-12-07 21:57 UTC (63+ messages) ` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/ ` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs ` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation ` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink ` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs ` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests ` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger ` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op ` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification ` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls ` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking ` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers ` [PATCH v3 13/59] netfs: Add support for DIO buffering ` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray ` [PATCH v3 15/59] netfs: Add bounce buffering support ` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator ` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments ` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints ` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes ` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size ` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer ` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use ` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write ` [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice ` [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write ` [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages ` [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath ` [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read ` [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support ` [PATCH v3 30/59] netfs: Implement buffered write API ` [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() ` [PATCH v3 32/59] netfs: Provide netfs_file_read_iter() ` [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion ` [PATCH v3 34/59] netfs: Provide a writepages implementation ` [PATCH v3 35/59] netfs: Provide minimum blocksize parameter ` [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize ` [PATCH v3 37/59] netfs: Perform content encryption ` [PATCH v3 38/59] netfs: Decrypt encrypted content ` [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read ` [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write ` [PATCH v3 41/59] netfs: Provide a launder_folio implementation ` [PATCH v3 42/59] netfs: Implement a write-through caching option ` [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first ` [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data ` [PATCH v3 45/59] afs: Use the netfs write helpers ` [PATCH v3 46/59] 9p: Use netfslib read/write_iter ` [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest ` [PATCH v3 48/59] cifs: Share server EOF pos with netfslib ` [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range() ` [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest ` [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest ` [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args ` [PATCH v3 53/59] cifs: Implement netfslib hooks ` [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c ` [PATCH v3 55/59] cifs: Cut over to using netfslib ` [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1 ` [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2 ` [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3 ` [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty Issues with FIEMAP, xfstests, Samba, ksmbd and CIFS 2023-12-06 18:47 UTC (3+ messages) [PATCH 1/3] Revert "cifs: reconnect work should have reference on server struct" 2023-12-06 16:37 UTC (2+ messages) ` [PATCH 2/3] cifs: reconnect worker should take reference on server struct unconditionally [PATCH] cifs: Fix non-availability of dedup breaking generic/304 2023-12-06 4:07 UTC [PATCH] smb: client: fix potential NULL deref in parse_dfs_referrals() 2023-12-06 3:13 UTC (2+ messages) ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE 2023-12-06 0:06 UTC (2+ messages) Name string of SMB2_CREATE_ALLOCATION_SIZE is AlSi or AISi ? 2023-12-05 23:48 UTC (4+ messages) ` [EXTERNAL] Re: Name string of SMB2_CREATE_ALLOCATION_SIZE is AlSi or AISi ? - TrackingID#2312050040009715 cifs hardlink misbehaviour in generic/002? 2023-12-05 9:39 UTC (7+ messages) [PATCH 6.1 001/107] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved 2023-12-05 3:15 UTC (2+ messages) ` [PATCH 6.1 002/107] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after " [PATCH 6.6 002/134] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved 2023-12-05 3:14 UTC (2+ messages) ` [PATCH 6.6 003/134] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after " [PATCH] cifs: Fix non-availability of dedup breaking generic/304 2023-12-05 0:20 UTC (3+ messages) [PATCH AUTOSEL 6.1 03/17] ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error 2023-12-04 20:35 UTC (2+ messages) ` [PATCH AUTOSEL 6.1 15/17] smb: client, common: fix fortify warnings [PATCH AUTOSEL 6.6 06/32] ksmbd: separately allocate ci per dentry 2023-12-04 20:32 UTC (5+ messages) ` [PATCH AUTOSEL 6.6 07/32] ksmbd: release interim response after sending status pending response ` [PATCH AUTOSEL 6.6 08/32] ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId ` [PATCH AUTOSEL 6.6 09/32] ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error ` [PATCH AUTOSEL 6.6 29/32] smb: client, common: fix fortify warnings Performance drop due to alloc_workqueue() misuse and recent change 2023-12-04 18:07 UTC (2+ messages) "copy_file_range03.c:52: TFAIL: diff_us = 0, copy_file_range might not update timestamp" 2023-12-04 13:51 UTC [PATCH 1/7] ksmbd: set epoch in create context v2 lease 2023-12-04 13:45 UTC (7+ messages) ` [PATCH 2/7] ksmbd: set v2 lease capability ` [PATCH 3/7] ksmbd: downgrade RWH lease caching state to RH for directory ` [PATCH 4/7] ksmbd: send v2 lease break notification " ` [PATCH 5/7] ksmbd: lazy v2 lease break on smb2_write() ` [PATCH 6/7] ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack() ` [PATCH 7/7] ksmbd: fix wrong allocation size update in smb2_open() [bug report] CIFS: SMBD: Implement function to receive data via RDMA receive 2023-12-04 12:30 UTC [PATCH -next V2] ksmbd: fix memory leak in smb2_lock() 2023-12-04 1:23 UTC [PATCH -next] ksmbd: fix memory leak in smb2_lock() 2023-12-04 1:14 UTC (3+ messages) generic/304 doesn't seem terminable for cifs 2023-12-04 0:00 UTC (2+ messages) [PATCH 1/4] smb: client: Delete unused value 2023-12-03 6:36 UTC (7+ messages) ` [PATCH 2/4] smb: client: Protect ses->chans update with chan_lock spin lock ` [PATCH 4/4] smb: client: Fix checkpatch whitespace errors and warnings [GIT PULL] smb3 client fixes 2023-12-03 1:24 UTC (2+ messages) [PATCH 0/2] cifs: Fixes for copy_file_range() and FICLONE 2023-12-01 0:49 UTC (4+ messages) ` [PATCH 1/2] cifs: Fix flushing, invalidation and file size with copy_file_range() ` [PATCH 2/2] cifs: Fix flushing, invalidation and file size with FICLONE [PATCH 0/3] cifs: Fixes for copy_file_range() and FALLOC_FL_INSERT/ZERO_RANGE 2023-11-30 17:08 UTC (10+ messages) ` [PATCH 1/3] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved ` [PATCH 2/3] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after " ` [PATCH 3/3] cifs: Fix flushing, invalidation and file size with copy_file_range() [PATCH] smb: client, common: fix fortify warnings 2023-11-30 2:29 UTC (4+ messages) [PATCH] cifs: Set the file size after doing copychunk_range 2023-11-30 1:39 UTC (2+ messages) [PATCH] cifs: Fix issues with copy_file_range and FALLOC_FL_INSERT/ZERO_RANGE 2023-11-29 16:58 UTC (2+ messages) [PATCH] ksmbd: initialize ar to NULL 2023-11-29 5:46 UTC (4+ messages) [PATCH] smb: client: handle special files and symlinks in SMB3 POSIX 2023-11-28 21:23 UTC [PATCH AUTOSEL 6.6 37/40] smb: client: implement ->query_reparse_point() for SMB1 2023-11-28 21:05 UTC (3+ messages) ` [PATCH AUTOSEL 6.6 38/40] smb: client: introduce ->parse_reparse_point() ` [PATCH AUTOSEL 6.6 39/40] smb: client: set correct file type from NFS reparse points [PATCH] smb: client: report correct st_size for SMB and NFS symlinks 2023-11-28 19:37 UTC
page: next (older)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).