summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-08-202-5/+5
| |\ \
| * | | [CIFS] Finish cifs mount option which requests case insensitive pathSteve French2005-08-194-6/+13
| * | | [CIFS] Add mount option for disabling sending byte range lock requestsSteve French2005-08-187-8/+39
| * | | [CIFS] Change Notify support part 1 - add dnotify thread for processingSteve French2005-08-181-3/+29
| * | | [CIFS] rmmod cifs can oops if done soon after the last cifs unmountSteve French2005-08-182-8/+19
| * | | [CIFS] Ensure that cifs multiplex ids do not collide.Steve French2005-08-176-29/+113
| * | | [CIFS] Missing ; from previous fix. Pointed out by Shaggy.Steve French2005-08-171-1/+1
| * | | [CIFS] Add missing check for path name allocation failure. Remove fourSteve French2005-08-132-16/+14
| * | | [CIFS] Fix missing entries in search results when very long file names andSteve French2005-08-021-0/+3
| * | | [CIFS] Add compat with SFU (part 2)Steve French2005-07-215-7/+64
| * | | [CIFS] Fix path name conversion for long filenames when mapchars mountSteve French2005-07-142-0/+7
| * | | [CIFS] Add compat with SFU (part 1)Steve French2005-07-143-1/+19
| * | | [CIFS] Performance improvement, finish up adding CIFSSMBWrite2Steve French2005-06-234-9/+16
| * | | [CIFS] Fix typo in POSIX SetFSInfo callSteve French2005-06-233-3/+3
| * | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6...Steve French2005-06-2213-40/+207
| |\ \ \
| | * | | [CIFS] POSIX extensions, SetFSInfo addedJeremy Allison2005-06-2213-33/+182
| | * | | [CIFS] Add stats for findfirst, findnext, findcloseSteve French2005-06-223-7/+25
| * | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6...Steve French2005-06-132-1/+4
| |\ \ \ \ | | |/ / /
| * | | | [CIFS] CIFS writepage improvements - eliminate double copySteve French2005-06-134-76/+231
| * | | | [CIFS] fs/cifs/netmisc.c: fix sparse warningAlexey Dobriyan2005-06-021-3/+1
* | | | | [PATCH] cifs: Add support for suspendSteve French2005-09-232-0/+4
* | | | | [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-4/+2
* | | | | [PATCH] fs: convert kcalloc to kzallocPekka Enberg2005-09-071-41/+41
* | | | | [PATCH] cifs_create() fixMiklos Szeredi2005-09-071-14/+13
| |_|_|/ |/| | |
* | | | [PATCH] Fix oops in fs/locks.c on close of file with pending locksSteve French2005-08-261-1/+1
| |_|/ |/| |
* | | Fix nasty ncpfs symlink handling bug.Linus Torvalds2005-08-192-5/+5
* | | [PATCH] CIFS: Fix path name conversion for long filenamesSteve French2005-08-142-0/+7
* | | [PATCH] CIFS: Fix missing entries in search resultsSteve French2005-08-141-0/+3
| |/ |/|
* | [CIFS] Fix cifs update of page cache. Write at correct offset when out of memorySteve French2005-06-092-1/+4
|/
* [CIFS] Update cifs version number and fix whitespaceSteve French2005-06-022-18/+18
* [CIFS] fix casts of unicode strings to match function definitionSteve French2005-05-172-29/+29
* [CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...Steve French2005-05-172-10/+17
* [CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2005-05-172-2/+3
* [PATCH] remove BK documentationAdrian Bunk2005-05-051-3/+3
* [PATCH] cifs: Update cifs todo listSteve French2005-04-301-2/+10
* [PATCH] cifs: append \* properly on ASCII serversSteve French2005-04-302-3/+7
* [PATCH] cifs: Do not sleep interruptible after socket connect failureSteve French2005-04-282-7/+11
* [PATCH] cifs: Do not init smb requests or block when sending requestsSteve French2005-04-285-7/+53
* [PATCH] cifs: handle termination of cifs oplockd kernel threadSteve French2005-04-284-15/+23
* [PATCH] cifs: Fix mapping of EMLINK caseSteve French2005-04-284-2/+11
* [PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (p...Steve French2005-04-283-20/+23
* [PATCH] cifs: cleanup various long linesSteve French2005-04-281-9/+13
* [PATCH] cifs: Handle multiple response transact2 part 1 of 2Steve French2005-04-282-104/+246
* [PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lo...Steve French2005-04-282-149/+154
* [PATCH] cifs: missing semicolon from previous fixSteve French2005-04-281-1/+1
* [PATCH] cifs: Better handle errors on second socket recv message callSteve French2005-04-282-7/+27
* [PATCH] cifs: improve check for search entry going beyond end of SMB transactSteve French2005-04-284-68/+102
* [PATCH] cifs: Fix caching problemSteve French2005-04-285-25/+83
* [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in ses...Steve French2005-04-282-59/+80
* [PATCH] cifs: Missing initialization for largeBuf flag left out of previous c...Steve French2005-04-283-2/+27
OpenPOWER on IntegriCloud