aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-5/+53
2008-12-26[CIFS] Can not mount with prefixpath if root directory of share is inaccessibleSteve French1-5/+53
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-4/+4
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-10-23cifs: fix unlinking of rename target when server doesn't support open file renamesJeff Layton1-79/+8
2008-10-20cifs: make cifs_rename handle -EACCES errorsJeff Layton1-52/+122
2008-10-20[CIFS] fix build errorSteve French1-1/+1
2008-10-20[CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French1-32/+70
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton1-0/+1
2008-10-17cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton1-5/+10
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French1-20/+19
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-09-24[CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French1-0/+4
2008-09-24cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton1-2/+10
2008-09-24cifs: fix inverted NULL check after kmallocJeff Layton1-1/+1
2008-09-23[CIFS] fix busy-file renames and refactor cifs_rename logicSteve French1-82/+104
2008-09-23cifs: add function to set file dispositionJeff Layton1-2/+7
2008-09-23cifs: move rename and delete-on-close logic into helper functionJeff Layton1-39/+59
2008-09-16[CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French1-167/+139
2008-09-16cifs: clean up variables in cifs_unlinkJeff Layton1-49/+41
2008-08-19[CIFS] reindent misindented statementIlpo Järvinen1-1/+2
2008-08-14[CIFS] mount of IPC$ breaks with iget patchSteve French1-0/+1
2008-08-06turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton1-5/+17
2008-08-06move file time and dos attribute setting logic into new functionJeff Layton1-87/+109
2008-08-06spin off cifs_setattr with unix extensions to its own functionJeff Layton1-38/+119
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton1-3/+15
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton1-5/+6
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton1-4/+4
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-22/+32
2008-08-05Fix missing braces in cifs_revalidate()Suresh Jayaraman1-1/+2
2008-07-23[CIFS] break ATTR_SIZE changes out into their own functionJeff Layton1-73/+78
2008-07-12cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton1-10/+10
2008-05-25disable most mode changes on non-unix/non-cifsacl mountsJeff Layton1-12/+26
2008-05-23silently ignore ownership changes unless unix extensions are enabled or we're faking uid changesJeff Layton1-7/+20
2008-05-23[CIFS] remove trailing whitespaceSteve French1-1/+1
2008-05-23when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensionsJeff Layton1-2/+5
2008-05-23on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton1-40/+36
2008-05-22[CIFS] Fix reversed memset argumentsDave Jones1-2/+2
2008-05-21[CIFS] Remove debug statementSteve French1-1/+1
2008-05-20[CIFS] Enable DFS support for Windows query path infoSteve French1-146/+178
2008-05-20[CIFS] Enable DFS support for Unix query path infoSteve French1-43/+74
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French1-57/+8
2008-05-14add function to convert access flags to legacy open modeJeff Layton1-2/+1
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdirJeff Layton1-4/+11
2008-05-11[CIFS] add local struct inode pointer to cifs_setattrJeff Layton1-10/+10
2008-05-02[CIFS] fix typoSteve French1-1/+1
2008-04-29[CIFS] Remove duplicate call to mode_to_aclSteve French1-4/+0
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-21/+21
2008-04-18[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French1-4/+11
2008-03-22[CIFS] Fix mem leak on dfs referralSteve French1-2/+8