kernel_optimize_test/fs/cifs
Pavel Shilovsky 1bbe4997b1 CIFS: Fix wrong filename length for SMB2
The existing code uses the old MAX_NAME constant. This causes
XFS test generic/013 to fail. Fix it by replacing MAX_NAME with
PATH_MAX that SMB1 uses. Also remove an unused MAX_NAME constant
definition.

Cc: <stable@vger.kernel.org> # v3.7+
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
2014-08-25 16:45:17 -05:00
..
asn1.c
cache.c
cifs_debug.c
cifs_debug.h
cifs_dfs_ref.c
cifs_fs_sb.h
cifs_spnego.c
cifs_spnego.h
cifs_unicode.c
cifs_unicode.h
cifs_uniupr.h
cifsacl.c
cifsacl.h
cifsencrypt.c
cifsfs.c Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 2014-08-20 18:33:21 -05:00
cifsfs.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-08-11 11:44:11 -07:00
cifsglob.h CIFS: Fix wrong filename length for SMB2 2014-08-25 16:45:17 -05:00
cifspdu.h Add missing definitions for CIFS File System Attributes 2014-08-12 23:47:14 -05:00
cifsproto.h
cifssmb.c
connect.c cifs: No need to send SIGKILL to demux_thread during umount 2014-08-22 00:20:58 -05:00
dir.c cifs: Allow directIO read/write during cache=strict 2014-08-22 00:20:39 -05:00
dns_resolve.c
dns_resolve.h
export.c
file.c cifs: Allow directIO read/write during cache=strict 2014-08-22 00:20:39 -05:00
fscache.c
fscache.h
inode.c CIFS: Fix directory rename error 2014-08-22 00:26:56 -05:00
ioctl.c
Kconfig
link.c
Makefile
misc.c
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c CIFS: Fix wrong restart readdir for SMB1 2014-08-25 16:44:28 -05:00
rfc1002pdu.h
sess.c cifs: fix a possible null pointer deref in decode_ascii_ssetup 2014-08-21 12:04:29 -05:00
smb1ops.c CIFS: Fix SMB2 readdir error handling 2014-08-17 05:08:39 -05:00
smb2file.c CIFS: Fix wrong filename length for SMB2 2014-08-25 16:45:17 -05:00
smb2glob.h
smb2inode.c CIFS: Fix wrong filename length for SMB2 2014-08-25 16:45:17 -05:00
smb2maperror.c Incorrect error returned on setting file compressed on SMB2 2014-08-17 18:12:31 -05:00
smb2misc.c [CIFS] Workaround MacOS server problem with SMB2.1 write 2014-08-15 23:49:01 -05:00
smb2ops.c CIFS: Fix wrong filename length for SMB2 2014-08-25 16:45:17 -05:00
smb2pdu.c CIFS: Fix wrong filename length for SMB2 2014-08-25 16:45:17 -05:00
smb2pdu.h enable fallocate punch hole ("fallocate -p") for SMB3 2014-08-17 18:12:38 -05:00
smb2proto.h
smb2status.h
smb2transport.c
smbencrypt.c
smberr.h
smbfsctl.h enable fallocate punch hole ("fallocate -p") for SMB3 2014-08-17 18:12:38 -05:00
transport.c
winucase.c
xattr.c