* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (31 commits) [CIFS] Remove redundant test [CIFS] make sure that DFS pathnames are properly formed Remove an already-checked error condition in SendReceiveBlockingLock Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition Slightly streamline SendReceive[2] Check the return value of cifs_sign_smb[2] [CIFS] Cleanup: Move the check for too large R/W requests [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch Simplify allocate_mid() slightly: Remove some unnecessary "else" branches [CIFS] In SendReceive, move consistency check out of the mutexed region cifs: store password in tcon cifs: have calc_lanman_hash take more granular args cifs: zero out session password before freeing it cifs: fix wait_for_response to time out sleeping processes correctly [CIFS] Can not mount with prefixpath if root directory of share is inaccessible [CIFS] various minor cleanups pointed out by checkpatch script [CIFS] fix typo [CIFS] remove sparse warning ... Fix trivial conflict in fs/cifs/cifs_fs_sb.h due to comment changes for the CIFS_MOUNT_xyz bit definitions between cifs updates and security updates.
No related branches found
No related tags found
Showing
- fs/cifs/AUTHORS 2 additions, 0 deletionsfs/cifs/AUTHORS
- fs/cifs/CHANGES 9 additions, 0 deletionsfs/cifs/CHANGES
- fs/cifs/README 11 additions, 1 deletionfs/cifs/README
- fs/cifs/cifs_dfs_ref.c 36 additions, 12 deletionsfs/cifs/cifs_dfs_ref.c
- fs/cifs/cifs_fs_sb.h 3 additions, 2 deletionsfs/cifs/cifs_fs_sb.h
- fs/cifs/cifsencrypt.c 14 additions, 16 deletionsfs/cifs/cifsencrypt.c
- fs/cifs/cifsencrypt.h 2 additions, 1 deletionfs/cifs/cifsencrypt.h
- fs/cifs/cifsfs.c 50 additions, 25 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsfs.h 1 addition, 1 deletionfs/cifs/cifsfs.h
- fs/cifs/cifsglob.h 9 additions, 6 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifspdu.h 1 addition, 1 deletionfs/cifs/cifspdu.h
- fs/cifs/cifsproto.h 2 additions, 1 deletionfs/cifs/cifsproto.h
- fs/cifs/cifssmb.c 27 additions, 22 deletionsfs/cifs/cifssmb.c
- fs/cifs/connect.c 370 additions, 311 deletionsfs/cifs/connect.c
- fs/cifs/dir.c 4 additions, 5 deletionsfs/cifs/dir.c
- fs/cifs/file.c 13 additions, 12 deletionsfs/cifs/file.c
- fs/cifs/inode.c 53 additions, 5 deletionsfs/cifs/inode.c
- fs/cifs/misc.c 8 additions, 1 deletionfs/cifs/misc.c
- fs/cifs/sess.c 4 additions, 1 deletionfs/cifs/sess.c
- fs/cifs/smbdes.c 3 additions, 2 deletionsfs/cifs/smbdes.c
Loading
Please register or sign in to comment