linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 23:21:24 to 2022-01-17 07:59:41 UTC [more...]

[GIT PULL] cifs/smb3 fixes
 2022-01-17  7:59 UTC  (2+ messages)

[PATCH -next] cifs: clean up an inconsistent indenting
 2022-01-17  1:11 UTC 

[PATCH] ksmbd: uninitialized variable in create_socket()
 2022-01-16 12:47 UTC  (2+ messages)

Multichannel patch series
 2022-01-15  5:51 UTC 

Multichannel patch series reconnect bug
 2022-01-14 21:19 UTC 

[PATCH v2 2/2] cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
 2022-01-14 19:53 UTC 

[PATCH v2 1/2] cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
 2022-01-14 19:53 UTC 

fix for "CIFS: DFS namespaces with non-ASCII symbols cannot be mounted" #215440 bug
 2022-01-14 19:52 UTC 

Multichannel patch series DFS regression narrowed down
 2022-01-14 15:34 UTC 

[PATCH v7] cifs: Support fscache indexing rewrite
 2022-01-14  8:28 UTC 

[PATCH] cifs: Replace one-element array with flexible-array member
 2022-01-14  6:46 UTC 

cifs fallocate doesn't flush writes?
 2022-01-13 18:22 UTC  (5+ messages)
` Incorrect fallocate behaviour in cifs or samba?

[bug report] NFS: Support statx_get and statx_set ioctls
 2022-01-13 17:50 UTC  (7+ messages)

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-13 16:20 UTC  (66+ messages)
` [PATCH v4 28/68] fscache: Provide a function to note the release of a page
` [PATCH v4 29/68] fscache: Provide a function to resize a cookie
` [PATCH v4 30/68] cachefiles: Introduce rewritten driver
` [PATCH v4 31/68] cachefiles: Define structs
` [PATCH v4 32/68] cachefiles: Add some error injection support
` [PATCH v4 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v4 34/68] cachefiles: Add cache error reporting macro
` [PATCH v4 35/68] cachefiles: Add security derivation
` [PATCH v4 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v4 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v4 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v4 41/68] cachefiles: Implement volume support
` [PATCH v4 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v4 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v4 44/68] cachefiles: Implement key to filename encoding
` [PATCH v4 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 47/68] cachefiles: Implement culling daemon commands
` [PATCH v4 48/68] cachefiles: Implement backing file wrangling
` [PATCH v4 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v4 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v4 51/68] cachefiles: Implement the I/O routines
` [PATCH v4 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v4 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v4 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v4 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v4 56/68] afs: Convert afs to use the new fscache API
` [PATCH v4 57/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v4 58/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v4 59/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v4 60/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v4 61/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v4 62/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v4 64/68] ceph: conversion to new fscache API
` [PATCH v4 65/68] ceph: add fscache writeback support
` [PATCH v4 67/68] fscache: Add a tracepoint for cookie use/unuse
` [PATCH v4 68/68] 9p, afs, ceph, cifs, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()
` [Linux-cachefs] [PATCH v4 00/68] fscache, cachefiles: Rewrite
` [PATCH v5 63/68] cifs: Support fscache indexing rewrite
` [PATCH v6] "

[PATCH v4] ksmbd: smbd: fix missing client's memory region invalidation
 2022-01-13  0:51 UTC 

[GIT PULL] fscache, cachefiles: Rewrite
 2022-01-12 23:49 UTC  (3+ messages)

[PATCH] cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
 2022-01-12 17:19 UTC  (3+ messages)
` bug: DFS namespaces with non-ASCII symbols cannot be mounted

[Bug 7726] NT_STATUS_ILLEGAL_CHARACTER -- cifs broken
 2022-01-12 11:09 UTC 

[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
 2022-01-12  5:59 UTC  (2+ messages)

Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
 2022-01-12  5:49 UTC  (10+ messages)

[PATCH v3] ksmbd: smbd: fix missing client's memory region invalidation
 2022-01-12  1:55 UTC  (2+ messages)

[PATCH v2] ksmbd: smbd: fix missing client's memory region invalidation
 2022-01-12  0:09 UTC  (3+ messages)

[PATCH] cifs: uninitialized variable in cifs_get_next_mid()
 2022-01-11 21:40 UTC  (2+ messages)

[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
 2022-01-11 14:42 UTC 

Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
 2022-01-11  3:16 UTC  (2+ messages)

[PATCH] ksmbd: smbd: fix missing client's memory region invalidation
 2022-01-11  1:58 UTC  (2+ messages)

Find no outgoing routing table entry for CIFS reconnect?
 2022-01-11  1:29 UTC 

[PATCH] cifs: move superblock magic defitions to magic.h
 2022-01-11  0:55 UTC  (4+ messages)

[Bug 7179] mount.cifs mtab locking Denial of Service
 2022-01-10 17:37 UTC 

[PATCH] ksmbd: add smb-direct shutdown
 2022-01-10  8:00 UTC 

[PATCH 1/2] ksmbd: smbd: create MR pool
 2022-01-10  4:03 UTC  (9+ messages)
` [PATCH 2/2] ksmbd: smbd: change the default maximum read/write, receive size

[PATCH] cifs: fix hang on cifs_get_next_mid()
 2022-01-08  2:09 UTC  (2+ messages)

SMB1 regression with multichannel patches in for-next
 2022-01-07 22:46 UTC  (2+ messages)

(no subject)
 2022-01-07 21:20 UTC  (6+ messages)
` [PATCH 1/3] cifs: Use netfslib
` [PATCH 2/3] cifs: Reverse the way iov_iters are used in reading
` [PATCH 3/3] cifs: Eliminate cifs_readdata::pages

[RFC][PATCH v2 0/3] cifs: In-progress conversion to use iov_iters instead of page lists
 2022-01-06 21:32 UTC  (4+ messages)
` [PATCH v2 1/3] cifs: Use netfslib
` [PATCH v2 2/3] cifs: Reverse the way iov_iters are used in reading
` [PATCH v2 3/3] cifs: Eliminate pages list from cifs_readdata, cifs_writedata and smb_rqst

[PATCH] cifs: remove unused variable ses_selected
 2022-01-06  4:39 UTC  (2+ messages)
` Fwd: "

[PATCH] ksmbd-tools: add reserved room in ipc request/response
 2022-01-06  1:57 UTC 

[PATCH] ksmbd: add reserved room in ipc request/response
 2022-01-06  1:56 UTC 

[PATCH][next] cifs: remove unused variable ses_selected
 2022-01-06  0:05 UTC 

[RFC][PATCH] cifs: Use netfslib and fscache rewrite
 2022-01-05 17:40 UTC 

[PATCH] cifs: invalidate dns resolver keys after use
 2022-01-05 13:12 UTC  (6+ messages)

[PATCH -next] cifs: Fix smb311_update_preauth_hash() kernel-doc comment
 2022-01-05  9:39 UTC 

[PATCH v2] ksmbd: smbd: call rdma_accept() under CM handler
 2022-01-04 22:39 UTC  (2+ messages)

[PATCH] ksmbd: smbd: call rdma_accept() under CM handler
 2022-01-04  1:19 UTC  (4+ messages)

[PATCH] cifs: fix set of group SID via NTSD xattrs
 2022-01-03 18:31 UTC  (4+ messages)

[ANNOUNCE] cifs-utils release 6.12 ready for download
 2022-01-02 16:32 UTC  (2+ messages)

Patch for ksmbd-tools (issue #222)
 2022-01-02  7:21 UTC  (2+ messages)

[PATCH] ksmbd: limits exceeding the maximum allowable outstanding requests
 2021-12-31  0:33 UTC 

[PATCH 1/4] ksmbd: register ksmbd ib client with ib_register_client()
 2021-12-30 22:00 UTC  (5+ messages)
` [PATCH 2/4] ksmbd: set 445 port to smbdirect port by default
` [PATCH 3/4] ksmbd: add support for smb2 max credit parameter
` [PATCH 4/4] ksmbd: move credit charge deduction under processing request

First 5 of the multichannel reconnect patch series
 2021-12-30  4:32 UTC  (2+ messages)

[PATCH] cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
 2021-12-29 21:25 UTC 

[PATCH] ksmbd-tools: add support for smb2 max credits parameter
 2021-12-29 14:15 UTC 

[PATCH] ksmbd: use F_SETLK to force vfs_file_lock() to return asynchronously
 2021-12-27  7:08 UTC  (12+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH] ksmbd: set the rdma capability of network adapter using ib_client
 2021-12-25 11:29 UTC  (7+ messages)

[PATCH] cifs: remove redundant assignment to pointer p
 2021-12-24 15:15 UTC  (2+ messages)

[GIT PULL] ksmbd fixes
 2021-12-24  1:22 UTC  (2+ messages)

[PATCH] cifs: handle async processing of F_SETLK with FL_SLEEP flag
 2021-12-23 18:00 UTC 


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).