Linux CIFS
[Prev Page][Next Page]
- Re: [PATCH] fs/cifs: fix uninitialised variable warnings, (continued)
- [PATCH 0/2] cifs: Add IOCTL passthrough for QUERY-INFO,
Ronnie Sahlberg
- Updated fixes for compounding regression,
Steve French
- [PATCH v2] CIFS: Print message when attempting a mount,
Rodrigo Freire
- [PATCH] CIFS: Print message when attempting mount,
Rodrigo Freire
- [PATCH] smb3: add tracepoint for sending lease break responses to server,
Steve French
- [PATCH] smb3: fix lease break problem introduced by compounding,
Steve French
- [PATCH V3 (resend) 1/7] CIFS: pass page offsets on SMB1 read/write,
Long Li
- nodfs only works when vers=1.0,
Chad W Seys
- [PATCH] minor updates to module description for cifs.ko,
Steve French
- smb3: add way to control slow response threshold for logging and stats,
Steve French
- unclosed CIFS file handles,
Syam Gadde
- [PATCH] smb3: allow stats which track session and share reconnects to be reset, Steve French
- [PATCH] smb3: do not display confusing message on mount to Azure servers,
Steve French
- [PATCH 0/3] keyutils: request_key and DNS resolver changes,
David Howells
- [PATCH] cifs: add IOCTL for QUERY_INFO passthrough to userspace,
Ronnie Sahlberg
- Making the in-kernel DNS resolver handle server lists,
David Howells
- [PATCH] cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir(),
YueHaibing
- [Patch v3 00/16] CIFS: add support for direct I/O,
Long Li
- [Patch v3 01/16] CIFS: Add support for direct pages in rdata, Long Li
- [Patch v3 02/16] CIFS: Use offset when reading pages, Long Li
- [Patch v3 11/16] CIFS: SMBD: Support page offset in memory registration, Long Li
- [Patch v3 16/16] CIFS: Add direct I/O functions to file_operations, Long Li
- [Patch v3 15/16] CIFS: Add support for direct I/O write, Long Li
- [Patch v3 10/16] CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration, Long Li
- [Patch v3 12/16] CIFS: Pass page offset for calculating signature, Long Li
- [Patch v3 13/16] CIFS: Pass page offset for encrypting, Long Li
- [Patch v3 14/16] CIFS: Add support for direct I/O read, Long Li
- [Patch v3 09/16] CIFS: SMBD: Support page offset in RDMA recv, Long Li
- [Patch v3 08/16] CIFS: SMBD: Support page offset in RDMA send, Long Li
- [Patch v3 07/16] CIFS: When sending data on socket, pass the correct page offset, Long Li
- [Patch v3 06/16] CIFS: Introduce helper function to get page offset and length in smb_rqst, Long Li
- [Patch v3 05/16] CIFS: Calculate the correct request length based on page offset and tail size, Long Li
- [Patch v3 03/16] CIFS: Add support for direct pages in wdata, Long Li
- [Patch v3 04/16] CIFS: pass page offset when issuing SMB write, Long Li
- Re: [Patch v3 00/16] CIFS: add support for direct I/O, Steve French
- [PATCH] fs/cifs: require sha512,
Stefan Metzmacher
- [PATCH -next] cifs: remove set but not used variable 'cifs_sb',
YueHaibing
- [PATCH] cifs: add ioctl for SRV_COPYCHUNK range,
Ronnie Sahlberg
- [PATCH 0/12] cifs compounding,
Ronnie Sahlberg
- [PATCH 03/12] cifs: change unlink to use a compound, Ronnie Sahlberg
- [PATCH 01/12] cifs: add a smb2_compound_op and change QUERY_INFO to use it, Ronnie Sahlberg
- [PATCH 06/12] cifs: change SMB2_OP_SET_EOF to use compounding, Ronnie Sahlberg
- [PATCH 04/12] cifs: create helpers for SMB2_set_info_init/free(), Ronnie Sahlberg
- [PATCH 11/12] cifs: add a warning if we try to to dequeue a deleted mid, Ronnie Sahlberg
- [PATCH 02/12] cifs: change mkdir to use a compound, Ronnie Sahlberg
- [PATCH 10/12] cifs: create a define for the max number of iov we need for a SMB2 set_info, Ronnie Sahlberg
- [PATCH 07/12] cifs: remove the is_falloc argument to SMB2_set_eof, Ronnie Sahlberg
- [PATCH 09/12] cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding, Ronnie Sahlberg
- [PATCH 12/12] cifs: only wake the thread for the very last PDU in a compound, Ronnie Sahlberg
- [PATCH 08/12] cifs: change SMB2_OP_SET_INFO to use compounding, Ronnie Sahlberg
- [PATCH 05/12] cifs: make rmdir() use compounding, Ronnie Sahlberg
- Re: [PATCH 0/12] cifs compounding, Aurélien Aptel
- [PATCH] fs/cifs: suppress a string overflow warning,
Stephen Rothwell
- [PATCH] smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnect, Steve French
- Fwd: [PATCH v1 2/3] VFS permit cross device vfs_copy_file_range,
Steve French
- [PATCH][SMB3] check for and properly advertise directory lease support,
Steve French
- CIFS problem on Ubuntu 18.04.1,
Rauste Yrjö
- Updated patches,
Ronnie Sahlberg
- Compounding in for-next simple test data, ronnie sahlberg
- [PATCH 0/1] extra debugging/logging for mid deletion,
Ronnie Sahlberg
- [PATCH 0/1] Fix compounding oops,
Ronnie Sahlberg
- [PATCH] smb3: minor debugging clarifications in rfc1001 len processing,
Steve French
- [SMB3][PATCH] backup intent flag missing from directory and symlink opens,
Steve French
- Fwd: Streams support in Linux,
Steve French
- [GIT PULL] Small set of SMB3 fixes, Steve French
- Tree Connect request to IPC$ via IP instead of FQDN prevents mount through firewall,
Thomas Werschlein
- [PATCH 0/11] more compounding,
Ronnie Sahlberg
- [PATCH 06/11] cifs: change SMB2_OP_SET_EOF to use compounding, Ronnie Sahlberg
- [PATCH 11/11] WIP. temp fix to suppress the dequeue_mid crash, Ronnie Sahlberg
- [PATCH 04/11] cifs: create helpers for SMB2_set_info_init/free(), Ronnie Sahlberg
- [PATCH 02/11] cifs: change mkdir to use a compound, Ronnie Sahlberg
- [PATCH 01/11] cifs: add a smb2_compound_op and change QUERY_INFO to use it, Ronnie Sahlberg
- [PATCH 05/11] cifs: make rmdir() use compounding, Ronnie Sahlberg
- [PATCH 10/11] cifs: create a define for the max number of iov we need for a SMB2 set_info, Ronnie Sahlberg
- [PATCH 07/11] cifs: remove the is_falloc argument to SMB2_set_eof, Ronnie Sahlberg
- [PATCH 09/11] cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding, Ronnie Sahlberg
- [PATCH 08/11] cifs: change SMB2_OP_SET_INFO to use compounding, Ronnie Sahlberg
- [PATCH 03/11] cifs: change unlink to use a compound, Ronnie Sahlberg
- Re: [PATCH 0/11] more compounding, Aurélien Aptel
- Re: [PATCH 0/11] more compounding, Steve French
- [PATCH] cifs: check kmalloc before use,
Nicholas Mc Guire
- [PATCH] cifs: fake server->total_read for decrypted smb3 compounds, Ronnie Sahlberg
- [PATCH] cifs: check if SMB2 PDU size has been padded and suppress the warning,
Ronnie Sahlberg
- Overview of performance improvements of recent SMB3 compounding patches,
Steve French
- [PATCH 0/1] cifs: fix correct number of IOVs for SMB2_open_init(),
Ronnie Sahlberg
- WIP more compounding,
Ronnie Sahlberg
- [PATCH 2/9] cifs: change mkdir to use a compound, Ronnie Sahlberg
- [PATCH 4/9] cifs: create helpers for SMB2_set_info_init/free(), Ronnie Sahlberg
- [PATCH 6/9] cifs: change SMB2_OP_SET_EOF to use compounding, Ronnie Sahlberg
- [PATCH 1/9] cifs: add a smb2_compound_op and change QUERY_INFO to use it, Ronnie Sahlberg
- [PATCH 7/9] cifs: remove the is_falloc argument to SMB2_set_eof, Ronnie Sahlberg
- [PATCH 8/9] cifs: change SMB2_OP_SET_INFO to use compounding, Ronnie Sahlberg
- [PATCH 3/9] cifs: change unlink to use a compound, Ronnie Sahlberg
- [PATCH 5/9] cifs: make rmdir() use compounding, Ronnie Sahlberg
- [PATCH 9/9] cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding, Ronnie Sahlberg
- Re: WIP more compounding, Aurélien Aptel
- Re: WIP more compounding, Steve French
- inode numbers differ when accessing the same folder with a differently-cased path,
Simon
- regression in CIFS(?) between 4.17.14 and 4.18.0,
Robin P. Blanchard
- Message not available
- Re: regression in CIFS(?) between 4.17.14 and 4.18.0, Steve French
<Possible follow-ups>
Re: regression in CIFS(?) between 4.17.14 and 4.18.0, Dr. Bernd Feige
Re: regression in CIFS(?) between 4.17.14 and 4.18.0, Dr. Bernd Feige
Should we split the network filesystem setup into two phases?,
David Howells
[GIT PULL] SMB3 updates for 4.19, Steve French
[PATCH] smb3: create smb3 equivalent alias for cifs pseudo-xattrs,
Steve French
[SMB3][PATCH] snapshots work from Linux!,
Steve French
[PATCH] cifs: don't show domain= in mount output when domain is empty,
Ronnie Sahlberg
[PATCH] cifs: add missing support for ACLs in SMB 3.11,
Ronnie Sahlberg
GMT tokens to filetime,
Steve French
[PATCH][SMB3]enumerating snapshots was leaving part of the data off end,
Steve French
[cifs-utils PATCH v1 0/2] More man page cleanup,
Aurelien Aptel
[PATCH 0/5] cifs: compounding,
Ronnie Sahlberg
Updated patch #4,
Ronnie Sahlberg
[bug report] cifs: create SMB2_open_init()/SMB2_open_free() helpers.,
Dan Carpenter
[PATCH][SMB3] display stats counters for number of slow commands,
Steve French
[PATCH v2] cifs: Fix handling of OFD locks,
Paulo Alcantara
Possible bug in smb2_set_file_info,
Stefan Metzmacher
[PATCH 1/1] CIFS: fix uninitialized ptr deref in smb2 signing,
Aurelien Aptel
[PATCH][SMB3] Fix minor debug output for CONFIG_CIFS_STATS,
Steve French
[cifs:for-next 29/29] fs//cifs/transport.c:120:3: error: implicit declaration of function 'trace_slow_rsp', kbuild test robot
[cifs:for-next 29/29] fs/cifs/transport.c:120:3: error: implicit declaration of function 'trace_slow_rsp'; did you mean 'trace_smb3_slow_rsp'?, kbuild test robot
[PATCH][SMB3] update readme to correct information about /proc/fs/cifs/Stats,
Steve French
[PATCH][SMb3] fix reset of bytes read and written stats,
Steve French
Is IP address failover supported on the CIFS client?,
Andy Beal
[PATCH 0/8] cifs compounding,
Ronnie Sahlberg
- [PATCH 4/8] cifs: update receive_encrypted_standard to handle compounded responses, Ronnie Sahlberg
- [PATCH 3/8] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 8/8] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 2/8] cifs: make smb_send_rqst take an array of requests, Ronnie Sahlberg
- [PATCH 5/8] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 6/8] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 1/8] cifs: update init_sg, crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 7/8] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- Re: [PATCH 0/8] cifs compounding, Steve French
statistics on smb3 mount,
Steve French
smb3: display bytes_read and bytes_written in stats as we do for cifs,
Steve French
[PATCH] CONFIG_CIFS_STATS should always be enabled,
Steve French
kernel upcall info,
L A Walsh
[PATCH][SMB3] add reconnect tracepoints,
Steve French
[PATCH 0/1] Fix a race condition with open/close of the cached handled,
Ronnie Sahlberg
[PATCH] Add tracepoint for session deleted/expired, Steve French
Howto displa snapshots by CIFS mount,
Marco Weiß
[PATCH 0/8] cifs: add compounding support,
Ronnie Sahlberg
- [PATCH 7/8] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 1/8] cifs: update init_sg, crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 3/8] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 6/8] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 8/8] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 4/8] cifs: update receive_encrypted_standard to handle compounded responses, Ronnie Sahlberg
- [PATCH 5/8] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 2/8] cifs: make smb_send_rqst take an array of requests, Ronnie Sahlberg
- Re: [PATCH 0/8] cifs: add compounding support, Steve French
cifs.ko build bot / CI (was Re: xfstest failures),
Aurélien Aptel
[PATCH] cifs-utils: support rst2man-3,
Alexander Bokovoy
[cifs-utils PATCH v2 1/1] mount.cifs.rst: document missing options, correct wrong ones,
Aurelien Aptel
[PATCH v2] update mount.cifs manpage with info about rdma option.,
Kenneth Dsouza
[cifs-utils PATCH v1 0/2] man page cleanup,
Aurelien Aptel
[PATCH] fs/cifs: don't translate SFM_SLASH (U+F026) to backslash,
Jon Kuhn
[PATCH] update mount.cifs manpage with info about domainauto,
Jacob Shivers
[PATCH] cifs: Fix infinite loop when using hard mount option,
Paulo Alcantara
[PATCH v2] cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf(),
Stefano Brivio
[PATCH] cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting,
Stefano Brivio
[PATCH] cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf(),
Stefano Brivio
[PATCH] cifs: Fix memory leak in smb2_set_ea(), Paulo Alcantara
[PATCH 1/2] cifs: Handle unsupported file locks gracefully,
Paulo Alcantara
[PATCH][SMB3] remove noisy warning message on mount,
Steve French
Re: Can we have cifsmount.conf?,
Steve French
[cifs:for-next 15/16] fs//cifs/cifs_debug.c:173:9: warning: "CONFIG_CIFS_STATS" is not defined, evaluates to 0, kbuild test robot
[cifs:for-next 15/16] fs//cifs/cifs_debug.c:178:9: warning: "CONFIG_CIFS_DEBUG" is not defined, evaluates to 0,
kbuild test robot
[PATCH] smb3: simplify code by removing CONFIG_CIFS_SMB311,
Steve French
[PATCH] cifs: add missing debug entries for kconfig options,
Steve French
Remove most of documentations/fs/cifs/CHANGES file,
Steve French
config files and how to have persistent Linux kernel Driver/File System configuration info saved,
Steve French
fix smb1 breakage,
Ronnie Sahlberg
fix SMB1,
Ronnie Sahlberg
[PATCH] cifs: fix SMB1 breakage, Ronnie Sahlberg
[PATCH 0/1] cifs: fix SMB1 mount breakage,
Ronnie Sahlberg
[PATCH 0/1] cifs: OFD lock fix,
Ronnie Sahlberg
F_OFD_GETLK implemented wrong with CIFS protocol version 2.0+,
Laura Abbott
[PATCH v2] cifs: Fix use after free of a mid_q_entry,
Lars Persson
Fwd: FW: [linux-next:master 1839/2218] fs/cifs/connect.c:942 cifs_demultiplex_thread() error: uninitialized symbol 'mid_entry'., Steve French
[PATCH 1/3] cifs: Fix validation of signed data in smb3+,
Paulo Alcantara
[cifs:for-next 9/9] fs/cifs/cifsfs.c:219:28: sparse: incorrect type in assignment (different base types),
kbuild test robot
[cifs:for-next 8/9] fs//cifs/smb2ops.c:1542:11: error: 'struct cifs_tcon' has no member named 'posix_extensions',
kbuild test robot
[cifs:for-next 8/9] fs//cifs/smb2ops.c:1542:2: note: in expansion of macro 'if',
kbuild test robot
[cifs:for-next 7/7] fs/cifs/smb2pdu.c:2056 smb311_posix_mkdir() error: uninitialized symbol 'rsp'.,
Dan Carpenter
SMB3.1.1 POSIX extensions - statfs, Steve French
[patch] one more minor warning cleanup, Steve French
[patch][smb3] Fix two fields in statfs output, Steve French
[PATCH] CIFS: Fix error code in smb311_posix_mkdir(),
Dan Carpenter
[PATCH] CIFS: fix structurally dead code in smb311_posix_mkdir,
Gustavo A. R. Silva
SMB3.1.1 POSIX Extensions: statfs, Steve French
[RFC] Remove CHANGES file, Matthew Wilcox
[PATCH 0/9] cifs: compounding,
Ronnie Sahlberg
[PATCH 1/2] cifs: use timespec64 internally,
Arnd Bergmann
[PATCH] cifs: Silence uninitialized variable warning,
Dan Carpenter
[smb3] unreachable code and memory leaks,
Gustavo A. R. Silva
Three minor SMB3 patches - two for the POSIX SMB3.11 extensions, Steve French
[PATCH] cifs: Fix invalid check in __cifs_calc_signature(), Paulo Alcantara
[PATCH v2] cifs: Use correct packet length in SMB2_TRANSFORM header,
Paulo Alcantara
[PATCH] cifs: Fix broken SMB2_TRANSFORM header being sent,
Paulo Alcantara
[PATCH] cifs: Fix kernel oops when traceSMB is enabled,
Paulo Alcantara
[cifs:for-next 14/14] fs/cifs/smb2pdu.c:1915:12: sparse: function 'smb311_posix_mkdir' with external linkage has definition, kbuild test robot
[cifs:for-next 14/14] fs/cifs/smb2ops.o:undefined reference to `smb311_posix_mkdir', kbuild test robot
[cifs:for-next 14/14] fs//cifs/smb2pdu.c:2059:1: warning: control reaches end of non-void function, kbuild test robot
[PATCH v2 0/5] [multichannel] Keep track of server interfaces in each session,
Aurelien Aptel
[PATCH v1 0/5] [multichannel] Keep track of server interfaces in each session,
Aurelien Aptel
[PATCH] cifs: Fix use after free of a mid_q_entry,
Lars Persson
linux-next: manual merge of the cifs tree with Linus' tree,
Stephen Rothwell
[PATCH 0/0] cifs: use leases to track when the cached filehandle changes,
Ronnie Sahlberg
[PATCH] cifs: Fix encryption/signing,
Paulo Alcantara
[PATCH 0/0] uses leases for the cached (root) directory,
Ronnie Sahlberg
[PATCH 00/10] cifs: compounding series,
Ronnie Sahlberg
- [PATCH 09/10] cifs: add SMB2_query_info_[init|free](), Ronnie Sahlberg
- [PATCH 08/10] cifs: add SMB2_close_init()/SMB2_close_free(), Ronnie Sahlberg
- [PATCH 06/10] cifs: add compound_send_recv(), Ronnie Sahlberg
- [PATCH 07/10] cifs: create SMB2_open_init()/SMB2_open_free() helpers., Ronnie Sahlberg
- [PATCH 04/10] cifs: make smb_send_rqst() take an array of requests, Ronnie Sahlberg
- [PATCH 05/10] cifs: update init_sg and crypt_message to take an array of rqst, Ronnie Sahlberg
- [PATCH 03/10] cifs: update __smb_send_rqst() to take an array of requests, Ronnie Sahlberg
- [PATCH 02/10] cifs: remove smb2_send_recv(), Ronnie Sahlberg
- [PATCH 10/10] cifs: update smb2_queryfs() to use compounding, Ronnie Sahlberg
- [PATCH 01/10] cifs: push rfc1002 generation down the stack, Ronnie Sahlberg
POSIX extensions - mkdir progress, Steve French
[PATCH] cifs: fix a buffer leak in smb2_query_symlink,
Ronnie Sahlberg
[PATCH 3.16 014/410] cifs: empty TargetInfo leads to crash on recovery, Ben Hutchings
[PATCH] smb3: do not allow insecure cifs (vers=1.0) mounts if mounting smb3,
Steve French
[PATCH 1/1] CIFS: fix encryption in SMB3.1.1, Aurelien Aptel
[PATCH RFC 0/2] fix for-next kernel crashes,
Aurelien Aptel
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]