aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+10
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman1-4/+10
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky1-1/+0
2012-12-20cifs: eliminate cifsERROR variableJeff Layton1-1/+0
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-0/+1
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-1/+0
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-2/+2
2012-12-05cifs: fix types on module parametersJeff Layton1-6/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu1-1/+2
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky1-7/+21
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky1-1/+1
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky1-0/+1
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton1-4/+0
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky1-25/+4
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-0/+4
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-2/+2
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky1-2/+12
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-3/+3
2012-07-14VFS: Pass mount flags to sget()David Howells1-5/+4
2012-07-14cifs: implement i_op->atomic_open()Miklos Szeredi1-0/+1
2012-07-14cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-05-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-7/+16
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-23cifs: Fix comment as d_alloc_root() is replaced by d_make_root()Sedat Dilek1-1/+1
2012-05-16CIFS: Move locks to cifsFileInfo structurePavel Shilovsky1-1/+0
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton1-0/+1
2012-05-16cifs: display cache= option in /proc/mountsJeff Layton1-4/+14
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton1-1/+0
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-01CIFS: Fix indentation in cifs_show_optionsSachin Prabhu1-1/+1
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu1-4/+4
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu1-0/+4
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton1-1/+12
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-16/+9
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton1-5/+5
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton1-2/+0
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky1-5/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-3/+1
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky1-4/+4
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1