Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French: "Various smb client fixes, most related to better handling special file types: - Improve handling of special file types: - performance improvement (better compounding and better caching of readdir entries that are reparse points) - extend support for creating special files (sockets, fifos, block/char devices) - fix renaming and hardlinking of reparse points - extend support for creating symlinks with IO_REPARSE_TAG_SYMLINK - Multichannel logging improvement - Exception handling fix - Minor cleanups" * tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6: cifs: update internal module version number for cifs.ko cifs: remove unneeded return statement cifs: make cifs_chan_update_iface() a void function cifs: delete unnecessary NULL checks in cifs_chan_update_iface() cifs: get rid of dup length check in parse_reparse_point() smb: client: stop revalidating reparse points unnecessarily cifs: Pass unbyteswapped eof value into SMB2_set_eof() smb3: Improve exception handling in allocate_mr_list() cifs: fix in logging in cifs_chan_update_iface smb: client: handle special files and symlinks in SMB3 POSIX smb: client: cleanup smb2_query_reparse_point() smb: client: allow creating symlinks via reparse points smb: client: fix hardlinking of reparse points smb: client: fix renaming of reparse points smb: client: optimise reparse point querying smb: client: allow creating special files via reparse points smb: client: extend smb2_compound_op() to accept more commands smb: client: Fix minor whitespace errors and warnings
No related branches found
No related tags found
Showing
- fs/smb/client/cifsfs.h 2 additions, 2 deletionsfs/smb/client/cifsfs.h
- fs/smb/client/cifsglob.h 34 additions, 13 deletionsfs/smb/client/cifsglob.h
- fs/smb/client/cifsproto.h 23 additions, 9 deletionsfs/smb/client/cifsproto.h
- fs/smb/client/cifssmb.c 21 additions, 10 deletionsfs/smb/client/cifssmb.c
- fs/smb/client/connect.c 17 additions, 8 deletionsfs/smb/client/connect.c
- fs/smb/client/dir.c 4 additions, 3 deletionsfs/smb/client/dir.c
- fs/smb/client/file.c 6 additions, 4 deletionsfs/smb/client/file.c
- fs/smb/client/inode.c 88 additions, 50 deletionsfs/smb/client/inode.c
- fs/smb/client/link.c 18 additions, 11 deletionsfs/smb/client/link.c
- fs/smb/client/readdir.c 53 additions, 80 deletionsfs/smb/client/readdir.c
- fs/smb/client/sess.c 23 additions, 30 deletionsfs/smb/client/sess.c
- fs/smb/client/smb2glob.h 15 additions, 11 deletionsfs/smb/client/smb2glob.h
- fs/smb/client/smb2inode.c 621 additions, 404 deletionsfs/smb/client/smb2inode.c
- fs/smb/client/smb2ops.c 171 additions, 181 deletionsfs/smb/client/smb2ops.c
- fs/smb/client/smb2pdu.c 3 additions, 3 deletionsfs/smb/client/smb2pdu.c
- fs/smb/client/smb2proto.h 24 additions, 7 deletionsfs/smb/client/smb2proto.h
- fs/smb/client/smbdirect.c 2 additions, 2 deletionsfs/smb/client/smbdirect.c
- fs/smb/client/trace.h 6 additions, 1 deletionfs/smb/client/trace.h
Loading
Please register or sign in to comment