linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 16:48:47 to 2021-02-13 01:03:35 UTC [more...]

[GIT PULL] cifs fixes
 2021-02-13  1:02 UTC  (6+ messages)

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-12 16:40 UTC  (16+ messages)

RFC: ksmbd ABI for ksmbd-tools
 2021-02-12 14:38 UTC 

[PATCH 4/4] cifs: Reformat DebugData and index connections by conn_id
 2021-02-11 19:41 UTC  (11+ messages)

[PATCH 3/4] cifs: Identify a connection by a conn_id
 2021-02-11 12:32 UTC  (8+ messages)

[PATCH] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-11 12:13 UTC  (2+ messages)

[PATCH] cifs: In the new mount api we get the full devname as source=
 2021-02-11  6:06 UTC 

[PATCH 1/4] cifs: New optype for session operations
 2021-02-10  6:09 UTC  (9+ messages)

"noperm" mount option not working
 2021-02-10  2:45 UTC  (4+ messages)

[PATCH] cifs: do not disable noperm if multiuser mount option is not provided
 2021-02-10  1:55 UTC 

[PATCH] cifs: fix dfs-links
 2021-02-09 16:05 UTC  (2+ messages)

[Linux-cifsd-devel] [PATCH] cifsd: make xattr format of ksmbd compatible with samba's one
 2021-02-08  7:28 UTC  (2+ messages)

[PATCH] cifs: use discard iterator to discard unneeded network data more efficiently
 2021-02-07  9:57 UTC  (3+ messages)

[GIT PULL] cifs fixes
 2021-02-06 23:33 UTC  (2+ messages)

[PATCH v1] cifs: make nested cifs mount point dentries always valid to deal with signaled 'df'
 2021-02-05 22:31 UTC  (20+ messages)
      ` [PATCH v2] cifs: report error instead of invalid when revalidating a dentry fails
          ` [PATCH v3] "
                  ` [PATCH v4] "

Upcoming for next merge window: fscache and netfs lib
 2021-02-05 17:02 UTC 

linux-next: build warning after merge of the cifs tree
 2021-02-04 22:51 UTC 

[PATCH 2/4] cifs: Fix in error types returned for out-of-credit situations
 2021-02-04 16:49 UTC  (4+ messages)

[PATCH] cifs: Changes made to crediting code to make debugging easier
 2021-02-04  7:45 UTC  (3+ messages)

[PATCH] cifs: add new helper function for fscache conversion
 2021-02-04  7:28 UTC 

[PATCH] cifs: convert readpages_fill_pages to use iter
 2021-02-04  6:49 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2021-02-03 15:41 UTC  (2+ messages)

PATCH] smb3: include current dialect (SMB3.1.1) when version 3 or greater requested on mount
 2021-02-03 11:22 UTC  (4+ messages)

[PATCH v2] CIFS: Wait for credits if at least one request is in flight
 2021-02-03  4:47 UTC  (3+ messages)

[PATCH] CIFS: Wait for credits if at least one request is in flight
 2021-02-02 19:45 UTC  (5+ messages)

[PATCH] cifs: Rough, incomplete conversion to revised fscache I/O API
 2021-02-02 11:29 UTC 

[PATCH] smb3: Fix out-of-bounds bug in SMB2_negotiate()
 2021-02-02  4:48 UTC  (2+ messages)

[PATCH][SMB3] mount.cifs integration with PAM
 2021-02-01 10:51 UTC  (17+ messages)

[GIT] cifs fixes
 2021-01-31  2:17 UTC  (2+ messages)

[smfrench/smb3-kernel] Cifsd fixes (#21)
 2021-01-29  6:46 UTC 

[PATCH] cifs: fix dfs domain referrals
 2021-01-29  3:44 UTC 

[PATCH] cifs: returning mount parm processing errors correctly
 2021-01-29  2:07 UTC  (2+ messages)

cifs _seems_ to be unneccessarily increasing memory footprint
 2021-01-29  2:04 UTC  (2+ messages)

[PATCH] cifs: ignore the noauto option if it is provided
 2021-01-28  1:25 UTC  (8+ messages)
    ` [PATCH] cifs: ignore auto and noauto options if given

[PATCH] cifs: do not fail __smb_send_rqst if non-fatal signals are pending
 2021-01-27 19:51 UTC  (16+ messages)

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 19:10 UTC  (41+ messages)
` [PATCH 01/32] iov_iter: Add ITER_XARRAY
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] mm: Implement readahead_control pageset expansion
` [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/32] netfs: Make a netfs helper module
` [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers
` [PATCH 07/32] netfs: Add tracepoints
` [PATCH 08/32] netfs: Gather stats
` [PATCH 09/32] netfs: Add write_begin helper
` [PATCH 10/32] netfs: Define an interface to talk to a cache
` [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 12/32] afs: Disable use of the fscache I/O routines
` [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 15/32] afs: Move key to afs_read struct
` [PATCH 16/32] afs: Don't truncate iter during data fetch
` [PATCH 17/32] afs: Log remote unmarshalling errors
` [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 19/32] afs: Use ITER_XARRAY for writing
` [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 21/32] afs: Extract writeback extension into its own function
` [PATCH 22/32] afs: Prepare for use of THPs
` [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 24/32] afs: Use new fscache read helper API
` [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 30/32] NFS: Allow internal use of read structs and functions
` [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

mount dfs share failed becaus e of missing username
 2021-01-27  5:37 UTC  (2+ messages)

[GIT PULL] SMB3 Fixes
 2021-01-24 18:34 UTC  (2+ messages)

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-22 16:06 UTC  (10+ 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).