messages from 2020-06-23 11:30:39 to 2020-07-21 12:37:34 UTC [more...]
[PATCH v3 0/7] DFS fixes
2020-07-21 12:36 UTC
[Bug 14442] New: Shell command injection vulnerability in mount.cifs
2020-07-20 17:35 UTC (8+ messages)
` [Bug 14442] "
PROBLEM: mv command fails: "File exists" on cifs mount on kernel>=5.7.8
2020-07-20 17:09 UTC
[PATCH] cifs: delete duplicated words in header files
2020-07-20 4:01 UTC (2+ messages)
[RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
2020-07-19 18:10 UTC (6+ messages)
` [RFC PATCH 1/5] keys: Move permissions checking decisions into the checking code
` [RFC PATCH 3/5] keys: Provide KEYCTL_GRANT_PERMISSION
` [RFC PATCH 4/5] keys: Split the search perms between KEY_NEED_USE and KEY_NEED_SEARCH
` [RFC PATCH 5/5] keys: Implement a 'container' keyring
[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
2020-07-19 9:51 UTC (34+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag
` [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list
` [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously
` [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter
` [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate()
` [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server
` [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings
` [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index
` [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 15/32] cachefiles: trace: Log coherency checks
` [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit
` [PATCH 17/32] cachefiles: Implement new fscache I/O backend API
` [PATCH 18/32] cachefiles: Merge object->backer into object->dentry
` [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap
` [PATCH 20/32] cachefiles: Implement extent shaper
` [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API
` [PATCH 23/32] cachefiles: Add I/O tracepoints
` [PATCH 24/32] fscache: Add read helper
` [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [PATCH 26/32] fscache: Remove more obsolete stats
` [PATCH 27/32] fscache: New stats
` [PATCH 28/32] fscache, cachefiles: Rewrite invalidation
` [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 30/32] fscache: Provide resize operation
` [PATCH 31/32] fscache: Remove the update operation
` [PATCH 32/32] cachefiles: Shape write requests
Oops in cifs_match_super() - linux kernel 4.16.2-1.el7.elrepo.x86_64
2020-07-17 21:44 UTC (6+ messages)
issue -- cifs automounts stopped working
2020-07-17 14:04 UTC
[PATCH][SMB3] warn on confusing error scenario with sec=krb5
2020-07-16 5:40 UTC
[Bug 7699] Linux client slow against samba server compared to Windows 7
2020-07-16 2:15 UTC
[PATCH] cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails
2020-07-16 1:16 UTC (6+ messages)
` [RFC PATCH] cifs: smb1: CIFSSMBSetPathInfoFB() can be static
[PATCH] cifs: Remove the superfluous break
2020-07-15 4:19 UTC (2+ messages)
[PATCH 00/13] fscache: Rewrite 3: Make AFS use it
2020-07-13 16:39 UTC (14+ messages)
` [PATCH 01/13] afs: Fix interruption of operations
` [PATCH 02/13] afs: Move key to afs_read struct
` [PATCH 03/13] afs: Don't truncate iter during data fetch
` [PATCH 04/13] afs: Log remote unmarshalling errors
` [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 06/13] afs: Use ITER_MAPPING for writing
` [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read
` [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery
` [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 10/13] afs: Use new fscache I/O API
` [PATCH 11/13] afs: Copy local writes to the cache when writing to the server
` [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 13/13] afs: Add O_DIRECT read support
[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite
2020-07-13 16:30 UTC (15+ messages)
` [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 02/14] afs: Disable use of the fscache I/O routines
` [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces
` [PATCH 04/14] fscache: Procfile to display cookies
` [PATCH 05/14] fscache: Remove the old I/O API
` [PATCH 06/14] fscache: Remove the netfs data from the cookie
` [PATCH 07/14] fscache: Remove struct fscache_cookie_def
` [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object
` [PATCH 09/14] fscache: Remove fscache_check_consistency()
` [PATCH 10/14] fscache: Remove fscache_attr_changed()
` [PATCH 11/14] fscache: Remove obsolete stats
` [PATCH 12/14] fscache: Remove old I/O tracepoints
` [PATCH 13/14] fscache: Temporarily disable fscache_invalidate()
` [PATCH 14/14] fscache: Remove the I/O operation manager
[PATCH v4] cifs: Fix leak when handling lease break for cached root fid
2020-07-11 16:41 UTC (2+ messages)
[GIT PULL] SMB3 Fixes
2020-07-11 4:25 UTC (2+ messages)
[PATCH AUTOSEL 5.7 37/53] cifs: Fix double add page to memcg when cifs_readpages
2020-07-09 23:49 UTC (4+ messages)
` [PATCH AUTOSEL 5.7 40/53] cifs: update ctime and mtime during truncate
[PATCH] cifs: fix reference leak for tlink
2020-07-09 16:28 UTC (4+ messages)
[PATCH v2 0/7] DFS fixes
2020-07-09 15:38 UTC (13+ messages)
` [PATCH v2 1/7] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
` [PATCH v2 2/7] cifs: reduce number of referral requests in DFS link lookups
` [PATCH v2 3/7] cifs: rename reconn_inval_dfs_target()
` [PATCH v2 4/7] cifs: handle empty list of targets in cifs_reconnect()
` [PATCH v2 5/7] cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
` [PATCH v2 6/7] cifs: only update prefix path of DFS links in cifs_tree_connect()
` [PATCH v2 7/7] cifs: document and cleanup dfs mount
[PATCH] cifs : handle ERRBaduid for SMB1
2020-07-09 5:50 UTC (3+ messages)
[PATCH -next] cifs: remove unused variable 'server'
2020-07-08 19:16 UTC (3+ messages)
[PATCH AUTOSEL 5.4 12/16] cifs: prevent truncation from long to int in wait_for_free_credits
2020-07-08 15:41 UTC
[SMB3][PATCH] fix unneeded error message on change notify
2020-07-08 6:26 UTC (2+ messages)
[SMB3][PATCH] smb3: fix access denied on change notify request to some servers
2020-07-07 23:18 UTC (2+ messages)
added more xfstests to buildbot
2020-07-07 20:34 UTC
[PATCH v3] cifs: Fix leak when handling lease break for cached root fid
2020-07-07 20:34 UTC (6+ messages)
` lock checking issues (was: Re: [PATCH v3] cifs: Fix leak when handling lease break for cached root fid)
[cifs:for-next 9/10] fs/cifs/smb2misc.c:636 smb2_is_valid_lease_break() warn: inconsistent returns 'cifs_tcp_ses_lock'
2020-07-07 13:49 UTC
[PATCH 0/7] DFS fixes
2020-07-06 16:45 UTC (11+ messages)
` [PATCH 1/7] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
` [PATCH 2/7] cifs: reduce number of referral requests in DFS link lookups
` [PATCH 3/7] cifs: rename reconn_inval_dfs_target()
` [PATCH 4/7] cifs: handle empty list of targets in cifs_reconnect()
` [PATCH 5/7] cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
` [PATCH 6/7] cifs: only update prefix path of DFS links in cifs_tree_connect()
` [PATCH 7/7] cifs: document and cleanup dfs mount
[PATCH] Replace HTTP links with HTTPS ones: CIFS
2020-07-05 20:25 UTC (3+ messages)
[GIT PULL] CIFS/SMB3 Fixes
2020-07-04 7:00 UTC (2+ messages)
memory leak of auth_key.response in multichannel establishment
2020-07-02 18:09 UTC (3+ messages)
[PATCH v2] cifs: remove the retry in cifs_poxis_lock_set
2020-07-02 7:25 UTC
[PATCH AUTOSEL 5.4 30/40] cifs: Fix double add page to memcg when cifs_readpages
2020-07-02 1:23 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 32/40] cifs: update ctime and mtime during truncate
[PATCH AUTOSEL 4.19 18/27] cifs: Fix double add page to memcg when cifs_readpages
2020-07-02 1:26 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 20/27] cifs: update ctime and mtime during truncate
[PATCH AUTOSEL 4.14 11/17] cifs: Fix double add page to memcg when cifs_readpages
2020-07-02 1:26 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 12/17] cifs: update ctime and mtime during truncate
[PATCH AUTOSEL 4.9 09/13] cifs: Fix double add page to memcg when cifs_readpages
2020-07-02 1:27 UTC (2+ messages)
` [PATCH AUTOSEL 4.9 10/13] cifs: update ctime and mtime during truncate
[PATCH] cifs: prevent truncation from long to int in wait_for_free_credits
2020-07-02 0:55 UTC
[PATCH v2] cifs: Fix leak when handling lease break for cached root fid
2020-07-02 0:53 UTC (3+ messages)
[PATCH] cifs: Fix the target file was deleted when rename failed
2020-07-01 13:14 UTC (3+ messages)
[PATCH] cifs: remove the retry in cifs_poxis_lock_set
2020-07-01 1:24 UTC (4+ messages)
[PATCH 0/6] Various fixes for multiuser SMB mounts
2020-06-30 2:43 UTC (10+ messages)
` [PATCH 1/6] cifs: Display local UID details for SMB sessions in DebugData
` [PATCH 2/6] SMB3: Honor 'seal' flag for multiuser mounts
` [PATCH 3/6] SMB3: Honor persistent/resilient handle flags "
` [PATCH 4/6] SMB3: Honor lease disabling "
` [PATCH 5/6] SMB3: Honor 'handletimeout' flag "
` [PATCH 6/6] SMB3: Honor 'posix' "
[PATCH] cifs: Fix leak when handling lease break for cached root fid
2020-06-29 9:59 UTC (2+ messages)
[GIT PULL] SMB3 Fixes
2020-06-27 22:45 UTC (2+ messages)
linux-next: Signed-off-by missing for commits in the cifs tree
2020-06-24 0:07 UTC (2+ messages)
[PATCH v2 0/2] cifs: Fix data insonsistent when fallocate
2020-06-23 19:01 UTC (4+ messages)
` [PATCH v2 1/2] cifs/smb3: Fix data inconsistent when punch hole
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox