aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-4/+11
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-19/+13
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-134/+161
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky1-14/+12
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-32/+0
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky1-56/+37
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-42/+45
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-2/+3
2012-02-26CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky1-9/+19
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky1-7/+12
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar1-12/+23
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-20/+20
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-3/+8
2011-05-27[CIFS] Migrate from prefixpath logicSteve French1-13/+6
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky1-6/+18
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French1-2/+4
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky1-42/+75
2011-05-19CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky1-2/+8
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar1-1/+1
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky1-2/+6
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells1-3/+5
2011-01-12switch cifsAl Viro1-8/+0
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton1-0/+6
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-3/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-4/+4
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+3
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