| Commit message (Expand) | Author | Age |
* | CIFS use sensible file nlink values if unprovided | Steve French | 2013-07-21 |
* | cifs: only set ops for inodes in I_NEW state | Jeff Layton | 2013-05-08 |
* | [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg | Joe Perches | 2013-05-04 |
* | cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY | Sachin Prabhu | 2013-03-13 |
* | cifs: Check server capability before attempting silly rename | Sachin Prabhu | 2013-03-06 |
* | cifs: Fix bug when checking error condition in cifs_rename_pending_delete() | Sachin Prabhu | 2013-03-06 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 |
* | | cifs: Convert struct cifs_fattr to use kuid and kgids | Eric W. Biederman | 2013-02-13 |
* | | cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t | Eric W. Biederman | 2013-02-13 |
* | | cifs: Use kuids and kgids SID to uid/gid mapping | Eric W. Biederman | 2013-02-13 |
* | | cifs: Override unmappable incoming uids and gids | Eric W. Biederman | 2013-02-13 |
|/ |
|
* | cifs: don't override the uid/gid in getattr when cifsacl is enabled | Jeff Layton | 2012-12-05 |
* | cifs: obtain file access during backup intent lookup (resend) | Shirish Pargaonkar | 2012-09-28 |
* | cifs: cleanups for cifs_mkdir_qinfo | Jeff Layton | 2012-09-24 |
* | CIFS: Move set_file_info to ops struct | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Move set_file_size to ops struct | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Move rename to ops struct | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Move guery file info code to ops struct | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Replace netfid with cifs_fid struct in cifsFileInfo | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Move unlink code to ops struct | Pavel Shilovsky | 2012-09-24 |
* | CIFS: Protect i_nlink from being negative | Steve French | 2012-08-19 |
* | CIFS: Move rmdir code to ops struct | Pavel Shilovsky | 2012-07-27 |
* | CIFS: Separate protocol specific part from mkdir | Pavel Shilovsky | 2012-07-27 |
* | CIFS: Simplify cifs_mkdir call | Pavel Shilovsky | 2012-07-27 |
* | CIFS: Make CAP_* checks protocol independent | Pavel Shilovsky | 2012-07-24 |
* | CIFS: Move building path to root to ops struct | Pavel Shilovsky | 2012-07-24 |
* | CIFS: Move query inode info code to ops struct | Pavel Shilovsky | 2012-07-24 |
* | CIFS: Rename Get/FreeXid and make them work with unsigned int | Pavel Shilovsky | 2012-07-24 |
* | vfs: switch i_dentry/d_alias to hlist | Al Viro | 2012-07-14 |
* | CIFS: Fix mkdir/rmdir bug for the non-POSIX case | Pavel Shilovsky | 2012-02-26 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 |
* | CIFS: Fix DFS handling in cifs_get_file_info | Pavel Shilovsky | 2011-10-22 |
* | cifs: Call id to SID mapping functions to change owner/group (try #4 repost) | Shirish Pargaonkar | 2011-10-17 |
* | cifs: convert prefixpath delimiters in cifs_build_path_to_root | Jeff Layton | 2011-08-05 |
* | [CIFS] Rename three structures to avoid camel case | Steve French | 2011-05-27 |
* | CIFS: Add rwpidforward mount option | Pavel Shilovsky | 2011-05-26 |
* | [CIFS] Migrate from prefixpath logic | Steve French | 2011-05-26 |
* | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size | Pavel Shilovsky | 2011-05-26 |
* | [CIFS] Fix to problem with getattr caused by invalidate simplification patch | Steve French | 2011-05-20 |
* | CIFS: Simplify invalidate part (try #5) | Pavel Shilovsky | 2011-05-19 |
* | CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4) | Pavel Shilovsky | 2011-05-19 |
* | cifs: Remove unused inode number while fetching root inode | Shirish Pargaonkar | 2011-05-19 |
* | CIFS: Implement cifs_strict_fsync | Pavel Shilovsky | 2011-01-20 |
* | CIFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 |
* | switch cifs | Al Viro | 2011-01-12 |
* | cifs: use CreationTime like an i_generation field | Jeff Layton | 2011-01-09 |
* | fs: dcache per-inode inode alias locking | Nick Piggin | 2011-01-07 |