~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/admin-guide/cifs/introduction.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/admin-guide/cifs/introduction.rst (Architecture i386) and /Documentation/admin-guide/cifs/introduction.rst (Architecture m68k)


  1 ============                                        1 ============
  2 Introduction                                        2 Introduction
  3 ============                                        3 ============
  4                                                     4 
  5   This is the client VFS module for the SMB3 N      5   This is the client VFS module for the SMB3 NAS protocol as well
  6   as for older dialects such as the Common Int      6   as for older dialects such as the Common Internet File System (CIFS)
  7   protocol which was the successor to the Serv      7   protocol which was the successor to the Server Message Block
  8   (SMB) protocol, the native file sharing mech      8   (SMB) protocol, the native file sharing mechanism for most early
  9   PC operating systems. New and improved versi      9   PC operating systems. New and improved versions of CIFS are now
 10   called SMB2 and SMB3. Use of SMB3 (and later     10   called SMB2 and SMB3. Use of SMB3 (and later, including SMB3.1.1
 11   the most current dialect) is strongly prefer     11   the most current dialect) is strongly preferred over using older
 12   dialects like CIFS due to security reasons.      12   dialects like CIFS due to security reasons. All modern dialects,
 13   including the most recent, SMB3.1.1, are sup     13   including the most recent, SMB3.1.1, are supported by the CIFS VFS
 14   module. The SMB3 protocol is implemented and     14   module. The SMB3 protocol is implemented and supported by all major
 15   file servers such as Windows (including Wind     15   file servers such as Windows (including Windows 2019 Server), as
 16   well as by Samba (which provides excellent C     16   well as by Samba (which provides excellent CIFS/SMB2/SMB3 server
 17   support and tools for Linux and many other o     17   support and tools for Linux and many other operating systems).
 18   Apple systems also support SMB3 well, as do      18   Apple systems also support SMB3 well, as do most Network Attached
 19   Storage vendors, so this network filesystem      19   Storage vendors, so this network filesystem client can mount to a
 20   wide variety of systems. It also supports mo     20   wide variety of systems. It also supports mounting to the cloud
 21   (for example Microsoft Azure), including the     21   (for example Microsoft Azure), including the necessary security
 22   features.                                        22   features.
 23                                                    23 
 24   The intent of this module is to provide the      24   The intent of this module is to provide the most advanced network
 25   file system function for SMB3 compliant serv     25   file system function for SMB3 compliant servers, including advanced
 26   security features, excellent parallelized hi     26   security features, excellent parallelized high performance i/o, better
 27   POSIX compliance, secure per-user session es     27   POSIX compliance, secure per-user session establishment, encryption,
 28   high performance safe distributed caching (l     28   high performance safe distributed caching (leases/oplocks), optional packet
 29   signing, large files, Unicode support and ot     29   signing, large files, Unicode support and other internationalization
 30   improvements. Since both Samba server and th     30   improvements. Since both Samba server and this filesystem client support the
 31   CIFS Unix extensions, and the Linux client a     31   CIFS Unix extensions, and the Linux client also supports SMB3 POSIX extensions,
 32   the combination can provide a reasonable alt     32   the combination can provide a reasonable alternative to other network and
 33   cluster file systems for fileserving in some     33   cluster file systems for fileserving in some Linux to Linux environments,
 34   not just in Linux to Windows (or Linux to Ma     34   not just in Linux to Windows (or Linux to Mac) environments.
 35                                                    35 
 36   This filesystem has a mount utility (mount.c     36   This filesystem has a mount utility (mount.cifs) and various user space
 37   tools (including smbinfo and setcifsacl) tha     37   tools (including smbinfo and setcifsacl) that can be obtained from
 38                                                    38 
 39       https://git.samba.org/?p=cifs-utils.git      39       https://git.samba.org/?p=cifs-utils.git
 40                                                    40 
 41   or                                               41   or
 42                                                    42 
 43       git://git.samba.org/cifs-utils.git           43       git://git.samba.org/cifs-utils.git
 44                                                    44 
 45   mount.cifs should be installed in the direct     45   mount.cifs should be installed in the directory with the other mount helpers.
 46                                                    46 
 47   For more information on the module see the p     47   For more information on the module see the project wiki page at
 48                                                    48 
 49       https://wiki.samba.org/index.php/LinuxCI     49       https://wiki.samba.org/index.php/LinuxCIFS
 50                                                    50 
 51   and                                              51   and
 52                                                    52 
 53       https://wiki.samba.org/index.php/LinuxCI     53       https://wiki.samba.org/index.php/LinuxCIFS_utils
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php