aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14cifs: implement i_op->atomic_open()Miklos Szeredi
2012-07-14cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro
2012-05-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-23cifs: Fix comment as d_alloc_root() is replaced by d_make_root()Sedat Dilek
2012-05-16CIFS: Move locks to cifsFileInfo structurePavel Shilovsky
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton
2012-05-16cifs: display cache= option in /proc/mountsJeff Layton
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-01CIFS: Fix indentation in cifs_show_optionsSachin Prabhu
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20clean up the failure exits in cifs_read_super()Al Viro
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-03cifs: propagate umode_tAl Viro
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky
2011-10-12add new module parameter 'enable_oplocks'Steve French
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle
2011-10-12cifs: get rid of unused xid in cifs_get_rootJeff Layton
2011-10-11cifs: Display strictcache mount option in /proc/mountsSachin Prabhu
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton