messages from 2018-05-20 01:56:39 to 2018-10-09 23:11:55 UTC [more...]
[PATCH v3] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
2018-10-09 23:11 UTC (2+ messages)
[PATCH v2] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
2018-10-09 21:53 UTC (3+ messages)
[PATCH] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
2018-10-09 20:11 UTC (2+ messages)
[PATCH v3 0/2] CIFS: Info-level log support, print message when attempting mount
2018-10-07 21:06 UTC (6+ messages)
` [PATCH v3 1/2] CIFS: Adds information-level logging function
` [PATCH v3 2/2] CIFS: Print message when attempting a mount
[PATCH v2] CIFS: Print message when attempting a mount
2018-10-06 23:27 UTC (11+ messages)
[PATCH] fs/cifs: fix uninitialised variable warnings
2018-10-06 0:28 UTC (3+ messages)
[PATCH net-next] dns: Allow the dns resolver to retrieve a server set
2018-10-04 16:42 UTC (2+ messages)
[PATCH] CIFS: Print message when attempting mount
2018-10-02 1:16 UTC (2+ messages)
[PATCH V3 (resend) 1/7] CIFS: pass page offsets on SMB1 read/write
2018-09-24 18:24 UTC (8+ messages)
` [PATCH V3 (resend) 2/7] CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
` [PATCH V3 (resend) 3/7] CIFS: Add support for direct I/O read
` [PATCH V3 (resend) 4/7] CIFS: Add support for direct I/O write
` [PATCH V3 (resend) 5/7] CIFS: Add direct I/O functions to file_operations
[Patch v7 00/22] CIFS: Implement SMB Direct protocol
2018-09-24 4:07 UTC (9+ messages)
` [Patch v7 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
[Patch v3 00/16] CIFS: add support for direct I/O
2018-09-15 20:57 UTC (19+ messages)
` [Patch v3 01/16] CIFS: Add support for direct pages in rdata
` [Patch v3 02/16] CIFS: Use offset when reading pages
` [Patch v3 03/16] CIFS: Add support for direct pages in wdata
` [Patch v3 04/16] CIFS: pass page offset when issuing SMB write
` [Patch v3 05/16] CIFS: Calculate the correct request length based on page offset and tail size
` [Patch v3 06/16] CIFS: Introduce helper function to get page offset and length in smb_rqst
` [Patch v3 07/16] CIFS: When sending data on socket, pass the correct page offset
` [Patch v3 08/16] CIFS: SMBD: Support page offset in RDMA send
` [Patch v3 09/16] CIFS: SMBD: Support page offset in RDMA recv
` [Patch v3 10/16] CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
` [Patch v3 11/16] CIFS: SMBD: Support page offset in "
` [Patch v3 12/16] CIFS: Pass page offset for calculating signature
` [Patch v3 13/16] CIFS: Pass page offset for encrypting
` [Patch v3 14/16] CIFS: Add support for direct I/O read
` [Patch v3 15/16] CIFS: Add support for direct I/O write
` [Patch v3 16/16] CIFS: Add direct I/O functions to file_operations
[PATCH] fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
2018-09-11 12:41 UTC (3+ messages)
[PATCH] fs/cifs: require sha512
2018-09-10 14:28 UTC (4+ messages)
[PATCH] fs/cifs: suppress a string overflow warning
2018-09-04 2:13 UTC (4+ messages)
[PATCH] cifs: check kmalloc before use
2018-08-23 20:06 UTC (2+ messages)
Overview of performance improvements of recent SMB3 compounding patches
2018-08-23 1:44 UTC (3+ messages)
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] 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 (6+ 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