linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-05 05:07:36 to 2019-03-24 03:22:47 UTC [more...]

[GIT PULL] SMB3 Fixes
 2019-03-24  3:22 UTC 

[PATCH] Fix guest smb3.1.1 mounts to Samba
 2019-03-23 15:36 UTC  (3+ messages)

More reflink tests added for smb3 to Samba
 2019-03-23 14:17 UTC 

[PATCH] cifs: allow guest mounts to work for smb3.11
 2019-03-23  1:27 UTC  (9+ messages)

CIFS support preallocate partially
 2019-03-23  0:05 UTC  (3+ messages)

[PATCH] cifs: Fix slab-out-of-bounds when tracing SMB tcon
 2019-03-21 23:12 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2019-03-21 19:00 UTC  (2+ messages)

"Bad SMB2 signature for message" with kernel 5.0.0, works with 4.19.0
 2019-03-21 14:26 UTC  (9+ messages)

Buildbot cifs/smb3 testing improvements
 2019-03-20 13:52 UTC  (5+ messages)

v5.1-rc1 cifs bug: underflow; use-after-free
 2019-03-20 11:12 UTC  (5+ messages)

[PATCH] cifs: Fix DFS cache refresher for DFS links
 2019-03-19 19:54 UTC 

[5.1-rc1 CIFS regression] detected buffer overflow in strcat in smb21_set_oplock_level (xfstests generic/446)
 2019-03-19 12:34 UTC  (6+ messages)

FIFOs in "Services for Unix" format in Windows
 2019-03-19 10:55 UTC  (2+ messages)

[PATCH][SMB3] Fix incorrect status to errno code mapping for OBJECTID_NOT_FOUND
 2019-03-17 21:06 UTC 

[PATCH v2] cifs: fix that return -EINVAL when do dedupe operation
 2019-03-17 20:52 UTC  (4+ messages)

Suggestions for POSIX error code mapping for OBJECTID_NOT_FOUND
 2019-03-17 17:13 UTC  (6+ messages)

[PATCH v3] cifs: fix that return -EINVAL when do dedupe operation
 2019-03-17 14:01 UTC 

[PATCH] [SMBINFO] add missing usage text for fsctl-getobjid
 2019-03-16 20:46 UTC 

[PATCH 0/1] Add an example on how to fetch FSCTL data
 2019-03-16 19:46 UTC  (3+ messages)
` [PATCH] smbinfo: add fsctl-getobjid support

[Patch v2 1/2] CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
 2019-03-16 18:03 UTC  (4+ messages)
` [Patch v2 2/2] CIFS: Fix an issue with re-sending rdata "

[PATCH] cifs: fix that return -EINVAL when do dedupe operation
 2019-03-16  2:14 UTC  (2+ messages)

[GIT] SMB3 Fixes and debugging improvements
 2019-03-16  2:10 UTC  (3+ messages)

[PATCH 1/2] cifs: remove unused status severity defines
 2019-03-15 14:29 UTC  (10+ messages)
  ` [PATCH 2/2] cifs: don't use __constant_cpu_to_le32()

[SMB3] [PATCH] Pass through FSCTL for tools like smbinfo
 2019-03-15  1:09 UTC  (3+ messages)

[5.0+ CIFS regression] fsstress hang on CIFS
 2019-03-14 18:40 UTC  (4+ messages)

[RFC][PATCH v1] CIFS: fix POSIX lock leak and invalid ptr deref
 2019-03-14 17:44 UTC 

[PATCH] cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
 2019-03-14 15:56 UTC  (2+ messages)

[PATCH][CIFS] make mknod() and smb_version_op
 2019-03-14  5:50 UTC 

[PATCH] cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
 2019-03-14  3:43 UTC 

[PATCH] cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
 2019-03-14  2:58 UTC 

more fallocate fixes
 2019-03-14  2:17 UTC  (2+ messages)
` [PATCH] cifs: fix fallocate(mode==0) for extending non-sparse files

[PATCH][CIFS] Trivial updates to various documentation files
 2019-03-13 23:23 UTC 

[PATCH] [CIFS] Remove unneeded statements pointed out by Coverity
 2019-03-13 22:14 UTC  (2+ messages)

Coverity Warnings and RDMA logging
 2019-03-13 22:05 UTC 

[PATCH] cifs: cache FILE_ALL_INFO for the shared root handle
 2019-03-13 18:17 UTC  (2+ messages)

[SMB3][PATCH]
 2019-03-13  7:42 UTC  (3+ messages)

[PATCH] add dynamic tracepoints for two simple falloc and zero range
 2019-03-13  6:43 UTC 

[PATCH][SMB3] Add various dynamic tracepoints for compounded operations
 2019-03-13  5:39 UTC  (10+ messages)

[PATCH 0/2] Start to fix fallocate support
 2019-03-13  4:37 UTC  (3+ messages)
` [PATCH 1/2] cifs: add SMB2_ioctl_init/free helpers to be used with compounding
` [PATCH 2/2] cifs: fix smb3_zero_range so it can expand the file-size when required

[PATCH 0/1] server stat data out of cache for the root handle
 2019-03-12 21:57 UTC  (7+ messages)
` [PATCH] cifs: cache FILE_ALL_INFO for the shared "

[PATCH] smb: Display volume serial number for shares in /proc/fs/cifs/DebugData
 2019-03-12  6:48 UTC 

[PATCH 6/6] cifs: simplify how we handle credits in compond_send_recv()
 2019-03-11 17:54 UTC  (2+ messages)

[PATCH] Add dynamic trace point for timeouts waiting for credits
 2019-03-11 17:47 UTC  (2+ messages)

[PATCH 0/6] cifs: simplify handling of credits for compounds
 2019-03-10  2:21 UTC  (16+ messages)
` [PATCH 1/6] cifs: change wait_for_free_request() to take flags as argument
` [PATCH 2/6] cifs: pass flags down into wait_for_free_credits()
` [PATCH 3/6] cifs: wait_for_free_credits() make it possible to wait for >=1 credits
` [PATCH 4/6] cifs: prevent starvation in wait_for_free_credits for multi-credit requests
` [PATCH 5/6] cifs: add a timeout argument to wait_for_free_credits
` [PATCH 6/6] cifs: simplify how we handle credits in compond_send_recv()

[PATCH][SMB3] Display security information (encrypted/signed) more accurately in /proc/fs/cifs/DebugData
 2019-03-10  0:22 UTC 

[GIT][PULL] smb3 fixes
 2019-03-09 19:55 UTC  (2+ messages)

[PATCH] setcifsacl - fix adding ACE when owner sid in unexpected location
 2019-03-09  0:38 UTC  (2+ messages)

[PATCH] smbinfo: decode the ACEs
 2019-03-09  0:38 UTC  (2+ messages)

[PATCH] getcifsacl: Improve help usage and add -h option
 2019-03-09  0:37 UTC  (2+ messages)

[PATCH] getcifsacl: Do not go to parse_sec_desc if getxattr fails
 2019-03-09  0:37 UTC  (3+ messages)

[PATCH 0/6] cifs: simplify handling of credits for compounds
 2019-03-08  2:39 UTC  (10+ messages)
` [PATCH 1/6] cifs: change wait_for_free_request() to take flags as argument
` [PATCH 2/6] cifs: pass flags down into wait_for_free_credits()
` [PATCH 3/6] cifs: wait_for_free_credits() make it possible to wait for >=1 credits
` [PATCH 4/6] cifs: prevent starvation in wait_for_free_credits for multi-credit requests
` [PATCH 5/6] cifs: add a timeout argument to wait_for_free_credits
` [PATCH 6/6] cifs: simplify how we handle credits in compond_send_recv()

[PATCH] fs: cifs: Kconfig: pedantic cleanups
 2019-03-07 14:04 UTC  (3+ messages)
` [PATCH v2] fs: cifs: Kconfig: pedantic formatting

[PATCH 0/2] Simplify handling of credits in compound_send_recv()
 2019-03-06  4:36 UTC  (6+ messages)
` [PATCH 1/2] cifs: change wait_for_free_request to take number of requests to wait for

xfstests passing again to current for-next
 2019-03-06  1:16 UTC  (3+ messages)

[PATCH 0/5] Simplify credits handling for compound requests
 2019-03-06  0:07 UTC  (4+ messages)
` [PATCH 4/5] cifs: prevent starvation in wait_for_free_credits for multi-credit requests

[PATCH 0/5] cifs: simplify how we allocate credits for compunds
 2019-03-06  0:06 UTC  (6+ messages)
` [PATCH 1/5] cifs: change wait_for_free_request() to take flags as argument
` [PATCH 2/5] cifs: pass flags down into wait_for_free_credits()
` [PATCH 3/5] cifs: wait_for_free_credits() make it possible to wait for >=1 credits
` [PATCH 4/5] cifs: prevent starvation in wait_for_free_credits for multi-credit requests
` [PATCH 5/5] cifs: simplify how we handle credits in compond_send_recv()

[PATCH 10/23] CIFS: Mask signals during sock_sendmsg()
 2019-03-05 23:53 UTC 

[PATCH 0/3] more reconnect fixes
 2019-03-05 23:51 UTC  (5+ messages)
` [PATCH] CIFS: Fix read after write for files with read caching
` [PATCH 1/3] CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
` [PATCH 2/3] CIFS: Return -EAGAIN instead of -ENOTSOCK
` [PATCH 3/3] CIFS: Mask off signals when sending SMB packets

[PATCH 1/2] CIFS: Fix a bug with re-sending wdata when transport returning -EAGAIN
 2019-03-05 19:47 UTC  (2+ messages)

[PATCH] CIFS: fix FSCTL_SET_REPARSE_POINT SMB2_ioctl() call
 2019-03-05 15:49 UTC  (6+ messages)

More tests added to buildbot
 2019-03-05  7:21 UTC  (8+ 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).