Commit Graph

167 Commits (d4bfe2f76d785cc77611a4bda8cedaff358d8c7d)

Author SHA1 Message Date
Christoph Hellwig 1bf4072da6 cifs: reorganize get_cifs_acl 16 years ago
Jeff Layton bd433d4cf4 cifs: rename cifs_iget to cifs_root_iget 16 years ago
Jeff Layton 07119a4df8 cifs: have cifs_NTtimeToUnix take a little-endian arg 16 years ago
Steve French ff6945279d [CIFS] Make cifs_unlink consistent in checks for null inode 16 years ago
Jeff Layton fc6f394332 cifs: when renaming don't try to unlink negative dentry 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 0f4d634c59 cifs: flush data on any setattr 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Steve French 1adcb71092 [CIFS] add extra null attr check 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
Steve French 42c245447c [CIFS] revalidate parent inode when rmdir done within that directory 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Steve French 8be0ed44c2 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible 16 years ago
David Howells a001e5b558 CRED: Wrap task credential accesses in the CIFS filesystem 16 years ago
Jeff Layton ae6884a9da cifs: fix renaming one hardlink on top of another 17 years ago
Jeff Layton 8d281efb67 cifs: fix unlinking of rename target when server doesn't support open file renames 17 years ago
Jeff Layton 14121bdccc cifs: make cifs_rename handle -EACCES errors 17 years ago
Steve French 413460980e [CIFS] fix build error 17 years ago
Steve French 3270958b71 [CIFS] undo changes in cifs_rename_pending_delete if it errors out 17 years ago
Jeff Layton 9a8165fce7 cifs: track DeletePending flag in cifsInodeInfo 17 years ago
Jeff Layton dd1db2dedc cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete 17 years ago
Steve French 6050247d80 [CIFS] clean up error handling in cifs_unlink 17 years ago
Jeff Layton 6b37faa175 [CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo 17 years ago
Steve French d388908ec4 [CIFS] update DOS attributes in cifsInode if we successfully changed them 17 years ago
Jeff Layton 7ce86d5a93 cifs: work around samba returning -ENOENT on SetFileDisposition call 17 years ago
Jeff Layton 74553b1b6a cifs: fix inverted NULL check after kmalloc 17 years ago
Steve French ee2fd967fb [CIFS] fix busy-file renames and refactor cifs_rename logic 17 years ago
Jeff Layton 6d22f09896 cifs: add function to set file disposition 17 years ago
Jeff Layton a12a1ac7a4 cifs: move rename and delete-on-close logic into helper function 17 years ago
Steve French 388e57b275 [CIFS] use common code for turning off ATTR_READONLY in cifs_unlink 17 years ago
Jeff Layton 5f0319a790 cifs: clean up variables in cifs_unlink 17 years ago
Ilpo Järvinen aab3a8c7a3 [CIFS] reindent misindented statement 17 years ago
Steve French ad661334b8 [CIFS] mount of IPC$ breaks with iget patch 17 years ago
Jeff Layton 0510eeb736 turn cifs_setattr into a multiplexor that calls the correct function 17 years ago
Jeff Layton feb3e20cee move file time and dos attribute setting logic into new function 17 years ago
Jeff Layton 3fe5c1dd0a spin off cifs_setattr with unix extensions to its own function 17 years ago
Jeff Layton 9508991093 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir 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
Suresh Jayaraman 9e96af8525 Fix missing braces in cifs_revalidate() 17 years ago
Jeff Layton 8efdbde647 [CIFS] break ATTR_SIZE changes out into their own function 17 years ago
Jeff Layton e911d0cc87 cifs: fix inode leak in cifs_get_inode_info_unix 17 years ago
Jeff Layton 5132861a7a disable most mode changes on non-unix/non-cifsacl mounts 17 years ago
Jeff Layton 4ca691a892 silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes 17 years ago
Steve French 4e94a105ed [CIFS] remove trailing whitespace 17 years ago