linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-24 00:34:24 to 2021-07-21 17:52:40 UTC [more...]

Classification of reads within a filesystem
 2021-07-21 17:52 UTC  (2+ messages)

(no subject)
 2021-07-21 17:43 UTC  (18+ messages)
` [RFC PATCH 01/12] afs: Sort out symlink reading
` [RFC PATCH 02/12] netfs: Add an iov_iter to the read subreq for the network fs/cache to use
` [RFC PATCH 03/12] netfs: Remove netfs_read_subrequest::transferred
` [RFC PATCH 04/12] netfs: Use a buffer in netfs_read_request and add pages to it
` [RFC PATCH 05/12] netfs: Add a netfs inode context
` [RFC PATCH 06/12] netfs: Keep lists of pending, active, dirty and flushed regions
` [RFC PATCH 07/12] netfs: Initiate write request from a dirty region
` [RFC PATCH 08/12] netfs: Keep dirty mark for pages with more than one "
` [RFC PATCH 09/12] netfs: Send write request to multiple destinations
` [RFC PATCH 10/12] netfs: Do encryption in write preparatory phase
` [RFC PATCH 11/12] netfs: Put a list of regions in /proc/fs/netfs/regions
` [RFC PATCH 12/12] netfs: Export some read-request ref functions
` [RFC PATCH 00/12] netfs: Experimental write helpers, fscrypt and compression

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-21  7:21 UTC 

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-21  0:50 UTC 

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-21  0:49 UTC 

[GIT PULL] CIFS/SMB3 Fixes
 2021-07-17 20:13 UTC  (2+ messages)

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (18+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server
 2021-07-16 12:34 UTC  (14+ messages)
    ` [PATCH v6 01/13] ksmbd: add document
    ` [PATCH v6 02/13] ksmbd: add server handler
    ` [PATCH v6 03/13] ksmbd: add tcp transport layer
    ` [PATCH v6 04/13] ksmbd: add ipc "
    ` [PATCH v6 05/13] ksmbd: add rdma "
    ` [PATCH v6 06/13] ksmbd: add a utility code that tracks (and caches) sessions data
    ` [PATCH v6 07/13] ksmbd: add authentication
    ` [PATCH v6 10/13] ksmbd: add oplock/lease cache mechanism
    ` [PATCH v6 11/13] ksmbd: add file operations
    ` [PATCH v6 12/13] ksmbd: add Kconfig and Makefile
    ` [PATCH v6 13/13] MAINTAINERS: add ksmbd kernel server
    ` [Linux-cifsd-devel] [PATCH v6 00/13] ksmbd: introduce new SMB3 "

[Linux-cifsd-devel] [PATCH] ksmbd-tools: add support for SMB3 multichannel
 2021-07-16  7:56 UTC  (2+ messages)

[PATCH] cifs: support share failover when remounting
 2021-07-16  6:26 UTC 

Locking issue between NFSv4 and SMB client
 2021-07-15 23:47 UTC  (2+ messages)

[cifs:for-next 8/9] fs/cifs/smb2transport.c:419:15: warning: variable 'chan_index' is uninitialized when used here
 2021-07-15 15:17 UTC 

[PATCH AUTOSEL 5.4 51/51] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:45 UTC 

[PATCH AUTOSEL 5.10 88/88] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:43 UTC 

[PATCH AUTOSEL 5.12 102/102] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:40 UTC 

[PATCH AUTOSEL 5.13 108/108] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:38 UTC 

cifs.ko page management during reads
 2021-07-14 16:34 UTC  (5+ messages)

[PATCH] cifs: fix missing null session check in mount
 2021-07-14  6:37 UTC  (5+ messages)

[PATCH] cifs: Do not use the original cruid when following DFS links for multiuser mounts
 2021-07-13 15:36 UTC  (3+ messages)

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-13 12:35 UTC  (20+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH] netfs: Add MAINTAINERS record
 2021-07-13 11:54 UTC  (3+ messages)

confusing fscache path
 2021-07-12 13:20 UTC  (2+ messages)

[PATCH] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
 2021-07-12 10:34 UTC 

[GIT PULL] CIFS Fixes
 2021-07-10 19:08 UTC  (2+ messages)

mount error reporting bug with DFS and new mount API
 2021-07-10 17:38 UTC 

DFS name resolution bug
 2021-07-09 23:13 UTC  (2+ messages)

[PATCH][SMB3.1.1] add ability to send signing negotiate context
 2021-07-09 17:36 UTC  (9+ messages)

[PATCH cifs-utils] mount.cifs: handle multiple ip addresses per hostname
 2021-07-09 14:50 UTC  (5+ messages)

[PATCH 0/1] cifs: use helpers when parsing uid/gid mount options and
 2021-07-09  0:20 UTC  (6+ messages)
` [PATCH] cifs: use helpers when parsing uid/gid mount options and validate them

[PATCH cifs-utils] smbinfo: add support for new key dump ioctl
 2021-07-08 23:14 UTC  (2+ messages)

[PATCH] mount.cifs: fix crash when mount point does not exist
 2021-07-08 23:14 UTC  (3+ messages)

[PATCH cifs-utils] fix regression for kerberos mount after CVE fix
 2021-07-08 23:13 UTC  (2+ messages)

[bug report] cifsd: add server-side procedures for SMB3
 2021-07-08 11:30 UTC 

Job switch/email change
 2021-07-08 11:25 UTC 

[PATCH] ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()
 2021-07-08  0:35 UTC  (2+ messages)

[PATCH] ksmbd: delete some stray tabs
 2021-07-08  0:33 UTC  (2+ messages)

Summer of code
 2021-07-07 21:39 UTC 

[PATCH][CIFS] Clarify SMB1 code for POSIX Lock
 2021-07-07 21:16 UTC  (2+ messages)

[PATCH][CIFS] Clarify SMB1 code for rename open file
 2021-07-07 21:15 UTC  (2+ messages)

[CIFS][PATCH] Clarify SMB1 code for delete
 2021-07-07 16:27 UTC  (2+ messages)

[PATCH][CIFS] Clarify code for SMB1 SetFileSize
 2021-07-07 16:26 UTC  (2+ messages)

[bug report] cifsd: add file operations
 2021-07-07 10:11 UTC 

[PATCH][next] ksmbd: Fix read on the uninitialized pointer sess
 2021-07-06 12:43 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 22/26] cifs: fix missing spinlock around update to ses->status
 2021-07-05 15:30 UTC 

[PATCH AUTOSEL 5.10 29/41] cifs: improve fallocate emulation
 2021-07-05 15:29 UTC 

[PATCH AUTOSEL 5.12 35/52] cifs: improve fallocate emulation
 2021-07-05 15:28 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 36/52] cifs: fix check of dfs interlinks
` [PATCH AUTOSEL 5.12 37/52] smb3: fix uninitialized value for port in witness protocol move

[PATCH AUTOSEL 5.13 38/59] cifs: improve fallocate emulation
 2021-07-05 15:27 UTC  (5+ messages)
` [PATCH AUTOSEL 5.13 39/59] cifs: fix check of dfs interlinks
` [PATCH AUTOSEL 5.13 40/59] cifs: retry lookup and readdir when EAGAIN is returned
` [PATCH AUTOSEL 5.13 41/59] smb3: fix uninitialized value for port in witness protocol move
` [PATCH AUTOSEL 5.13 42/59] cifs: fix SMB1 error path in cifs_get_file_info_unix

[PATCH] cifs: include regular shares to the list of unshared tcp servers
 2021-07-05 14:37 UTC  (3+ messages)

[PATCH v5 00/13] ksmbd: introduce new SMB3 kernel server
 2021-07-05  3:07 UTC  (12+ messages)
    ` [PATCH v5 01/13] ksmbd: add document
    ` [PATCH v5 02/13] ksmbd: add server handler
    ` [PATCH v5 03/13] ksmbd: add tcp transport layer
    ` [PATCH v5 04/13] ksmbd: add ipc "
    ` [PATCH v5 05/13] ksmbd: add rdma "
    ` [PATCH v5 06/13] ksmbd: add a utility code that tracks (and caches) sessions data
    ` [PATCH v5 07/13] ksmbd: add authentication
    ` [PATCH v5 10/13] ksmbd: add oplock/lease cache mechanism
    ` [PATCH v5 11/13] ksmbd: add file operations
    ` [PATCH v5 12/13] ksmbd: add Kconfig and Makefile
    ` [PATCH v5 13/13] MAINTAINERS: add ksmbd kernel server

Fwd: Test results on latest ksmbd
 2021-07-03 21:23 UTC 

[PATCH][SMB3] Fix typo in smb2pdu.h
 2021-07-03 20:54 UTC 

[PATCH][CIFS] make locking consistent around the server session status
 2021-07-02 23:38 UTC  (4+ messages)

[PATCH] CIFS: Clarify SMB1 code for UnixCreateSymLink
 2021-07-02  1:48 UTC 

[PATCH] cifs: clarify SMB1 code for UnixCreateHardLink
 2021-07-01 22:56 UTC  (2+ messages)

[GIT PULL] CIFS/SMB3 Fixes
 2021-06-30  3:35 UTC  (2+ messages)

[PATCH][SMB3.1.1] client support for signing negotiate context
 2021-06-28 16:05 UTC  (2+ messages)

[Bug 9281] cifs kernel client not reporting quotas
 2021-06-28 11:58 UTC 

Signing negotiate context
 2021-06-27  3:58 UTC  (2+ messages)

[SMB3][PATCH] address minor Coverity warning
 2021-06-25 19:05 UTC 

[PATCH][CIFS] fix missing spinlock around update to ses->status
 2021-06-24 20:33 UTC 

SMB Partial Send Causes CIFS VFS Reconnection and File Copy Failure
 2021-06-24 18:20 UTC  (2+ messages)

[PATCH 1/2] ksmbd: move fs/cifsd to fs/ksmbd
 2021-06-24  5:27 UTC  (4+ messages)
    ` [PATCH 2/2] MAINTAINERS: rename cifsd to ksmbd

[PATCH v2 1/2] ksmbd: move fs/cifsd to fs/ksmbd
 2021-06-24  1:42 UTC 

[PATCH] cifs: set the cred_uid/linux_uid/linux_gid when duplicating contexts
 2021-06-24  0:34 UTC  (2+ messages)

[PATCH] cifs: missing null pointer check in cifs_mount
 2021-06-24  0:34 UTC  (4+ 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).