summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-4/+11
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-271-19/+13
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-271-134/+161
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-14/+12
* CIFS: Move building path to root to ops structPavel Shilovsky2012-07-241-32/+0
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-241-56/+37
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-42/+45
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-2/+3
* CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky2012-02-261-9/+19
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-3/+3
* CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky2011-10-221-7/+12
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-12/+23
* cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton2011-08-051-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
OpenPOWER on IntegriCloud