Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-29 11:16:35 to 2024-01-16 19:47:42 UTC [more...]

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-16 19:46 UTC  (15+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core

[PATCH][next] cifs: remove redundant variable tcon_exist
 2024-01-16 10:51 UTC 

[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
 2024-01-16 10:23 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 09/14] smb: client: Fix minor whitespace errors and warnings
 2024-01-16  1:06 UTC 

[PATCH AUTOSEL 6.6 12/19] smb: client: Fix minor whitespace errors and warnings
 2024-01-16  1:05 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 13/19] smb: client: fix renaming of reparse points
` [PATCH AUTOSEL 6.6 14/19] smb: client: fix hardlinking "

[PATCH AUTOSEL 6.7 13/21] smb: client: Fix minor whitespace errors and warnings
 2024-01-16  1:03 UTC  (4+ messages)
` [PATCH AUTOSEL 6.7 14/21] smb: client: fix renaming of reparse points
` [PATCH AUTOSEL 6.7 15/21] smb: client: fix hardlinking "
` [PATCH AUTOSEL 6.7 16/21] cifs: fix in logging in cifs_chan_update_iface

[PATCH] ksmbd: only v2 leases handle the directory
 2024-01-15  1:34 UTC 

[PATCH v2] ksmbd: update feature status in documentation
 2024-01-14  6:27 UTC 

[PATCH] ksmbd: update feature status in documentation
 2024-01-14  5:20 UTC  (3+ messages)

Patch "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.1-stable tree
 2024-01-14  3:23 UTC  (17+ messages)
  ` [Regression 6.1.y] From "cifs: Fix flushing, invalidation and file size with copy_file_range()"

[PATCH] keys, dns: Fix size check of V1 server-list header
 2024-01-13 20:40 UTC  (4+ messages)

[PATCH] ksmbd: update feature status in documentation
 2024-01-13  6:45 UTC 

[GIT PULL] ksmbd server fixes
 2024-01-12  5:07 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2024-01-11  2:24 UTC  (2+ messages)

[GIT PULL] afs, dns: Fix dynamic root interaction with negative DNS
 2024-01-10 18:52 UTC  (12+ messages)
    ` [PATCH] keys, dns: Fix missing size check of V1 server-list header

[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
 2024-01-10 17:25 UTC  (9+ messages)
` [PATCH 1/4] netfs: "
` [PATCH 2/4] afs: "
` [PATCH 3/4] erofs: "
` [PATCH 4/4] cifs: "

[PATCH 0/6] netfs, cachefiles: More additional patches
 2024-01-10 12:05 UTC  (11+ messages)
` [PATCH 1/6] netfs: Mark netfs_unbuffered_write_iter_locked() static
` [PATCH 2/6] netfs: Count DIO writes
` [PATCH 3/6] netfs: Fix interaction between write-streaming and cachefiles culling
` [PATCH 4/6] netfs: Fix the loop that unmarks folios after writing to the cache
` [PATCH 5/6] cachefiles: Fix signed/unsigned mixup
  ` [External] "
` [PATCH 6/6] netfs: Fix wrong #ifdef hiding wait

[PATCH] ksmbd: Add missing set_freezable() for freezable kthread
 2024-01-10  1:49 UTC  (2+ messages)

[PATCH] ksmbd: free ppace array on error in parse_dacl
 2024-01-10  0:28 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2 1/3] smb: client: Protect ses->chans update with chan_lock spin lock
 2024-01-09 23:44 UTC  (3+ messages)
` [PATCH v2 2/3] smb: client: Protect tcon->status with tc_lock "

[PATCH 6.1.y ] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2024-01-09 11:40 UTC  (2+ messages)

[PATCH 0/5] netfs, cachefiles, 9p: Additional patches
 2024-01-09  8:32 UTC  (15+ messages)
` [PATCH 1/5] cachefiles: Fix __cachefiles_prepare_write()
` [PATCH 2/5] 9p: Fix initialisation of netfs_inode for 9p
` [PATCH 3/5] 9p: Do a couple of cleanups
` [PATCH 4/5] 9p: Always update remote_i_size in stat2inode
` [PATCH 5/5] 9p: Use length of data written to the server in preference to error
` [PATCH 6/5] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH 7/5] netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"

[PATCH 1/3] cifs: delete unnecessary NULL checks in cifs_chan_update_iface()
 2024-01-09  7:44 UTC  (9+ messages)
` [PATCH 2/3] cifs: make cifs_chan_update_iface() a void function
` [PATCH 3/3] cifs: simplify a check in cifs_chan_update_iface()

[PATCH 6.1 149/150] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2024-01-09  1:54 UTC  (2+ messages)

Linux client SMB and DFS site awareness
 2024-01-09  0:56 UTC  (4+ messages)

[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
 2024-01-08 15:58 UTC  (7+ messages)

[PATCH 1/2] ksmbd: don't allow O_TRUNC open on read-only share
 2024-01-07 13:08 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: send lease break notification on FILE_RENAME_INFORMATION

[PATCH 1/2] smb: client: stop revalidating reparse points unnecessarily
 2024-01-06 23:05 UTC  (2+ messages)
` [PATCH 2/2] cifs: get rid of dup length check in parse_reparse_point()

[PATCH] cifs: Pass unbyteswapped eof value into SMB2_set_eof()
 2024-01-05 20:02 UTC  (2+ messages)

[PATCH] smb3: Improve exception handling in allocate_mr_list()
 2024-01-05 19:57 UTC  (2+ messages)

[PATCH 1/2] smb: client: reuse file lease key in compound operations
 2024-01-05 18:42 UTC  (15+ messages)
` [PATCH 2/2] smb: client: retry compound request without reusing lease

Information on use-after-free in smb2_is_status_io_timeout()?
 2024-01-05 18:14 UTC  (3+ messages)

[GIT PULL] SMB3 client multichannel fixes
 2024-01-05 18:10 UTC  (2+ messages)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-01-05 17:20 UTC  (29+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
  ` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
  ` [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion
      `  "
  ` [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
    ` [PATCH] Fix oops in NFS
  ` [PATCH] 9p: Fix initialisation of netfs_inode for 9p

[PATCH 6.6 067/156] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-05 10:06 UTC  (4+ messages)

CIFS with Virtual box won't mount share
 2024-01-04 10:10 UTC 

[PATCH 5.10 19/75] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-03 16:55 UTC 

[PATCH 5.15 21/95] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-03 16:54 UTC 

[PATCH 6.1 038/112] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-30 11:59 UTC 

[PATCH 1/4] cifs: cifs_chan_is_iface_active should be called with chan_lock held
 2023-12-29 17:15 UTC  (10+ messages)
` [PATCH 2/4] cifs: do not depend on release_iface for maintaining iface_list
` [PATCH 3/4] cifs: cifs_pick_channel should skip unhealthy channels
` [PATCH 4/4] cifs: fix in logging in cifs_chan_update_iface

Recent multichannel fixes for the client
 2023-12-29 15:20 UTC 

[PATCH] cifs: after disabling multichannel, mark tcon for reconnect
 2023-12-29 11:32 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).