summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-061-5/+2
* truncate: use new helpersnpiggin@suse.de2009-09-241-43/+10
* cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-011-3/+3
* [CIFS] fix sparse warningSteve French2009-07-221-2/+2
* cifs: disable serverino if server doesn't support itJeff Layton2009-07-221-1/+4
* cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-091-4/+4
* cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-091-246/+151
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-091-1/+10
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-091-8/+8
* cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-011-188/+192
* cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-251-5/+10
* cifs: reorganize get_cifs_aclChristoph Hellwig2009-05-281-1/+1
* cifs: rename cifs_iget to cifs_root_igetJeff Layton2009-05-281-1/+1
* cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton2009-05-281-9/+6
* [CIFS] Make cifs_unlink consistent in checks for null inodeSteve French2009-04-201-6/+15
* cifs: when renaming don't try to unlink negative dentryJeff Layton2009-04-171-1/+2
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-171-3/+5
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-171-3/+5
* cifs: flush data on any setattrJeff Layton2009-04-171-28/+30
* New helper - current_umask()Al Viro2009-03-311-2/+2
* [CIFS] add extra null attr checkSteve French2009-03-121-0/+3
* cifs: posix fill in inode needed by posix openJeff Layton2009-02-211-1/+1
* cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton2009-02-211-10/+10
* cifs: refactor new_inode() calls and inode initializationJeff Layton2009-02-211-36/+60
* [CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov2009-02-211-2/+2
* [CIFS] revalidate parent inode when rmdir done within that directorySteve French2009-01-291-0/+5
* inode->i_op is never NULLAl Viro2009-01-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-5/+53
|\
| * [CIFS] Can not mount with prefixpath if root directory of share is inaccessibleSteve French2008-12-261-5/+53
* | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-4/+4
|/
* cifs: fix renaming one hardlink on top of anotherJeff Layton2008-11-031-1/+3
* cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton2008-10-231-79/+8
* cifs: make cifs_rename handle -EACCES errorsJeff Layton2008-10-201-52/+122
* [CIFS] fix build errorSteve French2008-10-201-1/+1
* [CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French2008-10-201-32/+70
* cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-201-0/+1
* cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton2008-10-171-5/+10
* [CIFS] clean up error handling in cifs_unlinkSteve French2008-10-071-20/+19
* [CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton2008-10-061-6/+18
* [CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French2008-09-241-0/+4
* cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton2008-09-241-2/+10
* cifs: fix inverted NULL check after kmallocJeff Layton2008-09-241-1/+1
* [CIFS] fix busy-file renames and refactor cifs_rename logicSteve French2008-09-231-82/+104
* cifs: add function to set file dispositionJeff Layton2008-09-231-2/+7
* cifs: move rename and delete-on-close logic into helper functionJeff Layton2008-09-231-39/+59
* [CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French2008-09-161-167/+139
* cifs: clean up variables in cifs_unlinkJeff Layton2008-09-161-49/+41
* [CIFS] reindent misindented statementIlpo Järvinen2008-08-191-1/+2
* [CIFS] mount of IPC$ breaks with iget patchSteve French2008-08-141-0/+1
* turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-061-5/+17
OpenPOWER on IntegriCloud