linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-23 15:34:55 to 2018-08-21 04:20:43 UTC [more...]

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-08-21  4:20 UTC  (2+ messages)

Should we split the network filesystem setup into two phases?
 2018-08-17 23:11 UTC  (9+ messages)

[PATCH 0/8] cifs compounding
 2018-08-03  0:54 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-08-01 16:58 UTC  (2+ messages)

[PATCH] fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
 2018-07-09 14:33 UTC 

[PATCH] cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
 2018-07-05 17:53 UTC  (8+ messages)

[PATCH] cifs: Fix infinite loop when using hard mount option
 2018-07-05 17:12 UTC  (2+ messages)

[PATCH] cifs: Fix memory leak in smb2_set_ea()
 2018-07-04 17:16 UTC 

config files and how to have persistent Linux kernel Driver/File System configuration info saved
 2018-06-29 19:53 UTC  (6+ messages)

[PATCH v2] cifs: Fix use after free of a mid_q_entry
 2018-06-28  8:23 UTC  (2+ messages)

[Patch v2 00/15] CIFS: Add direct I/O support
 2018-06-27  3:44 UTC  (50+ 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

F_OFD_GETLK implemented wrong with CIFS protocol version 2.0+
 2018-06-27  1:11 UTC  (4+ messages)

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

[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  (9+ messages)
` [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


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