aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAge
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-26
* [CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2011-05-20
* CIFS: Simplify invalidate part (try #5)Pavel Shilovsky2011-05-19
* CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky2011-05-19
* cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar2011-05-19
* CIFS: Implement cifs_strict_fsyncPavel Shilovsky2011-01-20
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* switch cifsAl Viro2011-01-12
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-09
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-07
* cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-06
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-02
* cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-30
* cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-29
* cifs: fix another memleak, in cifs_root_igetOskar Schirmer2010-11-10
* cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman2010-11-09
* cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-24
* cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton2010-10-12
* Merge branch 'for-next'Steve French2010-10-07
|\
| * cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton2010-10-07
| * cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-06
| * cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-06
| * cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-06
| * cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-29
| * cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-29
| * cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton2010-09-29
| * cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-29
* | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-29
|/
* cifs: eliminate redundant xdev check in cifs_renameJeff Layton2010-09-08
* Cannot allocate memory error on mountSuresh Jayaraman2010-08-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * cifs: truncate falloutChristoph Hellwig2010-08-09
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-09
| * remove inode_setattrChristoph Hellwig2010-08-09
* | cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton2010-08-05
|/
* cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton2010-08-02
* [CIFS] Missing ifdefSteve French2010-08-02
* cifs: define inode-level cache object and register themSuresh Jayaraman2010-08-02
* cifs: define superblock-level cache index objects and register themSuresh Jayaraman2010-08-02
* fs/cifs: Remove unnecessary casts of private_dataJoe Perches2010-08-02
* cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton2010-06-11
* cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-17
* cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton2010-05-17
* cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton2010-05-17
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-05-13
|\
| * cifs: guard against hardlinking directoriesJeff Layton2010-05-11