messages from 2014-06-19 17:20:51 to 2014-07-28 21:04:59 UTC [more...]
Fwd: [PATCH 7/7] cifs: support RENAME_NOREPLACE
2014-07-28 21:04 UTC
[PATCH v3 00/16] SMB 2.1/3 multicredit requests for reading/writing
2014-07-28 20:14 UTC (36+ messages)
` [PATCH v3 01/16] CIFS: Fix async reading on reconnects
` [PATCH v3 02/16] CIFS: Separate page processing from writepages
` [PATCH v3 03/16] CIFS: Separate page sending "
` [PATCH v3 04/16] CIFS: Separate pages initialization "
` [PATCH v3 05/16] CIFS: Fix wsize usage in writepages
` [PATCH v3 06/16] CIFS: Fix cifs_writev_requeue when wsize changes
` [PATCH v3 07/16] CIFS: Separate filling pages from iovec write
` [PATCH v3 08/16] CIFS: Separate writing "
` [PATCH v3 09/16] CIFS: Fix wsize usage in "
` [PATCH v3 10/16] CIFS: Use multicredits for SMB 2.1/3 writes
` [PATCH v3 11/16] CIFS: Separate page search from readpages
` [PATCH v3 12/16] CIFS: Fix rsize usage in readpages
` [PATCH v3 13/16] CIFS: Separate page reading from user read
` [PATCH v3 14/16] CIFS: Fix rsize usage in "
` [PATCH v3 15/16] CIFS: Fix rsize usage for sync read
` [PATCH v3 16/16] CIFS: Use multicredits for SMB 2.1/3 reads
[PATCH] fs: cifs: cifsencrypt.c: Cleaning up missing null-terminate in conjunction with strncpy
2014-07-26 22:28 UTC
setting allocation size in cifs/smb3
2014-07-23 0:07 UTC (11+ messages)
[PATCH linux-next] cifs: remove unused function cifs_oplock_break_wait
2014-07-21 21:47 UTC
Creating sparse files on Linux
2014-07-21 20:02 UTC
[PATCH][SMB3] fallocate worker function
2014-07-21 17:35 UTC
[PATCH v2 00/16] SMB 2.1/3 multicredit requests for reading/writing
2014-07-21 15:53 UTC (38+ messages)
` [PATCH v2 01/16] CIFS: Fix async reading on reconnects
` Fwd: "
` [PATCH v2 02/16] CIFS: Separate page processing from writepages
` [PATCH v2 03/16] CIFS: Separate page sending "
` [PATCH v2 04/16] CIFS: Separate pages initialization "
` [PATCH v2 05/16] CIFS: Fix wsize usage in writepages
` [PATCH v2 06/16] CIFS: Fix cifs_writev_requeue when wsize changes
` [PATCH v2 07/16] CIFS: Separate filling pages from iovec write
` [PATCH v2 08/16] CIFS: Separate writing "
` [PATCH v2 09/16] CIFS: Fix wsize usage in "
` [PATCH v2 10/16] CIFS: Use multicredits for SMB 2.1/3 writes
` [PATCH v2 11/16] CIFS: Separate page search from readpages
` [PATCH v2 12/16] CIFS: Fix rsize usage in readpages
` [PATCH v2 13/16] CIFS: Separate page reading from user read
` [PATCH v2 14/16] CIFS: Fix rsize usage in "
` [PATCH v2 15/16] CIFS: Fix rsize usage for sync read
` [PATCH v2 16/16] CIFS: Use multicredits for SMB 2.1/3 reads
[PATCH] CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2
2014-07-18 14:50 UTC
cifs: Strange O_DIRECT behaviour on non-directio mounts
2014-07-16 19:23 UTC (4+ messages)
Question on Active Directory Authentication
2014-07-16 7:43 UTC (5+ messages)
` AW: "
Re: connecting to windows server with SMB2
2014-07-16 4:09 UTC (2+ messages)
Additional performance data on Pavel's smb3 multi credit patch series
2014-07-16 4:06 UTC (4+ messages)
cifs: Split lanman auth from CIFS_SessSetup()
2014-07-14 16:02 UTC (2+ messages)
[PATCH] fs/cifs: Fix build warnings
2014-07-14 15:29 UTC (2+ messages)
[PATCH v2 0/7] Optimize reading in a short read case on reconnects
2014-07-14 9:01 UTC (8+ messages)
` [PATCH v2 1/7] CIFS: Indicate reconnect with ECONNABORTED error code
` [PATCH v2 2/7] CIFS: Use separate var for the number of bytes got in async read
` [PATCH v2 3/7] CIFS: Count got bytes in read_into_pages()
` [PATCH v2 4/7] CIFS: Fix possible buffer corruption in cifs_user_read()
` [PATCH v2 5/7] CIFS: Improve indentation "
` [PATCH v2 6/7] CIFS: Optimize cifs_user_read() in a short read case on reconnects
` [PATCH v2 7/7] CIFS: Optimize readpages "
Patch series reviews
2014-07-13 13:39 UTC (2+ messages)
[PATCH 0/5 v4] Split CIFS_SessSetup()
2014-07-13 1:05 UTC (15+ messages)
` [PATCH 1/5] cifs: replace code with free_rsp_buf()
` [PATCH 2/5] cifs: Split lanman auth from CIFS_SessSetup()
` [PATCH 3/5] cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()
` [PATCH 4/5] cifs: Split Kerberos authentication "
` [PATCH 5/5] cifs: Separate rawntlmssp auth from CIFS_SessSetup()
connecting to windows server with SMB2
2014-07-11 21:05 UTC (4+ messages)
ANNOUNCE: cifs-utils release 6.4 ready for download
2014-07-11 15:31 UTC
[PATCH 0/7] Optimize reading in a short read case on reconnects
2014-07-11 9:47 UTC (10+ messages)
` [PATCH 1/7] CIFS: Indicate reconnect with ECONNABORTED error code
` [PATCH 2/7] CIFS: Use separate var for the number of bytes got in async read
` [PATCH 3/7] CIFS: Count got bytes in read_into_pages()
` [PATCH 4/7] CIFS: Fix possible buffer corruption in direct read
` [PATCH 5/7] CIFS: Improve indentation in cifs_user_read()
` [PATCH 6/7] CIFS: Optimize cifs_user_read() in a short read case on reconnects
` [PATCH 7/7] CIFS: Optimize readpages "
Re: connecting to windows server with SMB2
2014-07-11 5:47 UTC
Re: connecting to windows server with SMB2
2014-07-11 5:17 UTC
Re: connecting to windows server with SMB2
2014-07-10 12:52 UTC
Re: Re: connecting to windows server with SMB2
2014-07-10 12:10 UTC
Re: connecting to windows server with SMB2
2014-07-10 11:51 UTC (2+ messages)
[PATCH] CIFS: Indicate reconnect with a parm in read_into_pages
2014-07-10 9:48 UTC (3+ messages)
Seemingly random loss of permissions to krb5i multiuser mounts
2014-07-09 21:04 UTC (2+ messages)
Preliminary Performance Results from Pavel's SMB3 Multicredit (large i/o) patches
2014-07-07 14:08 UTC (2+ messages)
[PATCH 0/2] Improve wait_on_bit interface
2014-07-07 5:16 UTC (3+ messages)
` [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions
` [PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout
[PATCH] on 2nd try mount.cifs must also uppercase "orig_dev" - recent kernels now ignore "unc=..." mount option
2014-07-03 20:06 UTC (3+ messages)
GOOD DAY,
2014-06-30 15:44 UTC
[Problem with mount.cifs version 6.3 in Centos 6.5]
2014-06-27 14:27 UTC
[PATCH 0/9] SMB2.1 multicredit requests for writing
2014-06-26 12:39 UTC (14+ messages)
` [PATCH 1/9] CIFS: Separate page processing from writepages
` [PATCH 2/9] CIFS: Separate page sending "
` [PATCH 3/9] CIFS: Separate pages initialization "
` [PATCH 4/9] CIFS: Fix wsize usage in writepages
` [PATCH 5/9] CIFS: Fix cifs_writev_requeue when wsize changes
` [PATCH 6/9] CIFS: Separate filling pages from iovec write
` [PATCH 7/9] CIFS: Separate writing "
` [PATCH 8/9] CIFS: Fix wsize usage in "
` [PATCH 9/9] CIFS: Use multicredits for writes
[GIT] CIFS Fixes
2014-06-26 4:39 UTC
[PATCH] fs: cifs: cifsencrypt.c: Cleaning up missing null-terminate in conjunction with strncpy
2014-06-25 10:42 UTC
[PATCH][CIFS] fix SMB3 mount failure due to corrupted empty paths when mapchars option used
2014-06-24 11:07 UTC (2+ messages)
[PATCH] cifs: set null to username and iocharset after being freed
2014-06-24 7:31 UTC
[PATCH 0/2] Update wait_on_bit functions
2014-06-23 12:45 UTC (5+ messages)
` [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions
` [PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout
cifs case insensitivity
2014-06-23 12:38 UTC (7+ messages)
[PATCH] cifs: Workaround a probable Samba case sensitivity bug
2014-06-22 17:40 UTC
fix wsize patch
2014-06-22 16:46 UTC (2+ messages)
[patch] cifs: fix error code in cifs_match_super()
2014-06-21 20:06 UTC (2+ messages)
cifs SRV record
2014-06-21 18:54 UTC (11+ messages)
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