summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2019-02-111-1/+9
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-12-161-0/+2
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2017-10-121-2/+20
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-2/+2
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-2/+2
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-2/+2
* [SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-10-301-35/+0
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-151-1/+1
* CIFS: Fix directory rename errorPavel Shilovsky2014-09-171-1/+4
* CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-09-171-0/+6
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-091-16/+55
|\
| * cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-211-9/+41
| * cifs: new helper function: cifs_revalidate_mappingJeff Layton2014-05-211-6/+10
| * cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-211-8/+11
|/
* cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton2014-04-241-0/+3
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-1/+1
* Add protocol specific operation for CIFS xattrsSteve French2014-02-071-4/+9
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-26/+47
* CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky2014-01-201-47/+50
* cifs: Rename MF symlink function namesSachin Prabhu2014-01-201-6/+6
* cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu2013-12-271-2/+4
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-10/+13
* [CIFS] Provide sane values for nlinkJim McDonough2013-09-211-6/+39
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-4/+1
|\
| * truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-4/+1
* | CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-4/+4
* | CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-0/+4
|/
* [CIFS] use sensible file nlink values if unprovidedSteve French2013-07-041-0/+5
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-081-1/+2
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-52/+57
* cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-131-6/+4
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-4/+4
|\
| * new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2013-02-131-4/+10
* | cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-131-7/+7
* | cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-131-4/+4
* | cifs: Override unmappable incoming uids and gidsEric W. Biederman2013-02-131-9/+13
|/
* cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton2012-12-051-3/+4
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-281-17/+47
* cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-241-27/+24
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-241-73/+6
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-241-50/+56
* CIFS: Move rename to ops structPavel Shilovsky2012-09-241-44/+48
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-241-3/+9
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-5/+5
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-241-11/+22
* CIFS: Protect i_nlink from being negativeSteve French2012-08-191-8/+16