summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-281-17/+47
* cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-251-27/+24Star
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-251-73/+6Star
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-251-50/+56
* CIFS: Move rename to ops structPavel Shilovsky2012-09-251-44/+48
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-251-3/+9
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-5/+5
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-251-11/+22
* CIFS: Protect i_nlink from being negativeSteve French2012-08-201-8/+16
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-4/+11
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-271-19/+13Star
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-271-134/+161
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-14/+12Star
* CIFS: Move building path to root to ops structPavel Shilovsky2012-07-241-32/+0Star
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-241-56/+37Star
* 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-271-9/+19
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+2Star
* [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/+6Star
* 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-161-3/+5
* switch cifsAl Viro2011-01-131-8/+0Star
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-101-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/+0Star
* 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/+0Star
* cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-251-10/+5Star
* 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