summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2010-08-02cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton
2010-05-26cifs: guard against hardlinking directoriesJeff Layton
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp
2009-07-22[CIFS] fix sparse warningSteve French
2009-07-22cifs: disable serverino if server doesn't support itJeff Layton
2009-07-09cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig
2009-05-28cifs: rename cifs_iget to cifs_root_igetJeff Layton
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton
2009-04-20[CIFS] Make cifs_unlink consistent in checks for null inodeSteve French
2009-04-17cifs: when renaming don't try to unlink negative dentryJeff Layton
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French
2009-04-17cifs: flush data on any setattrJeff Layton
2009-03-31New helper - current_umask()Al Viro
2009-03-12[CIFS] add extra null attr checkSteve French
2009-02-21cifs: posix fill in inode needed by posix openJeff Layton
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directorySteve French
2009-01-05inode->i_op is never NULLAl Viro
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-12-26[CIFS] Can not mount with prefixpath if root directory of share is inaccessibleSteve French
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton
2008-10-23cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton
2008-10-20cifs: make cifs_rename handle -EACCES errorsJeff Layton
2008-10-20[CIFS] fix build errorSteve French
2008-10-20[CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton
2008-10-17cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton
2008-09-24[CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French
2008-09-24cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton
2008-09-24cifs: fix inverted NULL check after kmallocJeff Layton
2008-09-23[CIFS] fix busy-file renames and refactor cifs_rename logicSteve French
2008-09-23cifs: add function to set file dispositionJeff Layton
2008-09-23cifs: move rename and delete-on-close logic into helper functionJeff Layton
2008-09-16[CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French
2008-09-16cifs: clean up variables in cifs_unlinkJeff Layton
2008-08-19[CIFS] reindent misindented statementIlpo Järvinen