Commit Graph

193 Commits (f876bb9aafc71d8ea395eec99666faaffec5df49)

Author SHA1 Message Date
Jeff Layton 3bc303c254 cifs: convert oplock breaks to use slow_work facility (try #4) 16 years ago
Jeff Layton 9162ab2000 cifs: consolidate reconnect logic in smb_init routines 16 years ago
Steve French 2920ee2b47 [CIFS] potential NULL dereference in parse_DFS_referrals() 16 years ago
Steve French 65bc98b005 [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats 16 years ago
Jeff Layton 3bbeeb3c93 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls 16 years ago
Jeff Layton 654cf14ac0 cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO 16 years ago
Jeff Layton 01ea95e3b6 cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo 16 years ago
Steve French f46c7234e4 [CIFS] cleanup asn handling for ntlmssp 16 years ago
Steve French 268875b9d1 [CIFS] Do not send tree disconnect if session is already disconnected 16 years ago
Jeff Layton c4a2c08db7 cifs: make cnvrtDosUnixTm take a little-endian args and an offset 16 years ago
Jeff Layton 46a7574caf cifs: fix artificial limit on reading symlinks 16 years ago
Jeff Layton 8b6427a2a8 cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) 16 years ago
Jeff Layton d8e2f53ac9 cifs: fix error handling in parse_DFS_referrals 16 years ago
Steve French ac68392460 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp 16 years ago
Steve French 24d35add2b [CIFS] Remove sparse warning 16 years ago
Steve French 989c7e512f [CIFS] remove checkpatch warning 16 years ago
Steve French afe48c31ea [CIFS] Fix final user of old string conversion code 16 years ago
Steve French 0e0d2cf327 [CIFS] Remove sparse endian warnings 16 years ago
Steve French d185cda771 [CIFS] rename cifs_strndup to cifs_strndup_from_ucs 16 years ago
Jeff Layton 460b96960d cifs: change CIFSSMBUnixQuerySymLink to use new helpers 16 years ago
Jeff Layton 066ce68994 cifs: rename cifs_strlcpy_to_host and make it use new functions 16 years ago
Jeff Layton 69f801fcaa cifs: add new function to get unicode string length in bytes 16 years ago
Suresh Jayaraman 968460ebd8 cifs: Rename cifs_strncpy_to_host and fix buffer size 16 years ago
Jeff Layton fbec9ab952 cifs: vary timeout on writes past EOF based on offset (try #5) 16 years ago
Steve French 85a6dac54a [CIFS] Endian convert UniqueId when reporting inode numbers from server files 16 years ago
Jeff Layton fcc7c09d94 cifs: fix buffer format byte on NT Rename/hardlink 16 years ago
Steve French b298f22355 [CIFS] Send SMB flush in cifs_fsync 16 years ago
Steve French eca6acf915 [CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts 16 years ago
Julia Lawall 359d67d6ad [CIFS] Remove redundant test 16 years ago
Steve French 4c3130efda [CIFS] Cleanup: Move the check for too large R/W requests 16 years ago
Steve French 61e7480158 [CIFS] various minor cleanups pointed out by checkpatch script 16 years ago
Jeff Layton 331c313510 cifs: fix buffer overrun in parse_DFS_referrals 16 years ago
Steve French bfb59820ee [CIFS] fix check for dead tcon in smb_init 16 years ago
Igor Mammedov 2c55608f28 Fixed parsing of mount options when doing DFS submount 16 years ago
Jeff Layton f1987b44f6 cifs: reinstate sharing of tree connections 16 years ago
Jeff Layton 14fbf50d69 cifs: reinstate sharing of SMB sessions sans races 16 years ago
Jeff Layton e7ddee9037 cifs: disable sharing session and tcon and add new TCP sharing code 16 years ago
Steve French 3b79521093 [CIFS] Fix cifs reconnection flags 16 years ago
Steve French 61de800d33 [CIFS] fix error in smb_send2 17 years ago
Jeff Layton 9a8165fce7 cifs: track DeletePending flag in cifsInodeInfo 17 years ago
Steve French b77d753c41 [CIFS] Check that last search entry resume key is valid 17 years ago
Steve French 0752f1522a [CIFS] make sure we have the right resume info before calling CIFSFindNext 17 years ago
Jeff Layton 391e575556 cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle 17 years ago
Jeff Layton 6d22f09896 cifs: add function to set file disposition 17 years ago
Steve French ad8b15f0ff [CIFS] list entry can not return null 17 years ago
Jeff Layton 2dd2dfa060 Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg 17 years ago
Jeff Layton 6fc000e519 change CIFSSMBSetTimes to CIFSSMBSetPathInfo 17 years ago
Steve French 063ea27925 [CIFS] fix trailing whitespace 17 years ago
Jeff Layton 4e1e7fb9e8 bundle up Unix SET_PATH_INFO args into a struct and change name 17 years ago
Shirish Pargaonkar ef571cadd5 [CIFS] Fix warnings from checkpatch 17 years ago