aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton1-3/+3
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton1-4/+4
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman1-3/+4
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar1-5/+15
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman1-1/+3
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman1-1/+0
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton1-10/+5
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton1-3/+9
2010-10-08Merge branch 'for-next'Steve French1-52/+177
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton1-0/+10
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton1-3/+3
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-6/+6
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-35/+122
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton1-0/+2
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton1-13/+16
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-24/+25
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton1-6/+16
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher1-0/+14
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton1-21/+9
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-42/+44
2010-08-09cifs: truncate falloutChristoph Hellwig1-23/+7
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-16/+13
2010-08-09remove inode_setattrChristoph Hellwig1-12/+33
2010-08-05cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton1-12/+31
2010-08-02cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton1-0/+5
2010-08-02[CIFS] Missing ifdefSteve French1-0/+4
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman1-0/+4
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman1-0/+3
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-06-12cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton1-0/+13
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-2/+19
2010-05-11cifs: guard against hardlinking directoriesJeff Layton1-2/+19
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French1-11/+11
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-41/+41
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09[CIFS] checkpatch cleanupSteve French1-3/+3
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-0/+86
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-113/+98
2010-02-23cifs: set server_eof in cifs_fattr_to_inodeJeff Layton1-0/+1
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton1-1/+1
2010-02-08[CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French1-1/+11
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton1-5/+2
2009-09-24truncate: use new helpersnpiggin@suse.de1-43/+10