Jeff Layton
|
74553b1b6a
cifs: fix inverted NULL check after kmalloc
|
16 vuotta sitten |
Steve French
|
ee2fd967fb
[CIFS] fix busy-file renames and refactor cifs_rename logic
|
17 vuotta sitten |
Jeff Layton
|
6d22f09896
cifs: add function to set file disposition
|
17 vuotta sitten |
Jeff Layton
|
a12a1ac7a4
cifs: move rename and delete-on-close logic into helper function
|
17 vuotta sitten |
Steve French
|
388e57b275
[CIFS] use common code for turning off ATTR_READONLY in cifs_unlink
|
17 vuotta sitten |
Jeff Layton
|
5f0319a790
cifs: clean up variables in cifs_unlink
|
17 vuotta sitten |
Ilpo Järvinen
|
aab3a8c7a3
[CIFS] reindent misindented statement
|
17 vuotta sitten |
Steve French
|
ad661334b8
[CIFS] mount of IPC$ breaks with iget patch
|
17 vuotta sitten |
Jeff Layton
|
0510eeb736
turn cifs_setattr into a multiplexor that calls the correct function
|
17 vuotta sitten |
Jeff Layton
|
feb3e20cee
move file time and dos attribute setting logic into new function
|
17 vuotta sitten |
Jeff Layton
|
3fe5c1dd0a
spin off cifs_setattr with unix extensions to its own function
|
17 vuotta sitten |
Jeff Layton
|
9508991093
[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir
|
17 vuotta sitten |
Jeff Layton
|
2dd2dfa060
Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg
|
17 vuotta sitten |
Jeff Layton
|
6fc000e519
change CIFSSMBSetTimes to CIFSSMBSetPathInfo
|
17 vuotta sitten |
Jeff Layton
|
4e1e7fb9e8
bundle up Unix SET_PATH_INFO args into a struct and change name
|
17 vuotta sitten |
Suresh Jayaraman
|
9e96af8525
Fix missing braces in cifs_revalidate()
|
17 vuotta sitten |
Jeff Layton
|
8efdbde647
[CIFS] break ATTR_SIZE changes out into their own function
|
17 vuotta sitten |
Jeff Layton
|
e911d0cc87
cifs: fix inode leak in cifs_get_inode_info_unix
|
17 vuotta sitten |
Jeff Layton
|
5132861a7a
disable most mode changes on non-unix/non-cifsacl mounts
|
17 vuotta sitten |
Jeff Layton
|
4ca691a892
silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes
|
17 vuotta sitten |
Steve French
|
4e94a105ed
[CIFS] remove trailing whitespace
|
17 vuotta sitten |
Jeff Layton
|
b0fd30d3e7
when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions
|
17 vuotta sitten |
Jeff Layton
|
4468eb3fd1
on non-posix shares, clear write bits in mode when ATTR_READONLY is set
|
17 vuotta sitten |
Dave Jones
|
0a891adccc
[CIFS] Fix reversed memset arguments
|
17 vuotta sitten |
Steve French
|
397d71ddfd
[CIFS] Remove debug statement
|
17 vuotta sitten |
Steve French
|
b9a3260f25
[CIFS] Enable DFS support for Windows query path info
|
17 vuotta sitten |
Steve French
|
0e4bbde94f
[CIFS] Enable DFS support for Unix query path info
|
17 vuotta sitten |
Steve French
|
646dd53987
[CIFS] Fix paths when share is in DFS to include proper prefix
|
17 vuotta sitten |
Jeff Layton
|
35fc37d517
add function to convert access flags to legacy open mode
|
17 vuotta sitten |
Jeff Layton
|
67750fb9e0
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir
|
17 vuotta sitten |