aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-16Workaround Mac server problemSteve French
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-10-09cifs: switch to use of %p[dD]Al Viro
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-05-21cifs: fix potential races in cifs_revalidate_mappingJeff Layton
2014-05-21cifs: new helper function: cifs_revalidate_mappingJeff Layton
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton
2014-04-24cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French
2014-02-07Add protocol specific operation for CIFS xattrsSteve French
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2014-01-20CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
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