linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-21 13:25:42 to 2024-01-11 02:24:06 UTC [more...]

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

[PATCH] keys, dns: Fix size check of V1 server-list header
 2024-01-10 21:11 UTC 

[GIT PULL] afs, dns: Fix dynamic root interaction with negative DNS
 2024-01-10 18:52 UTC  (14+ 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 "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.1-stable tree
 2024-01-10 16:20 UTC  (6+ messages)
  ` [Regression 6.1.y] From "cifs: Fix flushing, invalidation and file size with copy_file_range()"

[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 04/40] netfs, fscache: Combine fscache with netfs
 2024-01-05 17:20 UTC  (51+ 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 15/40] netfs: Add support for DIO buffering
  ` [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size
  ` [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write
  ` [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages
  ` [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath
  ` [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support
  ` [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support
  ` [PATCH v5 30/40] netfs: Implement buffered write API
  ` [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
  ` [PATCH v5 32/40] netfs: Provide netfs_file_read_iter()
  ` [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion
      `  "
  ` [PATCH v5 34/40] netfs: Provide a writepages implementation
  ` [PATCH v5 35/40] netfs: Provide a launder_folio implementation
  ` [PATCH v5 36/40] netfs: Implement a write-through caching option
  ` [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
    ` [PATCH] Fix oops in NFS
  ` [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint
  ` [PATCH v5 39/40] afs: Use the netfs write helpers
  ` [PATCH v5 40/40] 9p: Use netfslib read/write_iter
  ` [PATCH] Fix EROFS Kconfig
  ` [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)

[GIT PULL] ksmbd server fix
 2023-12-29  0:17 UTC  (2+ messages)

Attention for fsnotify working with FUSE (and CIFS and NFS)
 2023-12-28 16:56 UTC 

[PATCH] MAINTAINERS: Update Ronnie Sahlberg's address
 2023-12-28 13:36 UTC 

fs/smb/client/sess.c:462:20: warning: duplicated ‘if’ condition
 2023-12-28 12:51 UTC  (4+ messages)

[cifs:for-next-next] [smb3] 29ed7da631: filebench.sum_operations/s 18.8% improvement
 2023-12-27  8:04 UTC 

[PATCH AUTOSEL 6.1 18/24] smb: client: fix potential OOB in smb2_dump_detail()
 2023-12-26  0:22 UTC 

[PATCH AUTOSEL 6.6 29/39] smb: client: fix potential OOB in smb2_dump_detail()
 2023-12-26  0:19 UTC 

[PATCH v4 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-23 16:36 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 39676dfe52331dba909c617f213fdb21015c8d10
 2023-12-23  7:44 UTC 

Various reparse point and special file handling patches
 2023-12-22 21:52 UTC 

[PATCHv2] smb3: allow files to be created with backslash in name
 2023-12-22 17:58 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 NNTP newsgroup(s).