aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24truncate: use new helpersnpiggin@suse.de1-43/+10
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp1-3/+3
2009-07-22[CIFS] fix sparse warningSteve French1-2/+2
2009-07-22cifs: disable serverino if server doesn't support itJeff Layton1-1/+4
2009-07-09cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton1-4/+4
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-246/+151
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton1-1/+10
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-8/+8
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-188/+192
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman1-5/+10
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig1-1/+1
2009-05-28cifs: rename cifs_iget to cifs_root_igetJeff Layton1-1/+1
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-9/+6
2009-04-20[CIFS] Make cifs_unlink consistent in checks for null inodeSteve French1-6/+15
2009-04-17cifs: when renaming don't try to unlink negative dentryJeff Layton1-1/+2
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton1-3/+5
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-3/+5
2009-04-17cifs: flush data on any setattrJeff Layton1-28/+30
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-12[CIFS] add extra null attr checkSteve French1-0/+3
2009-02-21cifs: posix fill in inode needed by posix openJeff Layton1-1/+1
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton1-10/+10
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton1-36/+60
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov1-2/+2
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directorySteve French1-0/+5
2009-01-05inode->i_op is never NULLAl Viro1-1/+1
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