Skip to content

Commit fdf5078

Browse files
committed
Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs client fixes from Steve French: - two deferred close fixes (for bugs found with xfstests 478 and 461) - a deferred close improvement in rename - two trivial fixes for incorrect Linux comment formatting of multiple cifs files (pointed out by automated kernel test robot and checkpatch) * tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6: cifs: Not to defer close on file when lock is set cifs: Fix soft lockup during fsstress cifs: Deferred close performance improvements cifs: fix incorrect kernel doc comments cifs: remove pathname for file from SPDX header
2 parents 4c17ca2 + 35866f3 commit fdf5078

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+67
-57
lines changed

fs/cifs/cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cache.c - CIFS filesystem cache index structure definitions
3+
* CIFS filesystem cache index structure definitions
44
*
55
* Copyright (c) 2010 Novell, Inc.
66
* Authors(s): Suresh Jayaraman ([email protected]>

fs/cifs/cifs_debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* fs/cifs_debug.c
43
*
54
* Copyright (C) International Business Machines Corp., 2000,2005
65
*

fs/cifs/cifs_fs_sb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_fs_sb.h
43
*
54
* Copyright (c) International Business Machines Corp., 2002,2004
65
* Author(s): Steve French ([email protected])

fs/cifs/cifs_ioctl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_ioctl.h
43
*
54
* Structure definitions for io control for cifs/smb3
65
*

fs/cifs/cifs_spnego.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifs_spnego.c -- SPNEGO upcall management for CIFS
3+
* SPNEGO upcall management for CIFS
44
*
55
* Copyright (c) 2007 Red Hat, Inc.
66
* Author(s): Jeff Layton ([email protected])

fs/cifs/cifs_spnego.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_spnego.h -- SPNEGO upcall management for CIFS
3+
* SPNEGO upcall management for CIFS
44
*
55
* Copyright (c) 2007 Red Hat, Inc.
66
* Author(s): Jeff Layton ([email protected])

fs/cifs/cifs_unicode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* fs/cifs/cifs_unicode.c
43
*
54
* Copyright (c) International Business Machines Corp., 2000,2009
65
* Modified by Steve French ([email protected])

fs/cifs/cifsacl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifsacl.c
43
*
54
* Copyright (C) International Business Machines Corp., 2007,2008
65
* Author(s): Steve French ([email protected])

fs/cifs/cifsacl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifsacl.h
43
*
54
* Copyright (c) International Business Machines Corp., 2007
65
* Author(s): Steve French ([email protected])

fs/cifs/cifsencrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifsencrypt.c
43
*
54
* Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP
65
* for more detailed information

0 commit comments

Comments
 (0)