linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-21 09:07:20 to 2022-01-11 11:57:20 UTC [more...]

[PATCH v2] ksmbd: smbd: fix missing client's memory region invalidation
 2022-01-11 11:57 UTC 

[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
 2022-01-11  8:36 UTC 

[PATCH] cifs: uninitialized variable in cifs_get_next_mid()
 2022-01-11  7:17 UTC 

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

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 v4 00/68] fscache, cachefiles: Rewrite
 2022-01-10 11:31 UTC  (88+ messages)
` [PATCH v4 01/68] fscache, cachefiles: Disable configuration
` [PATCH v4 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v4 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v4 06/68] fscache: Introduce new driver
` [PATCH v4 07/68] fscache: Implement a hash function
` [PATCH v4 08/68] fscache: Implement cache registration
` [PATCH v4 09/68] fscache: Implement volume registration
` [PATCH v4 10/68] fscache: Implement cookie registration
` [PATCH v4 11/68] fscache: Implement cache-level access helpers
` [PATCH v4 12/68] fscache: Implement volume-level "
` [PATCH v4 13/68] fscache: Implement cookie-level "
` [PATCH v4 14/68] fscache: Implement functions add/remove a cache
` [PATCH v4 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v4 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v4 17/68] fscache: Implement simple cookie state machine
` [PATCH v4 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v4 19/68] fscache: Implement cookie invalidation
` [PATCH v4 20/68] fscache: Provide a means to begin an operation
` [PATCH v4 21/68] fscache: Count data storage objects in a cache
` [PATCH v4 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v4 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v4 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v4 25/68] fscache: Implement raw I/O interface
` [PATCH v4 26/68] fscache: Implement higher-level write "
` [PATCH v4 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [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] 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:40 UTC  (2+ messages)
` bug: DFS namespaces with non-ASCII symbols cannot be mounted

[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  (13+ 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 

fix workstation_name for multiuser mounts
 2021-12-22 16:04 UTC  (2+ messages)
` [PATCH] cifs: "

[PATCH] ksmbd: force "fail immediately" flag on fs with its own ->lock
 2021-12-22  9:01 UTC  (2+ messages)

NULL pointer deref on 4.16.0-rc5 with multiuser mounts
 2021-12-22  1:04 UTC  (2+ messages)

[PATCH -next 1/4] ksmbd: Fix buffer_check_err() kernel-doc comment
 2021-12-21 11:39 UTC  (5+ messages)
` [PATCH -next 2/4] ksmbd: Fix smb2_set_info_file() "
` [PATCH -next 3/4] ksmbd: Delete an invalid arguement description in smb2_populate_readdir_entry()
` [PATCH -next 4/4] ksmbd: Fix smb2_get_name() kernel-doc comment


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