Commit Graph

126 Commits (26b994fad6a062697846a861ecc008447409dfb6)

Author SHA1 Message Date
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
Jeff Layton b0fd30d3e7 when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions 17 years ago
Jeff Layton 4468eb3fd1 on non-posix shares, clear write bits in mode when ATTR_READONLY is set 17 years ago
Dave Jones 0a891adccc [CIFS] Fix reversed memset arguments 17 years ago
Steve French 397d71ddfd [CIFS] Remove debug statement 17 years ago
Steve French b9a3260f25 [CIFS] Enable DFS support for Windows query path info 17 years ago
Steve French 0e4bbde94f [CIFS] Enable DFS support for Unix query path info 17 years ago
Steve French 646dd53987 [CIFS] Fix paths when share is in DFS to include proper prefix 17 years ago
Jeff Layton 35fc37d517 add function to convert access flags to legacy open mode 17 years ago
Jeff Layton 67750fb9e0 [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir 17 years ago
Jeff Layton 02eadeffda [CIFS] add local struct inode pointer to cifs_setattr 17 years ago
Steve French 5ade9deaaa [CIFS] fix typo 17 years ago
Steve French 9b1ec9ecea [CIFS] Remove duplicate call to mode_to_acl 17 years ago
Steve French 4b18f2a9c3 [CIFS] convert usage of implicit booleans to bool 17 years ago
Steve French 076d8423a9 [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash 17 years ago
Steve French 04b6e6ec1a [CIFS] Fix mem leak on dfs referral 17 years ago
Steve French 8b1327f6ed [CIFS] file create with acl support enabled is slow 17 years ago
Steve French 50531444fa [CIFS] Fix mtime on cp -p when file data cached but written out too late 17 years ago
Steve French bc5b6e24a1 [CIFS] Fix build problem 17 years ago
Igor Mammedov 7962670e64 [CIFS] DFS patch that connects inode with dfs handling ops 17 years ago
Steve French 0b442d2c28 [CIFS] remove unused variable 17 years ago
Christoph Hellwig 75f12983d9 [CIFS] consolidate duplicate code in posix/unix inode handling 17 years ago
Christoph Hellwig 70eff55d2d [CIFS] factoring out common code in get_inode_info functions 17 years ago
Steve French 90c81e0b0e [CIFS] clean up some hard to read ifdefs 17 years ago
Steve French ad7a2926b9 [CIFS] reduce checkpatch warnings 17 years ago
David Howells ce634ab28e iget: stop CIFS from using iget() and read_inode() 17 years ago
Christoph Lameter eebd2aa355 Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user 17 years ago
Steve French f6d0998219 [CIFS] fix checkpatch warnings in fs/cifs/inode.c 17 years ago
Steve French 97837582bc [CIFS] Allow setting mode via cifs acl 17 years ago
Jeff Layton cea218054a [CIFS] Fix potential data corruption when writing out cached dirty pages 17 years ago
Steve French 953f868138 [CIFS] Don't request too much permission when reading an ACL 17 years ago
Steve French 630f3f0c45 [CIFS] acl support part 6 17 years ago
Steve French 4879b44829 [CIFS] ACL support part 5 17 years ago
Jeff Layton d32c4f2626 CIFS: ignore mode change if it's just for clearing setuid/setgid bits 18 years ago
Cyril Gorcunov 8f2376adfb [CIFS] Fix endian conversion problem in posix mkdir 18 years ago
Steve French 7f8ed420f8 [CIFS] CIFS support for named pipes (part 1) 18 years ago
Steve French c45d707f67 [CIFS] Fallback to standard mkdir if server incorrectly claims support for 18 years ago
Steve French 5a07cdf86c [CIFS] fix small memory leak in an error path in new posix mkdir 18 years ago
Jeff a8cd925f74 [CIFS] Respect umask when using POSIX mkdir 18 years ago
Steve French 77159b4df8 [CIFS] Fix warnings shown by newer version of sparse 18 years ago
Steve French 8064ab4da1 [CIFS] cifs truncate missing a fix for private map COW race 18 years ago