summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2010-12-09cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09cifs: truncate falloutChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-05cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton
2010-08-02cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton
2010-08-02[CIFS] Missing ifdefSteve French
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches
2010-06-12cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2010-05-11cifs: guard against hardlinking directoriesJeff Layton
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-09[CIFS] checkpatch cleanupSteve French
2010-03-09cifs: add cifs_revalidate_fileJeff Layton
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton
2010-02-23cifs: set server_eof in cifs_fattr_to_inodeJeff Layton
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton
2010-02-08[CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
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