linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 13:32:47 to 2021-05-12 15:56:58 UTC [more...]

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-12 15:23 UTC  (16+ messages)
` [PATCH 01/11] mm: Fix comments mentioning i_mutex
` [PATCH 02/11] documentation: Sync file_operations members with reality
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/11] ext4: Convert to use mapping->invalidate_lock
` [PATCH 05/11] ext2: Convert to using invalidate_lock
` [PATCH 06/11] xfs: Convert to use invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 08/11] f2fs: "
` [PATCH 09/11] fuse: "
` [PATCH 10/11] ceph: Fix race between hole punch and page fault
` [PATCH 11/11] cifs: "

Removing readpages aop
 2021-05-12 15:12 UTC 

[PATCH] Signed-off-by: wenhuizhang <wenhui@gwmail.gwu.edu>
 2021-05-12  9:38 UTC  (5+ messages)
` [PATCH] Deadstore detected by Lukas Bulwahn's CodeChecker Tool (ELISA group)

fanotify and network/cluster fs
 2021-05-12  5:05 UTC  (3+ messages)

Compile warning with current kernel and netfs
 2021-05-11 19:41 UTC  (6+ messages)

[PATCH 0/3] Support multiple ips per hostname
 2021-05-11 18:47 UTC  (7+ messages)
` [PATCH 1/3] cifs: introduce smb3_options_for_each() helper
` [PATCH 2/3] cifs: handle multiple ip addresses per hostname
` [PATCH 3/3] cifs: fix find_root_ses() when refresing dfs cache

[PATCH cifs-utils] mount.cifs: handle multiple ip addresses per hostname
 2021-05-11 18:20 UTC  (4+ messages)

[PATCH][SMB3] 3 small multichannel client patches
 2021-05-11 15:53 UTC  (7+ messages)

Unable to find pw entry for uid
 2021-05-11 10:39 UTC  (5+ messages)

[PATCH] cifsd: fix an uninitialized variable in smb2_write()
 2021-05-11  9:10 UTC  (2+ messages)

Add seven more xfstests to the main regression test group for the client
 2021-05-10 23:01 UTC 

[PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
 2021-05-10 16:34 UTC  (4+ messages)

Personal
 2021-05-10 14:06 UTC 

rapages mount option and xfstests
 2021-05-10  1:52 UTC 

[GIT PULL] SMB3 Fixes
 2021-05-09 20:49 UTC  (2+ messages)

[PATCH] smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares
 2021-05-07 15:37 UTC  (16+ messages)

[PATCH] mount.cifs: fix crash when mount point does not exist
 2021-05-07 10:42 UTC  (2+ messages)

[GIT PULL] CIFS/SMB3 Fixes
 2021-05-05 20:49 UTC  (2+ messages)

Question regarding the patch "cifs: Fix the target file was deleted when rename failed."
 2021-05-05 13:28 UTC  (2+ messages)

[PATCH] cifs: fix regression when mounting shares with prefix paths
 2021-05-04 16:58 UTC  (7+ messages)
` [PATCH v2] "

[PATCH-V2] fs/cifs: Fix resource leak
 2021-05-04 15:38 UTC 

[PATCH-next] fs/cifs: Fix resource leak
 2021-05-04 14:14 UTC  (3+ messages)

[PATCH-next] fs/cifs: Fix resource leak
 2021-05-04 13:22 UTC 

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-05-03  8:54 UTC  (10+ messages)
` [PATCH v8] "

[PATCH] smb3: add rasize mount parameter to improve performance of readahead
 2021-05-01 18:50 UTC  (15+ messages)

[PATCH] cifs: detect dead connections only when echoes are enabled
 2021-05-01 16:40 UTC  (7+ messages)

[PATCH] cifs: fix automount regression of dfs links
 2021-04-30 20:56 UTC  (3+ messages)

[PATCH] cifs: add shutdown support
 2021-04-30 16:41 UTC  (5+ messages)

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-29  8:43 UTC  (39+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH v7 07/31] netfs: Make a netfs helper module
` [PATCH v7 17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v7 18/31] afs: Disable use of the fscache I/O routines
` [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v7 21/31] afs: Move key to afs_read struct
` [PATCH v7 22/31] afs: Don't truncate iter during data fetch
` [PATCH v7 23/31] afs: Log remote unmarshalling errors
` [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v7 25/31] afs: Use ITER_XARRAY for writing
` [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v7 27/31] afs: Extract writeback extension into its own function
` [PATCH v7 28/31] afs: Prepare for use of THPs
` [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v7 30/31] afs: Use new netfs lib read helper API
` [PATCH v7 31/31] afs: Use the netfs_write_begin() helper
` [PATCH] iov_iter: Four fixes for ITER_XARRAY
` [PATCH] netfs: Miscellaneous fixes
  ` [PATCH v2] "

[PATCH] cifs: when out of credits on one channel, retry on another
 2021-04-29  8:24 UTC  (6+ messages)

[PATCH v2] cifs: remove unnecessary copies of tcon->crfid.fid
 2021-04-28 16:12 UTC  (4+ messages)

[PATCH] smb3.1.1: enable negotiating stronger encryption by default
 2021-04-28  4:17 UTC 

[cifs:for-next 41/41] fs/cifs/smb2ops.c:2671:1: sparse: sparse: symbol 'smb2_query_info_compound_final' was not declared. Should it be static?
 2021-04-28  3:37 UTC  (2+ messages)
` [RFC PATCH cifs] cifs: smb2_query_info_compound_final can be static

cifs: Deferred close for files
 2021-04-28  3:30 UTC  (6+ messages)

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

oops running test 130
 2021-04-27 11:46 UTC  (3+ messages)

cifs-utils mount credentials file is relative to mountpoint
 2021-04-27 10:25 UTC 

[GIT PULL] CIFS/SMB3 fixes
 2021-04-26 20:57 UTC  (2+ messages)

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-26 15:46 UTC  (9+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 12/12] cifs: Fix race between hole punch and page fault

mount context "got_ ..." variables
 2021-04-24  0:27 UTC  (2+ messages)

[PATCH] cifs: fix leak in cifs_smb3_do_mount() ctx
 2021-04-23 23:51 UTC  (3+ 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).