aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-42/+44
|\
| * cifs: truncate falloutChristoph Hellwig2010-08-091-23/+7
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-16/+13
| * remove inode_setattrChristoph Hellwig2010-08-091-12/+33
* | cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton2010-08-051-12/+31
|/
* cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton2010-08-021-0/+5
* [CIFS] Missing ifdefSteve French2010-08-021-0/+4
* cifs: define inode-level cache object and register themSuresh Jayaraman2010-08-021-0/+4
* cifs: define superblock-level cache index objects and register themSuresh Jayaraman2010-08-021-0/+3
* fs/cifs: Remove unnecessary casts of private_dataJoe Perches2010-08-021-2/+2
* cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton2010-06-121-0/+4
* cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-171-0/+13
* cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton2010-05-171-1/+0
* cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton2010-05-171-0/+5
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-05-131-2/+19
|\
| * cifs: guard against hardlinking directoriesJeff Layton2010-05-111-2/+19
* | [CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French2010-04-211-11/+11
* | [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-41/+41
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CIFS] checkpatch cleanupSteve French2010-03-091-3/+3
* cifs: add cifs_revalidate_fileJeff Layton2010-03-091-0/+86
* cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-061-113/+98
* cifs: set server_eof in cifs_fattr_to_inodeJeff Layton2010-02-231-0/+1
* cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-231-1/+1
* [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-081-1/+11
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-2/+2
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* | 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