aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-3/+3
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-0/+8
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky1-1/+18
2011-05-27[CIFS] Migrate from prefixpath logicSteve French1-3/+98
2011-05-27CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky1-9/+10
2011-05-25CIFS: Fix undefined behavior when mount failsPavel Shilovsky1-27/+17
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky1-31/+57
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French1-2/+4
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar1-3/+5
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney1-7/+1
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney1-11/+6
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky1-10/+23
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky1-8/+10
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar1-8/+21
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar1-2/+2
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French1-2/+2
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar1-1/+1
2011-04-12cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton1-4/+0
2011-04-12cifs: set ra_pages in backing_dev_infoJeff Layton1-0/+1
2011-04-12Allow user names longer than 32 bytesSteve French1-2/+2
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton1-1/+4
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky1-4/+11
2011-01-20CIFS: Implement cifs_strict_readv (try #4)Pavel Shilovsky1-2/+2
2011-01-20CIFS: Implement cifs_file_strict_mmap (try #2)Pavel Shilovsky1-2/+2
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky1-0/+38
2011-01-20[CIFS] cifs: reconnect unresponsive serversSteve French1-1/+5
2011-01-12switch cifsAl Viro1-0/+6
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton1-0/+2
2011-01-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-3/+13
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky1-7/+8
2010-12-06cifs: remove Local_System_NameJeff Layton1-1/+0
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman1-0/+2
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman1-0/+2
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky1-2/+1
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton1-1/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-4/+1
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+4
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+0
2010-10-29convert cifsAl Viro1-8/+7
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton1-1/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-25/+67
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-4/+4
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-1/+1
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-0/+18
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton1-0/+3
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton1-1/+5
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-1/+2
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-2/+2