Loading fs/cifs/CHANGES +4 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,10 @@ Version 1.60 Fix memory leak in reconnect. Fix oops in DFS mount error path. Set s_maxbytes to smaller (the max that vfs can handle) so that sendfile will now work over cifs mounts again. Add noforcegid and noforceuid mount parameters. and noforceuid mount parameters. Fix small mem leak when using ntlmv2. Fix 2nd mount to same server but with different port to be allowed (rather than reusing the 1st port) - only when the user explicitly overrides the port on the 2nd mount. Version 1.59 ------------ Loading fs/cifs/cifsfs.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,5 +113,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ #define CIFS_VERSION "1.60" #define CIFS_VERSION "1.61" #endif /* _CIFSFS_H */ fs/cifs/connect.c +6 −6 Original line number Diff line number Diff line Loading @@ -2657,9 +2657,9 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, return -EIO; smb_buffer = cifs_buf_get(); if (smb_buffer == NULL) { if (smb_buffer == NULL) return -ENOMEM; } smb_buffer_response = smb_buffer; header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, Loading Loading
fs/cifs/CHANGES +4 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,10 @@ Version 1.60 Fix memory leak in reconnect. Fix oops in DFS mount error path. Set s_maxbytes to smaller (the max that vfs can handle) so that sendfile will now work over cifs mounts again. Add noforcegid and noforceuid mount parameters. and noforceuid mount parameters. Fix small mem leak when using ntlmv2. Fix 2nd mount to same server but with different port to be allowed (rather than reusing the 1st port) - only when the user explicitly overrides the port on the 2nd mount. Version 1.59 ------------ Loading
fs/cifs/cifsfs.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,5 +113,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ #define CIFS_VERSION "1.60" #define CIFS_VERSION "1.61" #endif /* _CIFSFS_H */
fs/cifs/connect.c +6 −6 Original line number Diff line number Diff line Loading @@ -2657,9 +2657,9 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, return -EIO; smb_buffer = cifs_buf_get(); if (smb_buffer == NULL) { if (smb_buffer == NULL) return -ENOMEM; } smb_buffer_response = smb_buffer; header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, Loading