linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 18:22:08 to 2020-02-25 19:21:51 UTC [more...]

[PATCH] CIFS: unlock file across process
 2020-02-25 19:21 UTC  (9+ messages)

[PATCH 1/2] cifs: handle prefix paths in reconnect
 2020-02-25 16:50 UTC  (6+ messages)
` [PATCH 2/2] cifs: fix potential mismatch of UNC paths

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-02-24 22:27 UTC  (2+ messages)

[PATCH v1 00/13] Avoid reconnects of failed session setups on soft mounts
 2020-02-24 21:36 UTC  (19+ messages)
` [PATCH v1 01/13] cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
` [PATCH v1 02/13] cifs: use mod_delayed_work() for &server->reconnect if already queued
` [PATCH v1 03/13] cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()
` [PATCH v1 04/13] cifs: split out a cifs_connect_session_locked() helper function
` [PATCH v1 05/13] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
` [PATCH v1 06/13] cifs: abstract cifs_tcon_reconnect() out of smb2_reconnect()
` [PATCH v1 07/13] cifs: cifs_reconnect_tcon() make use of the generic cifs_tcon_reconnect() function
` [PATCH v1 08/13] cifs: make cifs_tree_connect() static
` [PATCH v1 09/13] cifs: turn smb2_reconnect_server() into a generic cifs_reconnect_server()
` [PATCH v1 10/13] cifs: move cifs_reconnect_tcons() to fs/cifs/connect.c and make it static
` [PATCH v1 11/13] cifs: use reconnect timer also for SMB1
` [PATCH v1 12/13] cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES
` [PATCH v1 13/13] cifs: introduce the CifsInvalidCredentials session state

[PATCH] cifs: don't leak -EAGAIN for stat() during reconnect
 2020-02-24 20:22 UTC  (4+ messages)

[PATCH] cifs: fix rename() by ensuring source handle opened with DELETE bit
 2020-02-24 19:45 UTC  (5+ messages)

Regression -- linux 5.5.3: can no longer mount with unix extentions using cifs 2.1 (Win10-only client additions)
 2020-02-24 11:05 UTC  (4+ messages)

[trivial PATCH] cifs: Use #define in cifs_dbg
 2020-02-24  5:58 UTC  (4+ messages)

[PATCH] cifs: cifs_debug: list_for_each() -> list_for_each_entry()
 2020-02-23  8:16 UTC 

[PATCH] cifs/cifs_debug: convert to list_for_each_entry()
 2020-02-23  6:51 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 42/50] cifs: Fix mode output in debugging statements
 2020-02-23  2:22 UTC 

[PATCH AUTOSEL 4.19 23/25] cifs: Fix mode output in debugging statements
 2020-02-23  2:23 UTC 

[PATCH AUTOSEL 4.14 19/21] cifs: Fix mode output in debugging statements
 2020-02-23  2:24 UTC 

[PATCH AUTOSEL 4.9 15/16] cifs: Fix mode output in debugging statements
 2020-02-23  2:24 UTC 

[PATCH AUTOSEL 4.4 6/7] cifs: Fix mode output in debugging statements
 2020-02-23  2:24 UTC 

[PATCH AUTOSEL 5.5 49/58] cifs: Fix mode output in debugging statements
 2020-02-23  2:21 UTC 

[PATCH v2] cifs: allow unlock flock and OFD lock across fork
 2020-02-21  2:30 UTC 

[cifs:for-next 4/6] fs/cifs/smb2pdu.h:1616:1: error: expected identifier or '(' before '}' token
 2020-02-20 18:41 UTC 

[CIFS][PATCH] Honor the AT_SYNC_TYPE flags
 2020-02-20 16:15 UTC  (2+ messages)

[PATCH] [CIFS] Add missing mount option 'signloosely' to what is displayed in /proc/mounts
 2020-02-20 16:12 UTC  (2+ messages)

[RFC PATCH] vfs: syscalls: Add create_automount() and remove_automount()
 2020-02-19 21:39 UTC  (11+ messages)

[PATCH] cifs: don't leak -EAGAIN for stat() during reconnect
 2020-02-18 19:58 UTC  (3+ messages)

[PATCH 0/1] dont leak -EAGAIN
 2020-02-18  4:18 UTC  (2+ messages)
` [PATCH] cifs: don't leak -EAGAIN for stat() during reconnect

[GIT PULL] CIFS/SMB3 Fixes
 2020-02-16 19:50 UTC  (2+ messages)

[PATCH] cifs: make sure we do not overflow the max EA buffer size
 2020-02-14 19:04 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 478/542] cifs: fix unitialized variable poential problem with network I/O cache lock patch
 2020-02-14 15:48 UTC  (4+ messages)
` [PATCH AUTOSEL 5.5 479/542] cifs: Fix mount options set in automount
` [PATCH AUTOSEL 5.5 480/542] cifs: fix NULL dereference in match_prepath
` [PATCH AUTOSEL 5.5 537/542] cifs: log warning message (once) if out of disk space

[PATCH AUTOSEL 5.4 412/459] cifs: fix unitialized variable poential problem with network I/O cache lock patch
 2020-02-14 16:01 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 413/459] cifs: Fix mount options set in automount
` [PATCH AUTOSEL 5.4 414/459] cifs: fix NULL dereference in match_prepath
` [PATCH AUTOSEL 5.4 456/459] cifs: log warning message (once) if out of disk space

[PATCH AUTOSEL 4.19 225/252] cifs: fix NULL dereference in match_prepath
 2020-02-14 16:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 250/252] cifs: log warning message (once) if out of disk space

[PATCH AUTOSEL 4.14 165/186] cifs: fix NULL dereference in match_prepath
 2020-02-14 16:16 UTC 

[PATCH AUTOSEL 4.9 123/141] cifs: fix NULL dereference in match_prepath
 2020-02-14 16:21 UTC 

[CIFS][PATCH] Add SMB3 Change Notify
 2020-02-13  4:43 UTC  (5+ messages)
` [CIFS][PATCH] Add SMB2? "
    ` [CIFS][PATCH] Add SMB3/Win10-only "

[PATCH] cifs: Fix mode output in debugging statements
 2020-02-13  4:22 UTC  (2+ messages)

[PATCH] cifs: fix mount option display for sec=krb5i
 2020-02-10 15:12 UTC  (2+ messages)

[PATCH 1/3] cifs: rename posix create rsp
 2020-02-10  1:11 UTC  (5+ messages)
` [PATCH 2/3] cifs: add smb2 POSIX info level
` [PATCH 3/3] cifs: plumb smb2 POSIX dir enumeration

[GIT PULL] CIFS/SMB3 Fixes
 2020-02-09 21:30 UTC  (2+ messages)

[cifs:for-next 10/11] fs/cifs/smb2pdu.c:1985:38: error: macro "memcmp" passed 18 arguments, but takes just 3
 2020-02-07  8:12 UTC  (6+ messages)

[CIFS][PATCH] Add dynamic trace points for flush and fsync
 2020-02-06 22:12 UTC  (3+ messages)

[PATCH] cifs: fix mode bits from dir listing when mounted with modefromsid
 2020-02-06 18:42 UTC  (3+ messages)

[PATCH] cifs: fix channel signing
 2020-02-06 18:20 UTC  (2+ messages)

[PATCH] cifs: make multichannel warning more visible
 2020-02-06  9:19 UTC 

[PATCH] cifs: fail i/o on soft mounts if sessionsetup errors out
 2020-02-06  7:47 UTC  (3+ messages)

[PATCH] cifs: fix soft mounts hanging in the reconnect code
 2020-02-06  3:55 UTC 

[CIFS][PATCH] log warning once if out of disk space error on write
 2020-02-05 23:36 UTC  (2+ messages)

[SMB3][PATCH] Fix oops in cifs_create_options()
 2020-02-05 10:55 UTC  (2+ messages)

[PATCH] cifs: fail i/o on soft mounts if sessionsetup errors out
 2020-02-05  0:05 UTC 

[PATCH] SMB3: Backup intent flag missing from some more ops
 2020-02-03 23:44 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Enhancing Linux Copy Performance and Function and improving backup scenarios
 2020-02-01 23:16 UTC  (4+ messages)

[GIT PULL] small SMB3 fix for stable
 2020-02-01 19:25 UTC  (2+ messages)

[PATCH] cifs: fix soft mounts hanging in the reconnect code
 2020-01-30 21:24 UTC  (2+ messages)

cifs.upcall requests ticket for wrong host when using dfs
 2020-01-30 19:06 UTC  (12+ messages)

[GIT PULL] SMB3 Fixes
 2020-01-28 23:40 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-01-28 17:47 UTC  (2+ messages)

Linux kernel 5.5 released - prep for 5.6-rc
 2020-01-27  1:29 UTC 

[PATCH] CIFS: Fix task struct use-after-free on reconnect
 2020-01-23 20:20 UTC  (5+ messages)

[PATCH -next] cifs: use PTR_ERR_OR_ZERO() to simplify code
 2020-01-22 16:55 UTC  (2+ messages)

[PATCH] cifs: fix NULL dereference in match_prepath
 2020-01-22  1:29 UTC  (2+ messages)

[PATCH 1/2] Convert owner and group SID offsets to LE format
 2020-01-22  0:26 UTC  (7+ messages)
` [PATCH] Add support for setting owner and group in ntsd

[PATCH][SMB3] Fix modefromsid newly created files to allow more permission on server
 2020-01-22  0:04 UTC  (4+ messages)

[LFS/MM TOPIC] Enabling file and directory change notification for network and cluster file systems
 2020-01-21 10:02 UTC  (6+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-01-19  3:02 UTC  (2+ messages)

[PATCH -next] cifs: remove set but not used variable 'server'
 2020-01-17  7:53 UTC  (2+ messages)

[PATCH] cifs: Fix return value in __update_cache_entry
 2020-01-17  7:53 UTC  (2+ messages)

cruid+multiuser mount options
 2020-01-17  6:28 UTC  (3+ messages)

[PATCH] Add support for setting owner info, dos attributes, and create time
 2020-01-17  2:25 UTC  (4+ messages)

[PATCH] cifs: add support for fallocate mode 0 for non-sparse files
 2020-01-17  1:15 UTC 

[PATCH 0/1] add support for fallocate mode 0
 2020-01-17  0:56 UTC  (9+ messages)
` [PATCH] cifs: add support for fallocate mode 0 for non-sparse files

[PATCH] cifs: add support for fallocate mode 0 for non-sparse files
 2020-01-17  0:04 UTC 

cifs: Avoid doing network I/O while holding cache lock
 2020-01-16 22:06 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 177/251] cifs: fix rmmod regression in cifs.ko caused by force_sig changes
 2020-01-16 19:11 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH AUTOSEL 4.19 384/671] signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
 2020-01-16 17:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 498/671] signal: Allow cifs and drbd to receive their terminating signals

[PATCH AUTOSEL 4.14 219/371] signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
 2020-01-16 17:21 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).