linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 15:43:45 to 2020-05-13 06:30:36 UTC [more...]

remove kernel_setsockopt and kernel_getsockopt
 2020-05-13  6:26 UTC  (18+ messages)
` [PATCH 01/33] net: add sock_set_reuseaddr
` [PATCH 02/33] net: add sock_set_linger
` [PATCH 05/33] net: add sock_bindtoindex
` [PATCH 08/33] net: add sock_set_rcvbuf
` [PATCH 12/33] tcp: add tcp_sock_set_quickack
` [PATCH 20/33] ipv4: add ip_sock_set_recverr
` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 22/33] ipv6: add ip6_sock_set_v6only
` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
` [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
` [PATCH 29/33] rxrpc_sock_set_min_security_level
` [PATCH 31/33] net: remove kernel_setsockopt
` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
` [PATCH 33/33] net: remove kernel_getsockopt

Sporadic resource temporarily unavailable errors
 2020-05-12 16:43 UTC 

[PATCH] Use DESTDIR when installing mount.smb3 and optionally install man page
 2020-05-11 15:53 UTC  (3+ messages)

[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
 2020-05-08 14:39 UTC  (68+ messages)
` [RFC PATCH 01/61] afs: Make afs_zap_data() static
` [RFC PATCH 02/61] iov_iter: Add ITER_MAPPING
` [RFC PATCH 03/61] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 04/61] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 05/61] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 06/61] afs: Disable use of the fscache I/O routines
` [RFC PATCH 07/61] fscache: Add a cookie debug ID and use that in traces
` [RFC PATCH 08/61] fscache: Procfile to display cookies
` [RFC PATCH 09/61] fscache: Temporarily disable network filesystems' use of fscache
` [RFC PATCH 10/61] fscache: Remove the old I/O API
` [RFC PATCH 11/61] fscache: Remove the netfs data from the cookie
` [RFC PATCH 12/61] fscache: Remove struct fscache_cookie_def
` [RFC PATCH 13/61] fscache: Remove store_limit* from struct fscache_object
` [RFC PATCH 14/61] fscache: Remove fscache_check_consistency()
` [RFC PATCH 15/61] fscache: Remove fscache_attr_changed()
` [RFC PATCH 16/61] fscache: Remove obsolete stats
` [RFC PATCH 17/61] fscache: Remove old I/O tracepoints
` [RFC PATCH 18/61] fscache: Temporarily disable fscache_invalidate()
` [RFC PATCH 19/61] fscache: Remove the I/O operation manager
` [RFC PATCH 20/61] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [RFC PATCH 21/61] fscache: Provide a simple thread pool for running ops asynchronously
` [RFC PATCH 23/61] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 24/61] fscache: Remove fscache_wait_on_invalidate()
` [RFC PATCH 25/61] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 26/61] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 27/61] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 28/61] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 29/61] cachefiles: trace: Log coherency checks
` [RFC PATCH 30/61] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 31/61] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 32/61] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 33/61] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 34/61] cachefiles: Implement extent shaper
` [RFC PATCH 35/61] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 36/61] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 37/61] cachefiles: Add I/O tracepoints
` [RFC PATCH 38/61] fscache: Add read helper
` [RFC PATCH 39/61] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 40/61] fscache: Remove more obsolete stats
` [RFC PATCH 41/61] fscache: New stats
` [RFC PATCH 42/61] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 43/61] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 44/61] fscache: Provide resize operation
` [RFC PATCH 45/61] fscache: Remove the update operation
` [RFC PATCH 46/61] cachefiles: Shape write requests
` [RFC PATCH 47/61] afs: Remove afs_zero_fid as it's not used
` [RFC PATCH 48/61] afs: Move key to afs_read struct
` [RFC PATCH 49/61] afs: Don't truncate iter during data fetch
` [RFC PATCH 50/61] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 51/61] afs: Use ITER_MAPPING for writing
` [RFC PATCH 52/61] afs: Interpose struct fscache_io_request into struct afs_read
` [RFC PATCH 53/61] afs: Note the amount transferred in fetch-data delivery
` [RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 55/61] afs: Use new fscache I/O API
` [RFC PATCH 56/61] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 57/61] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 58/61] fscache: Rewrite the main document
` [RFC PATCH 59/61] fscache: Remove the obsolete API bits from the documentation
` [RFC PATCH 60/61] fscache: Document the new netfs API
` [RFC PATCH 61/61] fscache: Document the rewritten cache backend API

[PATCH trivial] CIFS: Spelling s/EACCESS/EACCES/
 2020-05-06 15:23 UTC  (2+ messages)

issues with CIFS on Ubuntu 20 mounting Windows 2019
 2020-05-04 10:11 UTC  (10+ messages)

[bug report] cifs: multichannel: move channel selection above transport layer
 2020-05-02 13:29 UTC 

[PATCH AUTOSEL 5.6 57/79] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:50 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 63/79] cifs: do not share tcons with DFS

[PATCH AUTOSEL 5.4 40/57] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 46/57] cifs: do not share tcons with DFS

[PATCH AUTOSEL 4.19 23/30] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:53 UTC 

[PATCH AUTOSEL 4.14 16/27] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:53 UTC 

[PATCH AUTOSEL 4.9 08/17] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:54 UTC 

[PATCH AUTOSEL 4.4 05/11] cifs: protect updating server->dstaddr with a spinlock
 2020-04-30 13:54 UTC 

URGENT!! PLEASE READ
 2020-04-24 23:46 UTC 

[PATCH] cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+
 2020-04-27  2:49 UTC  (6+ messages)

[GIT PULL] CIFS/SMB3 Fixes
 2020-04-26 19:20 UTC  (2+ messages)

linux-next: build failure after merge of the cifs tree
 2020-04-23  1:31 UTC  (2+ messages)

[cifs:for-next 3/4] fs/cifs/connect.c:3378:45: error: 'struct cifs_tcon' has no member named 'dfs_path'
 2020-04-22 11:05 UTC 

smbinfo --version
 2020-04-21 19:23 UTC  (5+ messages)

[PATCH] cifs: protect updating server->dstaddr with a spinlock
 2020-04-21 15:04 UTC  (3+ messages)

[PATCH 1/3] cifs: do not share tcons with DFS
 2020-04-21 10:48 UTC  (4+ messages)
` [PATCH 2/3] cifs: ensure correct super block for DFS reconnect
` [PATCH 3/3] cifs: fix uninitialised lease_key in open_shroot()

What's a good default TTL for DNS keys in the kernel
 2020-04-21  2:29 UTC  (22+ messages)
    ` cifs - Race between IP address change and sget()?

[BUG] fs: cifs : does there exist a memleak in function cifs_writev_requeue
 2020-04-20 11:04 UTC  (2+ messages)

[GIT PULL] SMB3 Fixes
 2020-04-19 19:20 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 061/129] cifs: Allocate encryption header through kmalloc
 2020-04-15 11:33 UTC 

[PATCH AUTOSEL 5.5 052/106] cifs: Allocate encryption header through kmalloc
 2020-04-15 11:41 UTC 

[PATCH AUTOSEL 5.4 38/84] cifs: Allocate encryption header through kmalloc
 2020-04-15 11:43 UTC 

[PATCH AUTOSEL 4.19 16/40] cifs: Allocate encryption header through kmalloc
 2020-04-15 11:45 UTC 

[PATCH] cifs: dump the session id and keys also for SMB2 sessions
 2020-04-15  8:00 UTC  (3+ messages)

[PATCH] cifs: Standardize logging output
 2020-04-15  5:42 UTC 

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-15  5:01 UTC  (18+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "

Same mountpoint restriction in FICLONE ioctls
 2020-04-14  3:00 UTC  (5+ messages)

how to create VM for testing with page size 64K
 2020-04-13 23:26 UTC 

[GIT PULL] cifs/smb3 fixes
 2020-04-12 17:25 UTC  (2+ messages)

[PATCH][SMB3] add experimental support for swap over SMB3
 2020-04-10  3:03 UTC 

[PATCH][SMB3.1.1 POSIX] Change noisy debug message to an FYI
 2020-04-09 18:29 UTC  (3+ messages)

[PATCH][smb3] smbdirect support can be configured by default
 2020-04-09  6:11 UTC 

Linux Mint 4.15 Kernel and NTLMv2 account lockout with empty string password
 2020-04-08 15:43 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).