linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 13:26:38 to 2019-12-03 18:02:49 UTC [more...]

[PATCH][SMB3] Query timestamps on file close
 2019-12-03 18:02 UTC  (3+ messages)

[PATCH v2 0/6] Delete timespec64_trunc()
 2019-12-03  5:19 UTC  (2+ messages)
` [PATCH v2 2/6] fs: cifs: Delete usage of timespec64_trunc

FileIndex in FSCC FileIdFullDirectoryInformation
 2019-12-03  3:07 UTC 

[PATCH] cifs: remove redundant assignment to pointer pneg_ctxt
 2019-12-02 22:57 UTC  (2+ messages)

[PATCH] CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
 2019-12-02 12:25 UTC  (3+ messages)

[PATCH 0/3] WIP start using compounding for readdir()
 2019-12-02  7:29 UTC  (4+ messages)
` [PATCH 1/3] cifs: prepare SMB2_query_directory to be used with compounding
` [PATCH 2/3] cifs: create a helper function to parse the query-directory response buffer
` [PATCH 3/3] cifs: use compounding for open and first query-dir for readdir()

[PATCH 0/7] Delete timespec64_trunc()
 2019-12-01 18:23 UTC  (6+ messages)
` [PATCH 2/7] fs: cifs: Fix atime update check vs mtime
` [PATCH 3/7] fs: cifs: Delete usage of timespec64_trunc

[GIT PULL] CIFS/SMB3 Fixes
 2019-11-30 21:20 UTC  (4+ messages)

[PATCH] CIFS: fix a white space issue in cifs_get_inode_info()
 2019-11-27 17:35 UTC  (2+ messages)

[PATCH v3 00/11] DFS fixes
 2019-11-27 13:33 UTC  (19+ messages)
` [PATCH v3 01/11] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH v3 02/11] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH v3 03/11] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH v3 04/11] cifs: Clean up DFS referral cache
` [PATCH v3 05/11] cifs: Get rid of kstrdup_const()'d paths
` [PATCH v3 06/11] cifs: Introduce helpers for finding TCP connection
` [PATCH v3 07/11] cifs: Merge is_path_valid() into get_normalized_path()
` [PATCH v3 08/11] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH v3 09/11] cifs: Avoid doing network I/O while holding cache lock
` [PATCH v3 10/11] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH v3 11/11] cifs: Always update signing key of first channel

Permission denied mounting a DFS share with multiuser options
 2019-11-27 12:20 UTC 

[PATCH v4 0/6] add multichannel support
 2019-11-26 18:38 UTC  (11+ messages)
` [PATCH v4 1/6] cifs: sort interface list by speed
    ` [EXTERNAL] "
` [PATCH v4 2/6] cifs: add multichannel mount options and data structs
` [PATCH v4 3/6] cifs: add server param
` [PATCH v4 4/6] cifs: switch servers depending on binding state
` [PATCH v4 5/6] cifs: try opening channels after mounting
` [PATCH v4 6/6] cifs: dump channel info in DebugData

[PATCH v2 0/7] DFS fixes
 2019-11-25 21:18 UTC  (10+ messages)
` [PATCH v2 1/7] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH v2 2/7] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH v2 3/7] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH v2 4/7] cifs: Clean up DFS referral cache
` [PATCH v2 5/7] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH v2 6/7] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH v2 7/7] cifs: Always update signing key of first channel

[PATCH 0/7] DFS fixes
 2019-11-25 19:53 UTC  (19+ messages)
` [PATCH 1/7] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH 2/7] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH 3/7] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH 4/7] cifs: Clean up DFS referral cache
` [PATCH 5/7] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH 6/7] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH 7/7] cifs: Always update signing key of first channel

[PATCH 1/2] cifs: dump channel info in DebugData
 2019-11-25 12:16 UTC  (5+ messages)
` [PATCH 2/2] cifs: try harder to open new channels
  ` [PATCH v2] cifs: dump channel info in DebugData

[cifs:for-next 34/34] fs/cifs/cifs_debug.c:401:43: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}'
 2019-11-23  4:02 UTC  (2+ messages)

[cifs:for-next 33/35] fs//cifs/cifs_debug.c:403:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t'
 2019-11-22 18:46 UTC 

[PATCH] cifs: Don't use iov_iter::type directly
 2019-11-22 16:26 UTC  (5+ messages)

[cifs:for-next 33/35] fs/cifs/cifs_debug.c:402:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}'
 2019-11-22 10:09 UTC 

[PATCH][SMB3] move num_waiters and in_send counters from CONFIG_CIFS_STAT2 to default
 2019-11-21 23:29 UTC 

[PATCH 1/3] CIFS: Close open handle after interrupted close
 2019-11-21 22:00 UTC  (5+ messages)
` [PATCH 2/3] CIFS: Fix NULL pointer dereference in mid callback
` [PATCH 3/3] CIFS: Do not miss cancelled OPEN responses

A process killed while opening a file can result in leaked open handle on the server
 2019-11-21 19:41 UTC  (10+ messages)

[PATCH 0/1] cifs: fix race between compound_send_recv() and the
 2019-11-21 19:34 UTC  (7+ messages)
` [PATCH] cifs: fix race between compound_send_recv() and the demultiplex thread

getdents64 lost direntries with SMB/NFS and buffer size < unknown threshold
 2019-11-21 17:54 UTC  (4+ messages)
` [musl] "

[PATCH] smb2-quota: Simplify code logic for quota entries
 2019-11-21 15:10 UTC 

PROBLEM: DFS Caching feature causing problems traversing multi-tier DFS setups
 2019-11-19 16:55 UTC  (3+ messages)

[PATCH] CIFS: refactor cifs_get_inode_info()
 2019-11-18 20:47 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 114/237] fs/cifs: fix uninitialised variable warnings
 2019-11-16 15:39 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2019-11-14 21:48 UTC  (2+ messages)

[PATCH] Add program name to error output instead of static mount.cifs
 2019-11-14 17:55 UTC 

FS-Cache/CacheFiles rewrite
 2019-11-14 13:40 UTC  (3+ messages)
` How to avoid using bmap in cachefiles -- "

Investment opportunity
 2019-11-14  2:24 UTC 

[PATCH 0/1] cifs: fix race between compound_send_recv() and the demultiplex thread
 2019-11-14  1:42 UTC  (2+ messages)
` [PATCH] "

[PATCH] Add support for smb3 alias/fstype in mount.cifs.c
 2019-11-13 17:01 UTC 

[PATCH] CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
 2019-11-13  5:36 UTC  (3+ messages)

[GIT PULL] SMB3 Fix
 2019-11-10 21:00 UTC  (2+ messages)

[PATCH][SMB3] remove confusing dmesg when mounting with encryption
 2019-11-08  7:07 UTC  (2+ messages)

[bug report] smb3: remove confusing dmesg when mounting with encryption ("seal")
 2019-11-08  6:58 UTC  (2+ messages)

[PATCH] cifs: close the shared root handle on tree disconnect
 2019-11-08  6:25 UTC  (2+ messages)

[PATCH] SMB3: Fix persistent handles reconnect
 2019-11-07 19:13 UTC 

Investment opportunity
 2019-11-07 15:08 UTC 

RE:RE:faktura cislo 524341830446
 2019-11-07  7:33 UTC 

[PATCH 0/8] CIFS: Adjustments for several function implementations
 2019-11-07  3:34 UTC  (3+ messages)
` [PATCH 6/8] CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create()

[PATCH 0/2] CIFS: Adjustments for smb2_ioctl_query_info()
 2019-11-06  8:45 UTC  (5+ messages)
` [PATCH 1/2] CIFS: Use memdup_user() rather than duplicating its implementation
` [PATCH 2/2] CIFS: Use common error handling code in smb2_ioctl_query_info()
  ` [0/2] CIFS: Adjustments for smb2_ioctl_query_info()

[cifs:for-next 18/20] fs/cifs/smb2transport.c:52:1: sparse: sparse: symbol 'smb3_crypto_shash_allocate' was not declared. Should it be static?
 2019-11-05 23:00 UTC  (3+ messages)
` [RFC PATCH cifs] cifs: smb3_crypto_shash_allocate can be static

checking encrypted messages in smb2_check_message
 2019-11-05  8:18 UTC  (2+ messages)

[PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue
 2019-11-05  2:11 UTC  (4+ messages)
    ` Deadlock between cifs_writev_requeue and cifs_writepages

[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-11-04 21:51 UTC  (2+ messages)

[PATCH] cifs: move cifsFileInfo_put logic into a work-queue
 2019-11-03  3:55 UTC  (2+ messages)

buildbot kicked off for current for-next (patches for 5.5)
 2019-11-03  2:36 UTC 

[PATCH] CIFS: Fix SMB2 oplock break processing
 2019-11-03  2:06 UTC  (2+ messages)

[PATCH] cifs: don't use 'pre:' for MODULE_SOFTDEP
 2019-11-03  2:04 UTC  (2+ messages)

[GIT PULL] SMB3 fix
 2019-11-02 21:40 UTC  (2+ messages)

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH] cifs: move cifsFileInfo_put logic into a work-queue
 2019-11-01  2:22 UTC 

SMB3 Buildbot regression tests added
 2019-10-31 22:38 UTC  (2+ messages)

Possible timeout problem when opening a file twice on a SMB mount
 2019-10-31 21:01 UTC  (14+ messages)

[PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue
 2019-10-31 20:47 UTC  (6+ messages)
` [PATCH] "

Kernel hangs in cifs_reconnect
 2019-10-30 19:33 UTC  (8+ messages)

[PATCH AUTOSEL 4.19 35/38] cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
 2019-10-30 15:54 UTC 

[PATCH AUTOSEL 4.9 18/18] cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
 2019-10-30 15:57 UTC 

[PATCH AUTOSEL 4.4 13/13] cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
 2019-10-30 15:57 UTC 

[PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue
 2019-10-30 15:57 UTC  (5+ messages)
` [PATCH] "

[PATCH AUTOSEL 4.14 22/24] cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
 2019-10-30 15:55 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).