Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2018-01-25 15:37:42 to 2018-05-08 03:45:22 UTC [more...]

[PATCH 1/7] cifs: smbd: Make upper layer decide when to destroy the transport
 2018-05-08  3:45 UTC  (8+ 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] IB: remove redundant INFINIBAND kconfig dependencies
 2018-05-04  3:29 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  (22+ 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  (17+ messages)
  ` [PATCH 01/14] cifs: remove rfc1002 header from all SMB2 response structures
  ` [PATCH 02/14] cifs: update multiplex loop to handle compounded responses
  ` [PATCH 03/14] cifs: push rfc1002 generation down the stack
  ` [PATCH 04/14] cifs: remove smb2_send_recv()
  ` [PATCH 05/14] cifs: update __smb_send_rqst() to take an array of requests
  ` [PATCH 06/14] cifs: make smb_send_rqst() "
  ` [PATCH 07/14] cifs: update init_sg and crypt_message to take an array of rqst
  ` [PATCH 08/14] cifs: update smb3_init_transform_rq to take an array of requests
  ` [PATCH 09/14] cifs: add compound_send_recv()
  ` [PATCH 10/14] cifs: fix memory leak in SMB2_open()
  ` [PATCH 11/14] cifs: create SMB2_open_init()/SMB2_open_free() helpers
  ` [PATCH 12/14] cifs: add SMB2_close_init()/SMB2_close_free()
  ` [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 

RE: Re: 答复: Re: [PATCH] manpage: updatemount.cifs manpage with info aboutincomplete options
 2018-02-13  2:18 UTC 

[PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
 2018-02-09 23:57 UTC  (3+ messages)

[GIT][SMB3] A few small SMB3 fixes
 2018-02-09 17:41 UTC 

[PATCH] CIFS: SMBD: fix spelling mistake: "faield" -> "failed"
 2018-02-09 12:13 UTC  (2+ messages)
` NAK: "

[PATCH][SMB3] New structs and defines from MS-SMB2
 2018-02-07  6:44 UTC  (2+ messages)

[SMB3][PATCH] Address the remaining sparse warning in new smbdirect code
 2018-02-05 23:18 UTC  (3+ messages)

Work in progress SMB-Direct driver for the linux kernel
 2018-02-05  1:32 UTC  (8+ messages)

[PATCH] cifs: silence compiler warnings showing up with gcc-8.0.0
 2018-02-04  1:27 UTC  (2+ messages)

[LSF/MM TOPIC] Network and Cluster File System topics
 2018-01-31 21:56 UTC 

[PATCH v2] update mount.cifs manpage with info about echo_interval option
 2018-01-30 18:53 UTC  (3+ messages)

[SMB3][PATCH] cleanup some minor endian warnings in smbdirect (SMB3 RDMA) code
 2018-01-29 18:51 UTC  (3+ messages)

[GIT] Various SMB3 fixes for 4.16
 2018-01-29 16:59 UTC 

[PATCH] cifs: add .splice_write
 2018-01-29 10:47 UTC  (5+ messages)
    ` Fwd: "

[PATCH 1/1] CIFS: zero sensitive data when freeing
 2018-01-29  1:37 UTC  (3+ messages)

[PATCH] fs/cifs/cifsacl.c Fixes typo in a comment
 2018-01-28 15:20 UTC  (2+ messages)

[PATCH v1 0/3] Make IPC a regular tcon and fix SMB2 domain-based DFS
 2018-01-26 23:00 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] CIFS: make IPC a regular tcon
  ` [PATCH v3 2/3] CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
  ` [PATCH v3 3/3] CIFS: dump IPC tcon in debug proc file

[PATCH 0/2] cifs: remove rfc1002 length field from all SMB2 response structures
 2018-01-26 16:57 UTC  (2+ messages)

Darlehen Geld für Einzelpersonen und Fachleute in weniger als 72 Stunden
 2018-01-26  7:22 UTC 

[PATCH 1/1] CIFS: document tcon/ses/server refcount dance
 2018-01-25 18:58 UTC  (2+ messages)

[PATCH][SMB3] quiet 'symbol was not declared' warnings in SMB3 RDMA series
 2018-01-25 18:57 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