aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-27[CIFS] Migrate from prefixpath logicSteve French
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky
2011-05-19CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-12switch cifsAl Viro
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton
2010-10-08Merge branch 'for-next'Steve French
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher
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