summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-4/+11
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-271-19/+13
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-271-134/+161
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-14/+12
* CIFS: Move building path to root to ops structPavel Shilovsky2012-07-241-32/+0
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-241-56/+37
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-42/+45
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-2/+3
* CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky2012-02-261-9/+19
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-3/+3
* CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky2011-10-221-7/+12
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-12/+23
* cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton2011-08-051-12/+2
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-20/+20
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-3/+8
* [CIFS] Migrate from prefixpath logicSteve French2011-05-271-13/+6
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-6/+18
* [CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2011-05-201-2/+4
* CIFS: Simplify invalidate part (try #5)Pavel Shilovsky2011-05-191-42/+75
* CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)Pavel Shilovsky2011-05-191-2/+8
OpenPOWER on IntegriCloud