linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-13 04:42:33 to 2018-05-30 19:48:01 UTC [more...]

[Patch v2 00/15] CIFS: Add direct I/O support
 2018-05-30 19:48 UTC  (10+ messages)
` [Patch v2 01/15] CIFS: Introduce offset for the 1st page in data transfer structures
` [Patch v2 02/15] CIFS: Add support for direct pages in rdata
` [Patch v2 03/15] CIFS: Use offset when reading pages
` [Patch v2 04/15] CIFS: Add support for direct pages in wdata
` [Patch v2 05/15] CIFS: Calculate the correct request length based on page offset and tail size
` [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst
` [Patch v2 07/15] CIFS: When sending data on socket, pass the correct page offset
` [Patch v2 08/15] CIFS: SMBD: Support page offset in RDMA send
` [Patch v2 09/15] CIFS: SMBD: Support page offset in RDMA recv

[PATCH] IB: Revert "remove redundant INFINIBAND kconfig dependencies"
 2018-05-28 18:02 UTC  (6+ messages)

[cifs:for-next 16/19] fs/cifs/cifsfs.c:903:25: sparse: symbol 'smb3_fs_type' was not declared. Should it be static?
 2018-05-24  9:35 UTC  (3+ messages)
` [RFC PATCH cifs] smb3: smb3_fs_type can be static

[PATCHv2][SMB3] Add kernel trace support
 2018-05-20 23:17 UTC  (10+ messages)

[RFC PATCH 00/09] Implement direct user I/O interfaces for RDMA
 2018-05-19  5:54 UTC  (24+ messages)
` [RFC PATCH 01/09] Introduce offset for the 1st page in data transfer structures
` [RFC PATCH 02/09] Change wdata alloc to support direct pages
` [RFC PATCH 03/09] Change rdata "
` [RFC PATCH 04/09] Change function to support offset when reading pages
` [RFC PATCH 05/09] Change RDMA send to regonize page offset in the 1st page
` [RFC PATCH 06/09] Change RDMA recv to support "
` [RFC PATCH 07/09] Support page offset in memory regsitrations
` [RFC PATCH 08/09] Implement direct file I/O interfaces
` [RFC PATCH 09/09] Introduce cache=rdma moutning option

[PATCH][SMB3] Add ftrace support
 2018-05-16 22:42 UTC 

[cifs:for-next 12/12] fs/cifs/cifsfs.c:1056:5: sparse: symbol 'cifs_dir_fsync' was not declared. Should it be static?
 2018-05-11  0:50 UTC  (2+ messages)
` [RFC PATCH cifs] smb3: cifs_dir_fsync() can be static

[PATCH] IB: remove redundant INFINIBAND kconfig dependencies
 2018-05-09 12:54 UTC  (2+ messages)

[PATCH 1/7] cifs: smbd: Make upper layer decide when to destroy the transport
 2018-05-08 22:16 UTC  (12+ messages)
` [PATCH 2/7] cifs: smbd: Don't destroy transport on RDMA disconnect
` [PATCH 3/7] cifs: smbd: Return EINTR when interrupted
` [PATCH 4/7] cifs: smbd: Indicate to retry on transport sending failure
` [PATCH 5/7] cifs: smbd: Protect memory registration using RCU
` [PATCH 6/7] cifs: smbd: Retry on memory registration failure
` [PATCH 7/7] cifs: Call MID callback before destroying transport

[PATCH 1/7 v2] cifs: smbd: Make upper layer decide when to destroy the transport
 2018-05-08 19:46 UTC 

copy_file_range and user space tools to do copy fastest
 2018-04-28 13:59 UTC  (6+ messages)

[PATCH 0/6] IB: make INFINIBAND_ADDR_TRANS configurable
 2018-04-27 16:07 UTC  (11+ messages)
` [PATCH 1/6] nvme: depend on INFINIBAND_ADDR_TRANS
` [PATCH 2/6] nvmet-rdma: "
` [PATCH 3/6] ib_srpt: "
` [PATCH 4/6] cifs: smbd: "
` [PATCH 5/6] ib_srp: "
` [PATCH 6/6] IB: make INFINIBAND_ADDR_TRANS configurable

[PATCH v5] cifs: Allocate validate negotiation request through kmalloc
 2018-04-26 18:45 UTC  (3+ messages)
` [PATCH rebased] cifs: smbd: Enable signing with smbdirect

[PATCH 4/5] cifs: smbd: depend on INFINIBAND_ADDR_TRANS
 2018-04-26  1:14 UTC  (2+ messages)

[PATCH] cifs: smbd: Fix printk format warning for iov on the stack
 2018-04-24 23:33 UTC  (2+ messages)

linux-next: Signed-off-by missing for commits in the cifs tree
 2018-04-23 21:52 UTC  (2+ messages)

[Patch v2 1/6] cifs: smbd: Check for iov length on sending the last iov
 2018-04-23 19:34 UTC  (17+ messages)
` [Patch v2 2/6] cifs: Allocate validate negotiation request through kmalloc
` [Patch v2 3/6] cifs: smbd: Avoid allocating iov on the stack
` [Patch v2 4/6] cifs: smbd: Don't use RDMA read/write when signing is used
` [Patch v2 5/6] cifs: smbd: Enable signing with smbdirect
` [Patch v2 6/6] cifs: smbd: Dump SMB packet when configured

[Patch v4] cifs: Allocate validate negotiation request through kmalloc
 2018-04-20 19:15 UTC  (6+ messages)

[PATCH] cifs: dir: fix memory leak in cifs_mknod
 2018-04-20 18:02 UTC  (4+ messages)

[PATCH][next] cifs: ensure full_path is free'd on error exit path
 2018-04-20 13:15 UTC 

[Patch v3 2/6] cifs: Allocate validate negotiation request through kmalloc
 2018-04-18 18:53 UTC  (10+ messages)

[PATCH 1/6] cifs: smbd: Check for iov length on sending the last iov
 2018-04-17 18:11 UTC  (15+ messages)
` [PATCH 2/6] cifs: Allocate validate negoation request through kmalloc
` [PATCH 3/6] cifs: smbd: Avoid allocating iov on the stack
` [PATCH 4/6] cifs: smbd: Don't use RDMA read/write when signing is used
` [PATCH 5/6] cifs: smbd: Enable signing with smbdirect
` [PATCH 6/6] cifs: smbd: Dump SMB packet when configured

[PATCH] cifs: smb2ops: Fix NULL check in smb2_query_symlink
 2018-04-13 23:55 UTC  (2+ messages)

cifs buffer overflow in kernels before 3.7
 2018-04-12  7:51 UTC 

[PATCH] cifs: Use ULL suffix for 64-bit constant
 2018-04-10  9:35 UTC  (2+ messages)

[PATCH v2] cifs: smb2pdu: Fix potential NULL pointer dereference
 2018-04-04 10:18 UTC  (2+ messages)

[PATCH] cifs: cifssmb: Fix potential NULL pointer dereference
 2018-04-03 21:02 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-04-01  4:45 UTC  (2+ messages)

[PATCH 1/2] cifs: smbd: avoid reconnect lockup
 2018-03-31  0:19 UTC  (4+ messages)
` [PATCH 2/2] cifs: smbd: disconnect transport on RDMA errors

[PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed
 2018-03-22 19:14 UTC  (19+ messages)

[PATCH v1 0/3] SMB3.11 preauth integrity
 2018-02-16 20:37 UTC  (5+ messages)
  ` [PATCH v1 1/3] CIFS: refactor crypto shash/sdesc allocation&free
  ` [PATCH v1 2/3] CIFS: add sha512 secmech
  ` [PATCH v1 3/3] CIFS: implement v3.11 preauth integrity

Does smbfs use 1 socket per target?
 2018-02-15 20:35 UTC  (4+ messages)

Updates to cifs.ko README
 2018-02-13 23:11 UTC 

Updated some of the TODO list for cifs.ko for SMB3
 2018-02-13 22:56 UTC 

[PATCH 00/14] cifs: add compounding support for smb2+
 2018-02-13 22:10 UTC  (6+ messages)
` [PATCH 10/14] cifs: fix memory leak in SMB2_open()
  ` [PATCH 13/14] cifs: add SMB2_query_info_[init|free]()
  ` [PATCH 14/14] cifs: update smb2_queryfs() to use compounding

[PATCH stable] cifs: empty TargetInfo leads to crash on recovery
 2018-02-13 15:38 UTC  (4+ messages)

this is what you need
 2018-02-13 13:28 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).