aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-20[CIFS] Add support for legacy servers part eight. Write fixes for WindowsSteve French4-31/+66
2005-09-18[CIFS] Add support for legacy servers part seven. Fix open for write,Steve French2-4/+21
2005-09-15[CIFS] Add support for legacy servers part six. Fix read syntax soSteve French1-0/+7
2005-09-15[CIFS] Fix readdir caching when unlink removes file in current searchSteve French3-6/+38
2005-09-15[CIFS] Fix compiler warningsSteve French4-5/+6
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-07[PATCH] fs: convert kcalloc to kzallocPekka Enberg1-41/+41
2005-09-07[PATCH] cifs_create() fixMiklos Szeredi1-14/+13
2005-09-06[CIFS] Update cifs TODO list with additional new features thatSteve French1-17/+31
2005-08-31[CIFS] Add support for legacy servers part 5Steve French5-137/+39
2005-08-30[CIFS] Add support for legacy servers part 4Steve French3-23/+72
2005-08-30[CIFS] Add nolock synonym (ala nfs) for nobrl to disable sending byte rangeSteve French1-1/+2
2005-08-30[CIFS] Add support for suspendSteve French3-1/+8
2005-08-30Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-1/+1
2005-08-30[CIFS] Remove cifs_sb argument from *build_path_from_dentrySteve French8-29/+29
2005-08-26[PATCH] Fix oops in fs/locks.c on close of file with pending locksSteve French1-1/+1
2005-08-24[CIFS] Support for legacy servers part 3 - Add support for Open and mostSteve French5-2/+330
2005-08-24[CIFS] Use file instead of dentry in cifs dir_notify structSteve French1-1/+1
2005-08-24[CIFS] Change notify support part 3Steve French4-8/+12
2005-08-24[CIFS] Missing line from previous patchSteve French1-0/+1
2005-08-24[CIFS] Change notify support part 2Steve French3-0/+34
2005-08-24[CIFS] Update thanks/contributor list with Miklos SzerediSteve French1-0/+4
2005-08-24CIFS: Fix typos in fs/cifs/CHANGESSteve French1-8/+8
2005-08-24CIFS: Reduce CONFIG_CIFS_STATS ifdefsSteve French4-96/+58
2005-08-23[CIFS] Support for mounting to older servers part 2. Add support forSteve French6-3/+96
2005-08-22[CIFS] Support for mounting to older, pre-CIFS servers added. ThisSteve French3-12/+58
2005-08-22[CIFS] Finish up of case-insensitive dentry handling for cifs. ThisSteve French5-6/+64
2005-08-20[CIFS] Make CIFS statistics more accurate and add some stats that wereSteve French5-55/+91
2005-08-20Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2-5/+5
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds2-5/+5
2005-08-19[CIFS] Finish cifs mount option which requests case insensitive pathSteve French4-6/+13
2005-08-18[CIFS] Add mount option for disabling sending byte range lock requestsSteve French7-8/+39
2005-08-18[CIFS] Change Notify support part 1 - add dnotify thread for processingSteve French1-3/+29
2005-08-18[CIFS] rmmod cifs can oops if done soon after the last cifs unmountSteve French2-8/+19
2005-08-17[CIFS] Ensure that cifs multiplex ids do not collide.Steve French6-29/+113
2005-08-17[CIFS] Missing ; from previous fix. Pointed out by Shaggy.Steve French1-1/+1
2005-08-14[PATCH] CIFS: Fix path name conversion for long filenamesSteve French2-0/+7
2005-08-14[PATCH] CIFS: Fix missing entries in search resultsSteve French1-0/+3
2005-08-13[CIFS] Add missing check for path name allocation failure. Remove fourSteve French2-16/+14
2005-08-02[CIFS] Fix missing entries in search results when very long file names andSteve French1-0/+3
2005-07-21[CIFS] Add compat with SFU (part 2)Steve French5-7/+64
2005-07-14[CIFS] Fix path name conversion for long filenames when mapchars mountSteve French2-0/+7
2005-07-14[CIFS] Add compat with SFU (part 1)Steve French3-1/+19
2005-06-23[CIFS] Performance improvement, finish up adding CIFSSMBWrite2Steve French4-9/+16
2005-06-23[CIFS] Fix typo in POSIX SetFSInfo callSteve French3-3/+3
2005-06-22Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.gitSteve French13-40/+207
2005-06-22[CIFS] POSIX extensions, SetFSInfo addedJeremy Allison13-33/+182
2005-06-22[CIFS] Add stats for findfirst, findnext, findcloseSteve French3-7/+25
2005-06-13Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.gitSteve French2-1/+4
2005-06-13[CIFS] CIFS writepage improvements - eliminate double copySteve French4-76/+231