aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+2
* CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky2011-11-111-7/+12
* cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton2011-08-151-12/+2
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-20/+20
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-3/+8
* [CIFS] Migrate from prefixpath logicSteve French2011-05-271-13/+6
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-6/+18
* [CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2011-05-201-2/+4
* CIFS: Simplify invalidate part (try #5)Pavel Shilovsky2011-05-191-42/+75
* CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky2011-05-191-2/+8
* cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar2011-05-191-1/+1
* CIFS: Implement cifs_strict_fsyncPavel Shilovsky2011-01-201-2/+6
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-3/+5
* switch cifsAl Viro2011-01-121-8/+0
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-091-0/+6
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-3/+3
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-4/+4
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* fs: scale inode alias listNick Piggin2011-01-071-0/+3
* cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-071-3/+3
* cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-061-4/+4
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-021-3/+4
* cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-301-5/+15
* cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-291-1/+3
* cifs: fix another memleak, in cifs_root_igetOskar Schirmer2010-11-111-6/+6
* cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman2010-11-091-1/+0
* cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-251-10/+5
* cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton2010-10-121-3/+9
* Merge branch 'for-next'Steve French2010-10-081-52/+177
|\
| * cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton2010-10-081-0/+10
| * cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-061-3/+3
| * cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-6/+6
| * cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-35/+122
| * cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-13/+16
| * cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-24/+25
| * cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton2010-09-291-6/+16
| * cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-291-0/+14
* | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-291-0/+2
|/
* cifs: eliminate redundant xdev check in cifs_renameJeff Layton2010-09-081-21/+9
* Cannot allocate memory error on mountSuresh Jayaraman2010-08-261-1/+1
* 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