linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 07:04:54 to 2021-03-12 11:50:00 UTC [more...]

[PATCH] CIFS: Prevent error log on spurious oplock break
 2021-03-12 11:49 UTC  (7+ messages)

Testing to current ksmbd from cifs.ko
 2021-03-12  7:21 UTC  (2+ messages)

[man-pages][PATCH v1] flock.2: add CIFS details
 2021-03-11 22:39 UTC  (21+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "
              ` [PATCH v4] "

cifsacl and xfstests 554 and 569
 2021-03-11 19:54 UTC 

cifs: Deferred close for files
 2021-03-11 17:55 UTC  (3+ messages)

[PATCH] cifs: try to pick channel with a minimum of credits
 2021-03-11 13:31 UTC  (7+ messages)

[PATCH] cifs: Fix preauth hash corruption
 2021-03-11 10:00 UTC  (4+ messages)

[Bug 6843] flock's do not get sent to physical file system, causes protocol interoperabilitiy issues with NFS
 2021-03-10 20:07 UTC 

[GIT PULL] cifs fixes
 2021-03-10 18:13 UTC  (2+ messages)

[PATCH] cifs: update new ACE pointer after populate_new_aces
 2021-03-10 18:08 UTC  (3+ messages)

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-10 17:00 UTC  (29+ messages)
` [PATCH v4 01/28] iov_iter: Add ITER_XARRAY
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH v4 03/28] mm: Implement readahead_control pageset expansion
` [PATCH v4 04/28] netfs: Make a netfs helper module
` [PATCH v4 05/28] netfs: Documentation for helper library
` [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
` [PATCH v4 09/28] netfs: Add tracepoints
` [PATCH v4 10/28] netfs: Gather stats
` [PATCH v4 11/28] netfs: Add write_begin helper
` [PATCH v4 12/28] netfs: Define an interface to talk to a cache
` [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v4 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v4 18/28] afs: Move key to afs_read struct
` [PATCH v4 19/28] afs: Don't truncate iter during data fetch
` [PATCH v4 20/28] afs: Log remote unmarshalling errors
` [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v4 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v4 24/28] afs: Extract writeback extension into its own function
` [PATCH v4 25/28] afs: Prepare for use of THPs
` [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v4 27/28] afs: Use new fscache read helper API
` [PATCH v4 28/28] afs: Use the fscache_write_begin() helper

DFS tests look good
 2021-03-09 19:42 UTC 

[EXPERIMENT] new mount API verbose errors from userspace
 2021-03-09 18:29 UTC  (6+ messages)

fscache: Redesigning the on-disk cache
 2021-03-09 11:27 UTC  (13+ messages)
` fscache: Redesigning the on-disk cache - LRU handling
  ` Metadata writtenback notification? -- was Re: fscache: Redesigning the on-disk cache

Host kerberos credential are took in container
 2021-03-09  2:59 UTC 

[PATCH 1/4] cifs: print MIDs in decimal notation
 2021-03-09  0:43 UTC  (16+ messages)
` [PATCH 2/4] cifs: change noisy error message to FYI
` [PATCH 3/4] cifs: return proper error code in statfs(2)
` [PATCH 4/4] cifs: do not send close in compound create+close requests

[PATCH 1/9] cifs: move the check for nohandlecache into open_shroot
 2021-03-08 23:07 UTC  (9+ messages)
` [PATCH 2/9] cifs: pass a path to open_shroot and check if it is the root or not
` [PATCH 3/9] cifs: rename the *_shroot* functions to *_cached_dir*
` [PATCH 4/9] cifs: store a pointer to the root dentry in cifs_sb_info once we have completed mounting the share
` [PATCH 5/9] cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache
` [PATCH 6/9] cifs: add a function to get a cached dir based on its dentry
` [PATCH 7/9] cifs: add a timestamp to track when the lease of the cached dir was taken
` [PATCH 8/9] cifs: pass the dentry instead of the inode down to the revalidation check functions
` [PATCH 9/9] cifs: check the timestamp for the cached dirent when deciding on revalidate

cifs-utils, Linux cifs kernel client and gssproxy
 2021-03-05 22:19 UTC  (10+ messages)
` [gssproxy] "

[PATCH] cifs: fix credit accounting for extra channel
 2021-03-05  2:25 UTC 

[PATCH] cifs: ask for more credit on async read/write code paths
 2021-03-05  2:24 UTC 

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-03-04 23:50 UTC  (28+ messages)
` [PATCH v8] "
  ` [PATCH] copy_file_range.2: Kernel v5.12 updates
            ` [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12
    ` [RFC v3] "
    ` [RFC v4] "

workaround for unexpected error on SMB posix open
 2021-03-01 19:14 UTC 

[Bug 14651] New: CVE-2021-20208 [SECURITY][EMBARGOED] cifs-utils: cifs.upcall kerberos auth leak in container
 2021-03-01 12:21 UTC 

[PATCH v2] smb3: allow files to be created with backslash in name
 2021-02-27  8:12 UTC 

[GIT PULL] CIFS/SMB3 Fixes
 2021-02-26 22:24 UTC  (2+ messages)

[PATCH] cifs: convert readpages_fill_pages to use iter
 2021-02-26  2:24 UTC  (3+ messages)

Passwords containg commas are no longer working in credential files
 2021-02-26  0:34 UTC  (2+ messages)

[PATCH] cifs: use discard iterator to discard unneeded network data more efficiently
 2021-02-25 21:01 UTC  (5+ messages)

[PATCH] cifs: fix handling of escaped ',' in the password mount argument
 2021-02-25 18:27 UTC  (3+ messages)

[PATCH 1/4] cifs: fix DFS failover
 2021-02-25 18:25 UTC  (10+ messages)
` [PATCH 2/4] cifs: check all path components in resolved dfs target
` [PATCH 3/4] cifs: introduce helper for finding referral server
` [PATCH 4/4] cifs: fix nodfs mount option

Using a password containing a comma fails with 5.11.1 kernel
 2021-02-25 17:24 UTC  (5+ messages)

[PATCH] convert revalidate of directories to using directory metadata cache timeout
 2021-02-25  5:16 UTC  (7+ messages)

[PATCH] cifs: ignore FL_FLOCK locks in read/write
 2021-02-25  0:16 UTC  (4+ messages)

cifs: Retain old ACEs when converting between mode bits and ACL
 2021-02-24 18:21 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-24 15:51 UTC  (7+ messages)

[PATCH v2] fs/cifs:simplify the return expression of cifs_swn_auth_info_krb
 2021-02-24  7:14 UTC 

[PATCH] fs/cifs:simplify the return expression of cifs_swn_auth_info_krb
 2021-02-24  7:02 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).