aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French
2013-05-08cifs: only set ops for inodes in I_NEW stateJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman
2013-02-13cifs: Override unmappable incoming uids and gidsEric W. Biederman
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky
2012-09-24CIFS: Move rename to ops structPavel Shilovsky
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky
2012-08-19CIFS: Protect i_nlink from being negativeSteve French
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-02-26CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-27[CIFS] Migrate from prefixpath logicSteve French
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky
2011-05-19CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-12switch cifsAl Viro
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin