Skip to content

Commit

Permalink
Merge pull request #56 from namjaejeon/cifsd-for-next
Browse files Browse the repository at this point in the history
ksmbd-fixes
  • Loading branch information
smfrench authored Jul 2, 2021
2 parents be8bcf8 + af34983 commit ae9d84d
Show file tree
Hide file tree
Showing 67 changed files with 1,580 additions and 1,632 deletions.
2 changes: 1 addition & 1 deletion Documentation/filesystems/cifs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ CIFS
.. toctree::
:maxdepth: 1

cifsd
ksmbd
cifsroot
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. SPDX-License-Identifier: GPL-2.0
==========================
CIFSD - SMB3 Kernel Server
KSMBD - SMB3 Kernel Server
==========================

CIFSD is a linux kernel server which implements SMB3 protocol in kernel space
KSMBD is a linux kernel server which implements SMB3 protocol in kernel space
for sharing files over network.

CIFSD architecture
KSMBD architecture
==================

The subset of performance related operations belong in kernelspace and
Expand Down Expand Up @@ -60,7 +60,7 @@ NetServerGetInfo. Complete DCE/RPC response is prepared from the user space
and passed over to the associated kernel thread for the client.


CIFSD Feature Status
KSMBD Feature Status
====================

============================== =================================================
Expand Down Expand Up @@ -138,7 +138,7 @@ How to run

6. Access share from Windows or Linux using CIFS

Shutdown CIFSD
Shutdown KSMBD
==============

1. kill user and kernel space daemon
Expand Down
19 changes: 9 additions & 10 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4540,16 +4540,6 @@ T: git git://git.samba.org/sfrench/cifs-2.6.git
F: Documentation/admin-guide/cifs/
F: fs/cifs/

COMMON INTERNET FILE SYSTEM SERVER (CIFSD)
M: Namjae Jeon <namjae.jeon@samsung.com>
M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
M: Steve French <sfrench@samba.org>
M: Hyunchul Lee <hyc.lee@gmail.com>
L: linux-cifs@vger.kernel.org
L: linux-cifsd-devel@lists.sourceforge.net
S: Maintained
F: fs/cifsd/

COMPACTPCI HOTPLUG CORE
M: Scott Murray <scott@spiteful.org>
L: linux-pci@vger.kernel.org
Expand Down Expand Up @@ -9948,6 +9938,15 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
F: Documentation/dev-tools/kselftest*
F: tools/testing/selftests/

KERNEL SMB3 SERVER (KSMBD)
M: Namjae Jeon <namjae.jeon@samsung.com>
M: Sergey Senozhatsky <senozhatsky@chromium.org>
M: Steve French <sfrench@samba.org>
M: Hyunchul Lee <hyc.lee@gmail.com>
L: linux-cifs@vger.kernel.org
S: Maintained
F: fs/ksmbd/

KERNEL UNIT TESTING FRAMEWORK (KUnit)
M: Brendan Higgins <brendanhiggins@google.com>
L: linux-kselftest@vger.kernel.org
Expand Down
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ config NFS_V4_2_SSC_HELPER
source "net/sunrpc/Kconfig"
source "fs/ceph/Kconfig"
source "fs/cifs/Kconfig"
source "fs/cifsd/Kconfig"
source "fs/ksmbd/Kconfig"
source "fs/coda/Kconfig"
source "fs/afs/Kconfig"
source "fs/9p/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ obj-$(CONFIG_NLS) += nls/
obj-$(CONFIG_UNICODE) += unicode/
obj-$(CONFIG_SYSV_FS) += sysv/
obj-$(CONFIG_CIFS) += cifs/
obj-$(CONFIG_SMB_SERVER) += cifsd/
obj-$(CONFIG_SMB_SERVER) += ksmbd/
obj-$(CONFIG_HPFS_FS) += hpfs/
obj-$(CONFIG_NTFS_FS) += ntfs/
obj-$(CONFIG_UFS_FS) += ufs/
Expand Down
265 changes: 0 additions & 265 deletions fs/cifsd/buffer_pool.c

This file was deleted.

17 changes: 0 additions & 17 deletions fs/cifsd/buffer_pool.h

This file was deleted.

Loading

0 comments on commit ae9d84d

Please sign in to comment.