linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 11:17:42 to 2020-08-06 16:52:12 UTC [more...]

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-08-06 15:31 UTC  (2+ messages)

fallocate can't change the cifs disk space usage
 2020-08-06  2:35 UTC  (7+ messages)

[PATCH] cifs: Fix an error pointer dereference in cifs_mount()
 2020-08-05  9:52 UTC 

[PATCH] smb3: Incorrect size for netname negotiate context
 2020-08-05  6:49 UTC  (2+ messages)

[Bug 13795] Race condition in fs/cifs/connect.c causing "has not responded in 120 seconds. Reconnecting..."
 2020-08-04 23:00 UTC 

[GIT PULL] CIFS/SMB3 Fixes
 2020-08-03 22:45 UTC 

Upcoming: fscache rewrite
 2020-08-03 16:30 UTC  (5+ messages)
` [GIT PULL] "

[Bug 14454] New: cannot get symlink file attributes and target with cifsacl mount option
 2020-08-03 12:21 UTC  (5+ messages)
` [Bug 14454] "

[PATCH][next] cifs: fix double free error on share and prefix
 2020-08-01 14:49 UTC  (2+ messages)

[Bug 13470] DFS mounted shares do not allow to go subdirectories
 2020-07-31 15:07 UTC  (6+ messages)

issue -- cifs automounts stopped working
 2020-07-31  3:54 UTC  (7+ messages)

[PATCH v3 0/7] DFS fixes
 2020-07-30 21:34 UTC  (10+ messages)
` [PATCH v3 1/7] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
` [PATCH v3 2/7] cifs: reduce number of referral requests in DFS link lookups
` [PATCH v3 3/7] cifs: rename reconn_inval_dfs_target()
` [PATCH v3 4/7] cifs: handle empty list of targets in cifs_reconnect()
` [PATCH v3 5/7] cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
` [PATCH v3 6/7] cifs: only update prefix path of DFS links in cifs_tree_connect()
` [PATCH v3 7/7] cifs: document and cleanup dfs mount

More xfstest tests added to cifs.ko regression testing
 2020-07-30 16:14 UTC 

[PATCH v4] cifs: Fix leak when handling lease break for cached root fid
 2020-07-29 14:02 UTC  (3+ messages)

[Bug 14442] New: Shell command injection vulnerability in mount.cifs
 2020-07-28 15:56 UTC  (19+ messages)
` [Bug 14442] "
` [Bug 14442] CVE-2020-14342: "

[PATCH -next] cifs: convert to use be32_add_cpu()
 2020-07-27  1:29 UTC  (2+ messages)

[GIT PULL] CIFS Fix
 2020-07-25 22:30 UTC  (2+ messages)

PROBLEM: mv command fails: "File exists" on cifs mount on kernel>=5.7.8
 2020-07-23 19:55 UTC  (4+ messages)

[Bug 12951] mount.cifs fails on DFS share with smb protocol version >= 2.0
 2020-07-23 12:39 UTC 

[Bug 7325] linux-cifs download page is out of date
 2020-07-23 12:28 UTC 

[Bug 13107] Missing directories with smbv2: with smbv1, they show up
 2020-07-23 12:03 UTC  (2+ messages)

[Bug 9635] C : missing directories
 2020-07-23 12:01 UTC 

[Bug 6908] some programs fail to explore mounted shares
 2020-07-23 11:57 UTC 

xfstest 129 slowness
 2020-07-23  5:23 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)

[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

[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  (3+ messages)

[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  (11+ 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 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 


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