aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAge
* sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-16
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-09
|\
| * cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-21
| * cifs: new helper function: cifs_revalidate_mappingJeff Layton2014-05-21
| * cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-21
|/
* cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton2014-04-24
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-10
* Add protocol specific operation for CIFS xattrsSteve French2014-02-07
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-20
* CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky2014-01-20
* cifs: Rename MF symlink function namesSachin Prabhu2014-01-20
* cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu2013-12-27
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-11
* [CIFS] Provide sane values for nlinkJim McDonough2013-09-21
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-12
|\
| * truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* | CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-08
* | CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-08
|/
* [CIFS] use sensible file nlink values if unprovidedSteve French2013-07-04
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-08
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-13
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-06
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-06
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2013-02-13
* | cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-13
* | cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-13
* | cifs: Override unmappable incoming uids and gidsEric W. Biederman2013-02-13
|/
* cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton2012-12-05
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-28
* cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-24
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-24
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-24
* CIFS: Move rename to ops structPavel Shilovsky2012-09-24
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-24
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-24
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-24
* CIFS: Protect i_nlink from being negativeSteve French2012-08-19
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-27
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-27
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-27
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-24
* CIFS: Move building path to root to ops structPavel Shilovsky2012-07-24
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-24
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-24
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14