aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-10/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 27-1043/+2091
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-8/+5
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putGravatar Steve French 3-138/+60
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockGravatar Suresh Jayaraman 7-58/+58
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Gravatar Tejun Heo 1-2/+1
2010-10-19Clean up two declarations of blob_lenGravatar Shirish Pargaonkar 1-5/+8
2010-10-18cifs: move cifsFileInfo_put to file.cGravatar Jeff Layton 2-9/+11
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockGravatar Jeff Layton 6-38/+38
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionGravatar Steve French 2-3/+4
2010-10-18cifs: move cifs_new_fileinfo to file.cGravatar Jeff Layton 2-48/+47
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoGravatar Jeff Layton 3-10/+3
2010-10-18cifs: cifs_write argument change and cleanupGravatar Jeff Layton 1-34/+17
2010-10-18cifs: clean up cifs_reopen_fileGravatar Jeff Layton 3-74/+57
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoGravatar Jeff Layton 3-27/+22
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoGravatar Jeff Layton 3-10/+7
2010-10-18cifs: fix flags handling in cifs_posix_openGravatar Jeff Layton 3-119/+95
2010-10-15cifs: eliminate cifs_posix_open_inode_helperGravatar Jeff Layton 1-67/+0
2010-10-15cifs: handle FindFirst failure gracefullyGravatar Suresh Jayaraman 1-8/+11
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionGravatar Shirish Pargaonkar 5-36/+36
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksGravatar Jeff Layton 7-18/+29
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceGravatar Jeff Layton 4-5/+6
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Gravatar Jeff Layton 1-3/+9
2010-10-12CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Gravatar Shirish Pargaonkar 1-11/+69
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeGravatar Jeff Layton 1-0/+3
2010-10-08Merge branch 'for-next'Gravatar Steve French 26-434/+1614
2010-10-08[CIFS] Remove build warningGravatar Steve French 1-1/+1
2010-10-08cifs: fix module refcount leak in find_domain_nameGravatar Jeff Layton 1-1/+4
2010-10-08cifs: implement recurring workqueue job to prune old tconsGravatar Jeff Layton 2-1/+58
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Gravatar Jeff Layton 1-0/+10
2010-10-07[CIFS] Various small checkpatch cleanupsGravatar Steve French 3-12/+12
2010-10-07cifs: add "multiuser" mount optionGravatar Jeff Layton 1-0/+13
2010-10-07cifs: add routines to build sessions and tcons on the flyGravatar Jeff Layton 3-28/+279
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authenti...Gravatar Shirish Pargaonkar 1-3/+6
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Gravatar Jeff Layton 1-1/+5
2010-10-06cifs: have find_readable/writable_file filter by fsuidGravatar Jeff Layton 6-16/+35
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerGravatar Jeff Layton 9-33/+41
2010-10-06cifs: add refcounted and timestamped container for holding tconsGravatar Jeff Layton 9-148/+376
2010-10-05fs/locks.c: prepare for BKL removalGravatar Arnd Bergmann 1-2/+2
2010-10-04BKL: Remove BKL from CifsFSGravatar Jan Blunck 1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-2/+10
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconGravatar Jeff Layton 1-16/+33
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesGravatar Jeff Layton 1-0/+2
2010-09-29cifs: fix handling of signing with writepages (try #6)Gravatar Jeff Layton 1-31/+37
2010-09-29cifs: have cifs_new_fileinfo take a tcon argGravatar Jeff Layton 3-14/+16
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itGravatar Jeff Layton 8-32/+42
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersGravatar Jeff Layton 3-4/+4
2010-09-29cifs: add function to get a tcon from cifs_sbGravatar Jeff Layton 13-71/+74
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerGravatar Jeff Layton 5-56/+45
2010-09-29[CIFS] Fix ordering of cleanup on module init failureGravatar Steve French 2-10/+9