linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-03 20:55:12 to 2018-06-24 02:39:44 UTC [more...]

[Patch v2 00/15] CIFS: Add direct I/O support
 2018-06-24  2:39 UTC  (32+ 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 v2 10/15] CIFS: SMBD: Support page offset in memory registration
` [Patch v2 11/15] CIFS: Pass page offset for calculating signature
` [Patch v2 12/15] CIFS: Pass page offset for encrypting
` [Patch v2 13/15] CIFS: Add support for direct I/O read
` [Patch v2 14/15] CIFS: Add support for direct I/O write
` [Patch v2 15/15] CIFS: Add direct I/O functions to file_operations

[cifs:for-next 7/7] fs/cifs/smb2pdu.c:2056 smb311_posix_mkdir() error: uninitialized symbol 'rsp'
 2018-06-22 11:02 UTC 

[PATCH] CIFS: fix structurally dead code in smb311_posix_mkdir
 2018-06-21 17:36 UTC  (3+ messages)

[PATCH 1/2] cifs: use timespec64 internally
 2018-06-19 16:36 UTC  (3+ messages)
` [PATCH 2/2] cifs: use 64-bit timestamps for fscache

[smb3] unreachable code and memory leaks
 2018-06-19  1:20 UTC  (5+ messages)

linux-next: manual merge of the cifs tree with Linus' tree
 2018-06-14  3:37 UTC  (3+ messages)

[PATCH 3.16 014/410] cifs: empty TargetInfo leads to crash on recovery
 2018-06-07 14:05 UTC 

[PATCH] cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class
 2018-06-04 11:46 UTC 

linux-next: build failure after merge of the cifs tree
 2018-06-01  0:19 UTC  (2+ messages)

[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)


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).