Commit Graph

119 Commits (d0c6f6258478e1dba532bf7c28e2cd6e1047d3a4)

Author SHA1 Message Date
Jeff Layton 2422f676fb cifs: move cifs_new_fileinfo call out of cifs_posix_open 15 years ago
Jeff Layton 4065c802da cifs: fix noserverino handling when unix extensions are enabled 15 years ago
Jeff Layton 26efa0bac9 cifs: have decode_negTokenInit set flags in server struct 15 years ago
Jeff Layton 198b568278 cifs: break negotiate protocol calls out of cifs_setup_session 15 years ago
Jeff Layton ebe6aa5ac4 cifs: eliminate "first_time" parm to CIFS_SessSetup 15 years ago
Steve French fa588e0c57 [CIFS] Allow null nd (as nfs server uses) on create 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 15 years ago
Jeff Layton abab095d1f cifs: add cifs_revalidate_file 15 years ago
Jeff Layton c8634fd311 cifs: add a CIFSSMBUnixQFileInfo function 15 years ago
Jeff Layton bcd5357f43 cifs: add a CIFSSMBQFileInfo function 15 years ago
Jeff Layton 31c0519f7a cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs 15 years ago
Jeff Layton ec06aedd44 cifs: clean up handling when server doesn't consistently support inode numbers 15 years ago
Jeff Layton 5d2c0e2259 cifs: fix problems with last two commits 16 years ago
Jeff Layton 086f68bd97 cifs: eliminate cifs_init_private 16 years ago
Jeff Layton 3bc303c254 cifs: convert oplock breaks to use slow_work facility (try #4) 16 years ago
Jeff Layton 590a3fe0e1 cifs: fix oplock request handling in posix codepath 16 years ago
Jeff Layton 0b8f18e358 cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget 16 years ago
Jeff Layton 3bbeeb3c93 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls 16 years ago
Jeff Layton 01ea95e3b6 cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo 16 years ago
Jeff Layton cc0bad7552 cifs: add new cifs_iget function and convert unix codepath to use it 16 years ago
Jeff Layton 1e68b2b275 cifs: add new routine for converting AF_INET and AF_INET6 addrs 16 years ago
Christoph Hellwig 1bf4072da6 cifs: reorganize get_cifs_acl 16 years ago
Jeff Layton c4a2c08db7 cifs: make cnvrtDosUnixTm take a little-endian args and an offset 16 years ago
Jeff Layton 07119a4df8 cifs: have cifs_NTtimeToUnix take a little-endian arg 16 years ago
Jeff Layton f58841666b cifs: change cifs_get_name_from_search_buf to use new unicode helper 16 years ago
Jeff Layton 460b96960d cifs: change CIFSSMBUnixQuerySymLink to use new helpers 16 years ago
Steve French c6c00919ab [CIFS] Rename compose_mount_options to cifs_compose_mount_options. 16 years ago
Steve French 7fc8f4e95b [CIFS] reopen file via newer posix open protocol operation if available 16 years ago
Steve French b298f22355 [CIFS] Send SMB flush in cifs_fsync 16 years ago
Jeff Layton 44f68fadd8 cifs: posix fill in inode needed by posix open 16 years ago
Jeff Layton 950ec52880 cifs: properly handle case where CIFSGetSrvInodeNumber fails 16 years ago
Jeff Layton 132ac7b77c cifs: refactor new_inode() calls and inode initialization 16 years ago
Igor Mammedov e4cce94c9c [CIFS] Prevent OOPs when mounting with remote prefixpath. 16 years ago
Jeff Layton 0496e02d87 cifs: turn smb_send into a wrapper around smb_sendv 16 years ago
Jeff Layton 4e53a3fb98 cifs: have calc_lanman_hash take more granular args 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
David Howells a001e5b558 CRED: Wrap task credential accesses in the CIFS filesystem 16 years ago
Steve French edf1ae4038 [CIFS] Reduce number of socket retries in large write path 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
Jeff Layton 2dd2dfa060 Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg 17 years ago
Jeff Layton 6fc000e519 change CIFSSMBSetTimes to CIFSSMBSetPathInfo 17 years ago
Jeff Layton 4e1e7fb9e8 bundle up Unix SET_PATH_INFO args into a struct and change name 17 years ago
Steve French c2cf07d591 [CIFS] Finishup DFS code 17 years ago
Steve French 646dd53987 [CIFS] Fix paths when share is in DFS to include proper prefix 17 years ago
Steve French 582d21e5e3 [CIFS] cleanup old checkpatch warnings 17 years ago
Igor Mammedov 7c5e628f95 [CIFS] Fixed build warning in is_ip 17 years ago
Steve French 4b18f2a9c3 [CIFS] convert usage of implicit booleans to bool 17 years ago
Igor Mammedov 78d31a3a87 cifs: timeout dfs automounts +little fix. 17 years ago