aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French1-1/+1
2014-02-07Add protocol specific operation for CIFS xattrsSteve French1-4/+9
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-26/+47
2014-01-20CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky1-47/+50
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu1-6/+6
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu1-2/+4
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky1-10/+13
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough1-6/+39
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-4/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-4/+1
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-4/+4
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-0/+4
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French1-0/+5
2013-05-08cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-52/+57
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu1-6/+4
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman1-4/+10
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman1-7/+7
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-4/+4
2013-02-13cifs: Override unmappable incoming uids and gidsEric W. Biederman1-9/+13
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton1-3/+4
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar1-17/+47
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton1-27/+24
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky1-73/+6
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-50/+56
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-44/+48
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky1-3/+9
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-5/+5
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-11/+22
2012-08-19CIFS: Protect i_nlink from being negativeSteve French1-8/+16
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