Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-09-15 17:48:30 to 2024-09-30 15:09:58 UTC [more...]

[PATCH 0/7] cifs: Improve support for native SMB symlinks
 2024-09-30 15:09 UTC  (18+ messages)
` [PATCH 1/7] cifs: Rename smb2_get_reparse_inode to smb2_create_reparse_inode
` [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
` [PATCH 3/7] cifs: Fix creating native symlinks pointing to current or parent directory
` [PATCH 4/7] cifs: Fix parsing native symlinks relative to the export
` [PATCH 5/7] cifs: Fix parsing native symlinks directory/file type
` [PATCH 6/7] cifs: Validate content of native symlink
` [PATCH 7/7] cifs: Fix creating and resolving absolute NT-style symlinks

[PATCH v2 19/25] netfs: Speed up buffered reading
 2024-09-30 12:51 UTC  (19+ messages)

xfstests generic/089
 2024-09-30  4:22 UTC  (4+ messages)

[PATCH 0/8] cifs: Fix support for NFS-style reparse points
 2024-09-29 16:01 UTC  (21+ messages)
` [PATCH 1/8] smb: Update comments about some reparse point tags
` [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
  ` [PATCH v2] "
` [PATCH 3/8] cifs: Fix parsing NFS-style char/block devices
` [PATCH 4/8] cifs: Fix creating "
` [PATCH 5/8] cifs: Fix buffer overflow when parsing NFS reparse points
  ` [PATCH v2] "
` [PATCH 6/8] cifs: Do not convert delimiter when parsing NFS-style symlinks
` [PATCH 7/8] cifs: Validate content of NFS reparse point buffer
` [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data

[GIT PULL] ksmbd server fixes
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2024-09-28 16:45 UTC  (2+ messages)

[REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
 2024-09-28 16:37 UTC  (5+ messages)

[PATCH] ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
 2024-09-28 15:00 UTC 

[PATCH] cifs: Fix getting reparse points from server without WSL support
 2024-09-28 14:09 UTC  (18+ messages)

[PATCH v2] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
 2024-09-28  0:53 UTC  (2+ messages)

[PATCH] ksmbd: Use struct_size() to improve get_file_alternate_info()
 2024-09-28  0:43 UTC  (2+ messages)

improved special file support ksmbd
 2024-09-27 21:49 UTC 

[PATCH] cifs: Check for UTF-16 null codepoint in SFU symlink target location
 2024-09-27 18:20 UTC 

[PATCH 0/7] cifs: Improve client SFU support for special files
 2024-09-27 18:11 UTC  (21+ messages)
` [PATCH 6/7] cifs: Fix creating of SFU fifo and socket "
  ` [PATCH 0/4] cifs: Improve client SFU support for special files (2)
    ` [PATCH 1/4] cifs: Add support for creating SFU symlinks
    ` [PATCH 2/4] cifs: Fix creating of SFU socket special files
    ` [PATCH 3/4] cifs: Fix creating of SFU fifo "
    ` [PATCH 4/4] cifs: Update SFU comments about fifos and sockets

[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2024-09-27 10:56 UTC  (9+ messages)
  ` [REGRESSION][BISECTED][STABLE] "

[PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
 2024-09-27  8:07 UTC  (13+ messages)
` [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
` [PATCH 2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
` [PATCH 3/8] afs: Fix missing wire-up of afs_retry_request()
` [PATCH 4/8] afs: Remove unused struct and function prototype
  ` (subset) "
` [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
  ` (subset) "
` [PATCH 6/8] afs: Fix the setting of the server responding flag
  ` (subset) "
` [PATCH 7/8] cifs: Fix reversion of the iter in cifs_readv_receive()
` [PATCH 8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info

default value of esize (min_encrypt_offload size)
 2024-09-26 18:23 UTC  (2+ messages)

[PATCH 0/4] fix async decryption + some secmech cleanups
 2024-09-26 17:46 UTC  (5+ messages)
` [PATCH 1/4] smb: client: fix UAF in async decryption
` [PATCH 2/4] smb: client: allocate crypto only for primary server
` [PATCH 3/4] smb: client: make HMAC-MD5 TFM ephemeral
` [PATCH 4/4] smb: client: make SHA-512 "

[GIT PULL] smb3 client fixes
 2024-09-26 16:37 UTC  (2+ messages)

Intermittent data corruption probably in Linux 6.6.52 SMB client
 2024-09-26 15:24 UTC 

[PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
 2024-09-26 13:58 UTC 

[PATCH 1/9] smb: client: avoid unnecessary reconnects when refreshing referrals
 2024-09-25 14:30 UTC  (11+ messages)
` [PATCH 2/9] smb: client: improve purging of cached referrals
` [PATCH 3/9] smb: client: fix DFS interlink failover
` [PATCH 4/9] smb: client: stop flooding dmesg in smb2_calc_signature()
` [PATCH 5/9] smb: client: print failed session logoffs with FYI
` [PATCH 6/9] smb: client: stop flooding dmesg on failed session setups
` [PATCH 7/9] smb: client: stop flooding dmesg with automounts
` [PATCH 8/9] smb: client: fix DFS failover in multiuser mounts
` [PATCH 9/9] smb: client: propagate error from cifs_construct_tcon()

[PATCH v1] smb: Correct typos in multiple comments across various files
 2024-09-25 13:53 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 130/139] ksmbd: add refcnt to ksmbd_conn struct
 2024-09-25 12:09 UTC 

[PATCH AUTOSEL 6.10 185/197] ksmbd: add refcnt to ksmbd_conn struct
 2024-09-25 11:53 UTC 

[PATCH AUTOSEL 6.11 231/244] ksmbd: add refcnt to ksmbd_conn struct
 2024-09-25 11:27 UTC 

[PATCH v1] smb: client: Correct typos in multiple comments across various files
 2024-09-25  6:55 UTC 

[PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
 2024-09-24 21:54 UTC  (5+ messages)

[PATCH] ksmbd: fix warning: comparison of distinct pointer types lacks a cast
 2024-09-24 13:48 UTC  (3+ messages)
` [PATCH] ksmbd: remove unsafe_memcpy use in session setup
` [PATCH] ksmbd: fix open failure from block and char device file

[PATCH v2 00/25] netfs: Read/write improvements
 2024-09-24  9:48 UTC  (3+ messages)
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter

[linus:master] [cifs] 43a64bd02f: xfstests.generic.465.fail
 2024-09-24  2:53 UTC  (3+ messages)

[PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
 2024-09-23 22:41 UTC  (4+ messages)

[PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
 2024-09-23  0:32 UTC  (5+ messages)

[PATCH][SMB3 client] fix incorrect mode bits reported for stat of directories with read only attribute
 2024-09-22  4:48 UTC 

connection reset observed while running iozone on single CIFS over rdma share
 2024-09-20 14:07 UTC 

[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
 2024-09-19 11:42 UTC  (4+ messages)

rmdir() fails for a dir w/o write perm
 2024-09-19 11:06 UTC  (5+ messages)

[GIT PULL] smb3 client fixes
 2024-09-19  5:20 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2024-09-19  5:20 UTC  (2+ messages)

Network discovery of nearby Samba servers
 2024-09-19  3:34 UTC  (2+ messages)

[PATCH] smb: client: fix sparse warning in should_compress()
 2024-09-18 14:59 UTC 

[PATCH v2] smb: client: fix compression heuristic functions
 2024-09-18 14:58 UTC 

[PATCH] smb: client: fix compression heuristic functions
 2024-09-18 10:03 UTC  (2+ messages)

[PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
 2024-09-17 21:24 UTC  (4+ messages)

[PATCH] cifs: Fix reversion of the iter in cifs_readv_receive()
 2024-09-17 17:30 UTC 

[bug report] smb: client: compress: LZ77 code improvements cleanup
 2024-09-16 16:32 UTC  (2+ messages)

[PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
 2024-09-16 15:32 UTC  (3+ messages)

[PATCH] cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
 2024-09-16 14:02 UTC 

[PATCH 6.6 88/91] cifs: Fix signature miscalculation
 2024-09-16 11:45 UTC 

[PATCH 6.10 118/121] cifs: Fix signature miscalculation
 2024-09-16 11:44 UTC 

[linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
 2024-09-16 10:23 UTC  (2+ messages)

[cifs:for-next 12/25] fs/smb/client/transport.c:437:24: error: implicit declaration of function 'smb_compress'; did you mean 'cra_compress'?
 2024-09-16  0:40 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox