Linux CIFS
[Prev Page][Next Page]
- [PATCH 20/20] cifs: update smb2_queryfs() to use compounding, (continued)
- [PATCH 20/20] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 04/20] cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr, Ronnie Sahlberg
- [PATCH 08/20] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 11/20] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 18/20] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 05/20] cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument, Ronnie Sahlberg
- [PATCH 07/20] cifs: remove header_preamble_size where it is always 0, Ronnie Sahlberg
- [PATCH 15/20] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 09/20] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 16/20] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 12/20] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 01/20] cifs: update smb2_check_message to handle PDUs without a 4 byte length header, Ronnie Sahlberg
- [PATCH 1/7 v2] cifs: smbd: Make upper layer decide when to destroy the transport, Long Li
- Add leases to track the cached root filehandle,
Ronnie Sahlberg
- [PATCH 1/7] cifs: smbd: Make upper layer decide when to destroy the transport,
Long Li
- [cifs:for-next 6/8] fs/cifs/cifs_debug.c:54:4: error: too few arguments to function 'server->ops->calc_smb_size',
kbuild test robot
- [cifs:for-next 5/8] fs/cifs/cifs_debug.c:87:4: error: too few arguments to function 'cifs_dump_detail',
kbuild test robot
- [cifs:for-next 6/6] fs/cifs/smb2misc.c:437:4: note: in expansion of macro 'cifs_dbg',
kbuild test robot
- Some minor patches added into for-next ... progress on leases, Steve French
- [PATCH v1] cifs: smb2ops: Fix listxattr() when there are no EAs,
Paulo Alcantara
- [PATCH] IB: remove redundant INFINIBAND kconfig dependencies,
Greg Thelen
- SMB3 xfstests against windows server 2016,
Aurélien Aptel
- CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-5,
xnor
- xfstest 323, Steve French
- xfstest failures to Samba, Steve French
- updated xfstest results, Steve French
- [GIT] SMB3 security fixes for rc2, Steve French
- copy_file_range and user space tools to do copy fastest,
Steve French
- [PATCH 0/6] IB: make INFINIBAND_ADDR_TRANS configurable,
Greg Thelen
- [PATCH] smb3: prevent redundant opens on root,
Steve French
- [PATCH 4/5] cifs: smbd: depend on INFINIBAND_ADDR_TRANS,
Greg Thelen
- [PATCH v5] cifs: Allocate validate negotiation request through kmalloc,
Long Li
- [PATCH] cifs: smbd: Fix printk format warning for iov on the stack,
Matt Redfearn
- linux-next: Signed-off-by missing for commits in the cifs tree,
Stephen Rothwell
- [GIT] CIFS/SMB3 fixes for rc1, Steve French
- encrypt the tcon itself if seal requested on mount and set encryption support for 3.11 properly,
Steve French
- [PATCH] cifs: dir: fix memory leak in cifs_mknod,
Gustavo A. R. Silva
- [PATCH][next] cifs: ensure full_path is free'd on error exit path, Colin King
- [Patch v4] cifs: Allocate validate negotiation request through kmalloc,
Long Li
- [PATCH 1/1] CIFS: fix typo in cifs_dbg,
Aurelien Aptel
- [PATCH 0/1] cifs: fix kernel NULL deref when creating sockets,
Ronnie Sahlberg
[PATCH 0/1] fix kernel NULL deref,
Ronnie Sahlberg
[PATCH 0/1] cifs: fix kernel NULL deref,
Ronnie Sahlberg
cifs_dbg log message,
Long Li
[PATCH] cifs: use FsFullSizeInfo in qfs since it is quota aware, Ronnie Sahlberg
[Patch v3 2/6] cifs: Allocate validate negotiation request through kmalloc,
Long Li
[Patch v2 1/6] cifs: smbd: Check for iov length on sending the last iov,
Long Li
[PATCH 1/6] cifs: smbd: Check for iov length on sending the last iov,
Long Li
[GIT] Some SMB3 fixes for stable and some additional cleanup, Steve French
[PATCH] fs: cifs: Adding new return type vm_fault_t,
Souptick Joarder
[PATCH] cifs: smb2ops: Fix NULL check in smb2_query_symlink,
Gustavo A. R. Silva
[PATCH 00/16] cifs: add compounding support to SMB2,
Ronnie Sahlberg
- [PATCH 04/16] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 11/16] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 07/16] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 03/16] cifs: remove header_preamble_size where it is always 0, Ronnie Sahlberg
- [PATCH 16/16] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 09/16] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 01/16] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 13/16] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 08/16] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 10/16] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 15/16] cifs: rename encryption_required to smb3_encryption_required, Ronnie Sahlberg
- [PATCH 05/16] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 06/16] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 14/16] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 02/16] cifs: remove struct smb2_hdr, Ronnie Sahlberg
- [PATCH 12/16] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
Resending patch 4,
Ronnie Sahlberg
cifs buffer overflow in kernels before 3.7, Vlastimil Babka
Fix for Bug 13107 - two missing files if mount to Windows root (of drive) shares,
Steve French
[PATCH v2 1/1] CIFS: add ONCE flag for cifs_dbg type, Aurelien Aptel
[PATCH v1 1/1] CIFS: add ONCE flag for cifs_dbg type, Aurelien Aptel
[PATCH][SMB311] Improve checking of negotiate security contexts, Steve French
[PATCH 00/21] cifs: compounding series,
Ronnie Sahlberg
- [PATCH 03/21] cifs: add resp_buf_size to the mid_q_entry structure, Ronnie Sahlberg
- [PATCH 09/21] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 05/21] cifs: change validate_buf to validate_iov, Ronnie Sahlberg
- [PATCH 02/21] cifs: replace a 4 with server->vals->header_preamble_size, Ronnie Sahlberg
- [PATCH 08/21] cifs: remove header_preamble_size where it is always 0, Ronnie Sahlberg
- [PATCH 11/21] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 21/21] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 16/21] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 12/21] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 06/21] cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data(), Ronnie Sahlberg
- [PATCH 07/21] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 15/21] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 10/21] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 01/21] cifs: add pdu_size to the TCP_Server_Info structure, Ronnie Sahlberg
- [PATCH 13/21] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 19/21] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 18/21] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 17/21] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 04/21] cifs: Change SMB2_open to return an iov for the error parameter, Ronnie Sahlberg
- [PATCH 14/21] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 20/21] cifs: rename encryption_required to smb3_encryption_required, Ronnie Sahlberg
[PATCH] Log at least once if tree connect fails,
Steve French
[PATCH][SMB3] Removing confusing error message by fixing buffer length checking in SMB3.11 negprot,
Steve French
[PATCH] cifs: Use ULL suffix for 64-bit constant,
Geert Uytterhoeven
[SMB3/CIFS][PATCH] Trivial debug statement added for tcon reconnect failure, Steve French
[GIT] Various CIFS/SMB3 fixes for 4.17, Steve French
[PATCH v2] cifs: smb2pdu: Fix potential NULL pointer dereference,
Gustavo A. R. Silva
[PATCH] cifs: cifssmb: Fix potential NULL pointer dereference,
Gustavo A. R. Silva
pass krb5 upcall trust-dns option through with mount.cifs, Roth, Chris
[cifs:for-next 19/20] fs/cifs/inode.c:713:34: sparse: constant 1125899906842597 is so big it is long,
kbuild test robot
[SMB3][PATCH] Add trivial debug message,
Steve French
[SMB3][PATCH] Fake an inode number when server returns inode number zero for the root,
Steve French
[cifs:for-next 17/17] fs/cifs/smb2misc.c:194:3: note: in expansion of macro 'cifs_dbg', kbuild test robot
[cifs:for-next 17/17] fs/cifs/cifs_debug.h:55:24: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t {aka long unsigned int}',
kbuild test robot
[PATCH 00/16] initial part of compounding patches,
Ronnie Sahlberg
[PATCH 1/2] cifs: smbd: avoid reconnect lockup,
Long Li
[PATCH 0/6] first 6 patches in the smb2 compounding series,
Ronnie Sahlberg
Backport of all features and bug fixes for kernel client to recent kernels,
Steve French
the second open(2) call to file in samba 2.0 cifs mountpoint hang,
Xiong Zhou
[PATCH] [SMB3] Don't log expected error on DFS referral request,
Steve French
[PATCH 00/16] smb2 compounding,
Ronnie Sahlberg
- [PATCH 02/16] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 09/16] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 14/16] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 11/16] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 06/16] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 13/16] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 08/16] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 04/16] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 07/16] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 05/16] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 10/16] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 03/16] cifs: remove header_preamble_size where it is always 0, Ronnie Sahlberg
- [PATCH 12/16] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 16/16] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 15/16] cifs: rename encryption_required to smb3_encryption_required, Ronnie Sahlberg
- [PATCH 01/16] cifs: add server->vals->header_preamble_size, Ronnie Sahlberg
[PATCH 00/15] SMB2 compounding,
Ronnie Sahlberg
- [PATCH 11/15] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 10/15] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 09/15] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 04/15] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 12/15] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 07/15] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 03/15] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 15/15] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 08/15] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 14/15] cifs: rename encryption_required to smb3_encryption_required, Ronnie Sahlberg
- [PATCH 01/15] cifs: add server->vals->header_preamble_size, Ronnie Sahlberg
- [PATCH 02/15] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 13/15] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 06/15] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 05/15] cifs: remove smb2_send_recv(), Ronnie Sahlberg
kernel vs samba bugzilla, Aurélien Aptel
[PATCH] fs: cifs: Replace _free_xid call in cifs_root_iget function,
Phillip Potter
[PATCH] update mount.cifs manpage with info about rdma option.,
Kenneth Dsouza
cifs-utils release 6.8 ready for download, Pavel Shilovsky
4.9 backport version of SMB3: Validate negotiate request must always be signed patch,
Steve French
[PATCH 00/14] Compounding for SMB2,
Ronnie Sahlberg
- [PATCH 14/14] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 10/14] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 06/14] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 04/14] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 03/14] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 05/14] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 01/14] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 12/14] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 08/14] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 02/14] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 13/14] cifs: rename encryption_required to smb3_encryption_required, Ronnie Sahlberg
- [PATCH 11/14] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 07/14] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 09/14] cifs: add compound_send_recv(), Ronnie Sahlberg
[SMB3] Security and bug fixes,
Steve French
SMB3.11 security fixes,
Steve French
alignment trap caused by sock_release in cifs module ?, Andrei Jalba
Re: 答复: Re: 答复: [PATCH] mount.cifs: add a useful "passwd" option,
Jeff Layton
Re: 答复: [PATCH] mount.cifs: add a useful "passwd" option,
Jeff Layton
[cifs:for-next 9/9] fs/cifs/smb2ops.c:1867:10: warning: 'rc' may be used uninitialized in this function, kbuild test robot
[PATCH] CIFS: fix sha512 check in cifs_crypto_secmech_release,
Gustavo A. R. Silva
[PATCH][next] CIFS: fix copy-n-paste on new sha512 secmech, Colin King
[PATCH 0/0] fix smb3-encryption breakage when CONFIG_DEBUG_SG=y,
Ronnie Sahlberg
[PATCH v1 0/3] SMB3.11 preauth integrity,
Aurelien Aptel
Does smbfs use 1 socket per target?,
Matthew DeLoera
Updates to cifs.ko README, Steve French
Updated some of the TODO list for cifs.ko for SMB3, Steve French
[PATCH 00/14] cifs: add compounding support for smb2+,
Ronnie Sahlberg
- [PATCH 03/14] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
- [PATCH 13/14] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 04/14] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 11/14] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 09/14] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 06/14] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 07/14] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 08/14] cifs: update smb3_init_transform_rq to take an array of requests, Ronnie Sahlberg
- [PATCH 14/14] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 12/14] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 01/14] cifs: remove rfc1002 header from all SMB2 response structures, Ronnie Sahlberg
- [PATCH 02/14] cifs: update multiplex loop to handle compounded responses, Ronnie Sahlberg
- [PATCH 10/14] cifs: fix memory leak in SMB2_open(), Ronnie Sahlberg
- [PATCH 05/14] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- Re: [PATCH 00/14] cifs: add compounding support for smb2+, Ronnie Sahlberg
- Message not available
Message not available
Message not available
RE: RE: Re: 答复: Re: [PATCH] manpage: updatemount.cifs manpage with info aboutincomplete options, Pavel Shilovskiy
[GIT][SMB3] A few small SMB3 fixes, Steve French
[PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth",
Colin King
[PATCH] CIFS: SMBD: fix spelling mistake: "faield" -> "failed",
Colin King
[PATCH][SMB3] New structs and defines from MS-SMB2,
Steve French
[SMB3][PATCH] Address the remaining sparse warning in new smbdirect code,
Steve French
[PATCH] cifs: silence compiler warnings showing up with gcc-8.0.0,
Arnd Bergmann
Work in progress SMB-Direct driver for the linux kernel,
Stefan Metzmacher
Re: [LSF/MM TOPIC] Network and Cluster File System topics, Steve French
[GIT] Various SMB3 fixes for 4.16, Steve French
[PATCH v2] update mount.cifs manpage with info about echo_interval option.,
Kenneth Dsouza
[PATCH] fs/cifs/cifsacl.c Fixes typo in a comment,
Achilles Gaikwad
[PATCH stable] cifs: empty TargetInfo leads to crash on recovery,
Dan Aloni
[PATCH 1/1] CIFS: document tcon/ses/server refcount dance,
Aurelien Aptel
[PATCH][SMB3] quiet 'symbol was not declared' warnings in SMB3 RDMA series,
Steve French
[PATCH 1/1] CIFS: zero sensitive data when freeing,
Aurelien Aptel
[SMB3][PATCH] cleanup some minor endian warnings in smbdirect (SMB3 RDMA) code.,
Steve French
manpage: update mount.cifs manpage with info about echo_interval option.,
Kenneth Dsouza
[PATCH] cifscreds: check optind before accessing argv[optind],
Ronnie Sahlberg
[PATCH 0/2] cifs: remove rfc1002 length field from all SMB2 response structures,
Ronnie Sahlberg
Regression in SMB3 encryption,
Ronnie Sahlberg
[PATCH v1 0/3] Make IPC a regular tcon and fix SMB2 domain-based DFS,
Aurelien Aptel
[PATCH] cifs: remove redundant duplicated assignment of pointer 'node',
Colin King
RE: Re: 答复: Re: [PATCH] manpage: updatemount.cifs manpage with info aboutincomplete options, Pavel Shilovskiy
tcon and session refcounts, get/put,
Aurélien Aptel
[PATCH] cifs: Fix autonegotiate security settings mismatch,
Daniel N Pettersson
[PATCH 21/38] cifs: Define usercopy region in cifs_request slab cache, Kees Cook
[PATCH] CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning,
Arnd Bergmann
[PATCH] list_debug: check prev/next for NULL when checking list_head for validity,
Ronnie Sahlberg
Check list_head->next/prev for NULL in __list_del_entry_valid,
Ronnie Sahlberg
[PATCH 18/36] cifs: Define usercopy region in cifs_request slab cache, Kees Cook
[PATCH][cifs-next] CIFS: SMBD: make functions smbd_recv_buf and smbd_recv_page static, Colin King
Can I reduce the CIFS client connection timeout?,
Josh Pettett
Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed,
Srivatsa S. Bhat
[PATCH 0/2] Remove rfc1002 headers from SMB2 responses,
Ronnie Sahlberg
[PATCH -next] cifs: fix build errors for SMB_DIRECT,
Randy Dunlap
Re: 答复: Re: [PATCH] manpage: update mount.cifs manpage with info aboutincomplete options, Jeff Layton
[PATCH] cifs: add .splice_write,
Andrés Souto
[PATCH] CIFS: SMBD: fix configurations with INFINIBAND=m,
Arnd Bergmann
[linux-next:master 5061/5571] fs/cifs/smbdirect.c:1465:24: sparse: symbol '_smbd_get_connection' was not declared. Should it be static?,
kbuild test robot
[PATCH] cifs: Fix missing put_xid in cifs_file_strict_mmap,
Matthew Wilcox
[SMB3] Misc SMB3 fixes, Steve French
[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at,
Adam Borowski
Re: [PATCH] manpage: update mount.cifs manpage with info about incomplete options,
Jeff Layton
MS SOFS compatibility issue,
Matt
reconnection loop,
Matthias Urlichs
[PATCH] fs: convert super_block.s_active from atomic_t to refcount_t, Elena Reshetova
Re: SMB 2 & later leaves files in bad inconsistent state,
Yale Zhang
[Patch v8 00/16] CIFS: Implement SMB Direct protocol,
Long Li
- [Patch v8 03/16] CIFS: SMBD: Upper layer reconnects to SMB Direct session, Long Li
- [Patch v8 02/16] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport, Long Li
- [Patch v8 05/16] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount, Long Li
- [Patch v8 09/16] CIFS: SMBD: Implement function to send data via RDMA send, Long Li
- [Patch v8 08/16] CIFS: SMBD: Upper layer receives data via RDMA receive, Long Li
- [Patch v8 12/16] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration, Long Li
- [Patch v8 16/16] CIFS: SMBD: Disable signing on SMB direct transport, Long Li
- [Patch v8 11/16] CIFS: SMBD: Implement RDMA memory registration, Long Li
- [Patch v8 04/16] CIFS: SMBD: Implement function to destroy a SMB Direct connection, Long Li
- [Patch v8 10/16] CIFS: SMBD: Upper layer sends data via RDMA send, Long Li
- [Patch v8 06/16] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O, Long Li
- [Patch v8 15/16] CIFS: SMBD: Add SMB Direct debug counters, Long Li
- [Patch v8 01/16] CIFS: SMBD: Upper layer connects to SMBDirect session, Long Li
- [Patch v8 14/16] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration, Long Li
- [Patch v8 07/16] CIFS: SMBD: Implement function to receive data via RDMA receive, Long Li
- [Patch v8 13/16] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O, Long Li
- RE: [Patch v8 00/16] CIFS: Implement SMB Direct protocol, Pavel Shilovskiy
- Re: [Patch v8 00/16] CIFS: Implement SMB Direct protocol, Ronnie Sahlberg
- Re: [Patch v8 00/16] CIFS: Implement SMB Direct protocol, Steve French
[SMB3] Updates for 4.15,
Steve French
[PATCH] CIFS: decrease log level of smb2 DFS error,
Aurelien Aptel
[PATCH] cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case,
Ronnie Sahlberg
[PATCH 00/19 Version 4] cifs: remove rfc1002 from smb2 requests,
Ronnie Sahlberg
- [PATCH 16/19] cifs: remove rfc1002 header from smb2_set_info_req, Ronnie Sahlberg
- [PATCH 02/19] cifs: remove rfc1002 header from smb2_negotiate_req, Ronnie Sahlberg
- [PATCH 06/19] cifs: remove rfc1002 header from smb2_ioctl_req, Ronnie Sahlberg
- [PATCH 10/19] cifs: remove rfc1002 header from smb2_create_req, Ronnie Sahlberg
- [PATCH 05/19] cifs: remove rfc1002 header from smb2_close_req, Ronnie Sahlberg
- [PATCH 09/19] cifs: remove rfc1002 header from smb2_tree_connect_req, Ronnie Sahlberg
- [PATCH 17/19] cifs: remove rfc1002 header from smb2_query_directory_req, Ronnie Sahlberg
- [PATCH 18/19] cifs: remove rfc1002 header from smb2_query_info_req, Ronnie Sahlberg
- [PATCH 07/19] cifs: remove rfc1002 header from smb2_echo_req, Ronnie Sahlberg
- [PATCH 13/19] cifs: remove rfc1002 header from smb2 read/write requests, Ronnie Sahlberg
- [PATCH 15/19] cifs: remove rfc1002 header from smb2_oplock_break we get from server, Ronnie Sahlberg
- [PATCH 12/19] cifs: remove rfc1002 header from smb2_lock_req, Ronnie Sahlberg
- [PATCH 11/19] cifs: remove rfc1002 header from smb2_flush_req, Ronnie Sahlberg
- [PATCH 01/19] cifs: Add smb2_send_recv, Ronnie Sahlberg
- [PATCH 19/19] cifs: remove small_smb2_init, Ronnie Sahlberg
- [PATCH 08/19] cifs: remove rfc1002 header from smb2_sess_setup_req, Ronnie Sahlberg
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]