linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 10:33:19 to 2021-02-16 17:46:49 UTC [more...]

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-02-16 17:44 UTC  (15+ messages)

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

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

[PATCH 4/4] cifs: Reformat DebugData and index connections by conn_id
 2021-02-16 12:29 UTC  (12+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2021-02-16 11:33 UTC 

cifsd rebase
 2021-02-16  6:08 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 2/3] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 4.19 2/3] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 4.14 2/3] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 5.4 3/4] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-15 18:36 UTC 

[PATCH AUTOSEL 5.10 4/6] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
 2021-02-15 18:36 UTC 

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-15  1:01 UTC  (19+ messages)

RFC: ksmbd ABI for ksmbd-tools
 2021-02-15  0:59 UTC  (3+ messages)
  ` [Linux-cifsd-devel] "
  `  "

[GIT PULL] cifs fixes
 2021-02-13 20:03 UTC  (9+ 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] 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)


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