aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2004-08-12[PATCH] Remove fcntl f_opMatthew Wilcox3-58/+4
2004-07-31[CIFS] Update readme and todo lists for cifs vfsSteve French2-30/+51
2004-07-30[CIFS] remove sparse pointer warningSteve French1-1/+1
2004-07-29[CIFS] fix smb return codeSteve French1-1/+2
2004-07-28[CIFS] Resize cifs request buffer mempools as tcp sessions are added to avoid...Steve French3-3/+26
2004-07-28[CIFS] xattr support for cifs filesystem part 5 of 5, add removexattr capabilitySteve French3-2/+50
2004-07-26[CIFS] xattr support part 4 add set EA supportSteve French4-12/+140
2004-07-26[CIFS] xattr support part 3 add query EA support to retrieve individual xattr...Steve French3-6/+255
2004-07-23[CIFS] xattr suport part 2: add listxattr supportSteve French4-13/+154
2004-07-18[CIFS] remove unneeded, unused prototypes. Suggested by Carl SpallettaSteve French3-31/+0
2004-07-18CIFS: Add missing mount option for optionally cifs perm checks when uids on s...Steve French7-18/+96
2004-07-15[PATCH] sparse: iovec cleanups - cifsAlexander Viro2-26/+19
2004-07-12Set DevMajor/DevMinor when querying info on remote char/block devicesSteve French3-1/+10
2004-07-12Set Type field when creating block/char/pipe e.g. via mknod. Steve French5-7/+29
2004-07-12fix the null pointer sparse warning al viros way (resolving potential merge c...Steve French1-1/+1
2004-07-12Merge bk://linux.bkbits.net/linux-2.5Steve French2-2/+2
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro2-2/+2
2004-07-11clean up NULL vs. 0 warnings generated by sparse toolSteve French7-27/+27
2004-07-06fix oops in build_wildcard_path_from_dentrySteve French3-11/+50
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-2/+0
2004-06-28merge /proc/fs/cifs/SimultaneousOps into /proc/fs/cifs/StatsSteve French2-18/+6
2004-06-28hash cifs inodesSteve French2-5/+8
2004-06-27Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French7-41/+38
2004-06-27Fix cifs xid transaction counts to be more consistent. Start using __set_page...Steve French7-41/+38
2004-06-27Merge bk://linux.bkbits.net/linux-2.5Steve French1-1/+2
2004-06-26[PATCH] cifs_setattr() retval fixAndrew Morton1-1/+2
2004-06-25Do not loop in cifsd demultiplex thread when someone sigkills it. Steve French5-35/+37
2004-06-19Do not kill cifsd thread until last smb session on tcp session isSteve French4-11/+23
2004-06-19Merge bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds9-63/+160
2004-06-18check better for free files on writepage retrySteve French1-7/+21
2004-06-18Do not send junk in bcc area of oplock break SMB Lock request, and always let...Steve French4-25/+37
2004-06-18Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French3-2/+21
2004-06-17Fix typo in name of CIFS Kconfig option and add rename statsSteve French3-2/+21
2004-06-17Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French3-19/+52
2004-06-16Fix /proc/fs/cifs/Stats to handle larger return data, and correct Kconfig ref...Steve French3-19/+52
2004-06-16fix throttle to limit number of requests to 50 on wire to server at one time.Steve French1-13/+20
2004-06-15Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French2-17/+80
2004-06-15Fix i_size corruption in case of overlapped readdir changing cached file size...Steve French2-17/+80
2004-06-14fix fealist struct (xattr support part 3)Steve French2-3/+16
2004-06-13fix listxattr error pathSteve French5-15/+22
2004-06-13do not filemap_fdatawrite when reconnecting in write to avoid potential deadlockSteve French2-14/+26
2004-06-13lock session when reconnecting so we do not oops in retrying sendmsgSteve French2-3/+23
2004-06-12remove compile warningSteve French1-1/+1
2004-06-12Extended Attributes part 1Steve French4-24/+132
2004-06-11Add missing EA info levelsSteve French1-0/+3
2004-06-11Handle rename of hardlinked files properly (treat as a noop)Steve French4-5/+39
2004-06-11flush write behind cached data, for files reopened after session reconnection...Steve French1-11/+20
2004-06-10Fix sparse tool compile warnings for cifsSteve French5-20/+20
2004-06-07handle partial page update of page in cache that is not uptodate better for t...Steve French1-5/+35
2004-06-07Make stats display more consistent - under /proc/fs/cifs/StatsSteve French2-34/+65
2004-06-07fix up whitespaceSteve French1-17/+17
2004-06-07Add 2 missing kmalloc failure checks during cifs mount timeSteve French2-0/+5
2004-06-07Fix race in updating tcpStatus fieldSteve French4-11/+46
2004-06-03whitespace and comment cleanupSteve French3-3/+2
2004-06-01Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French4-20/+107
2004-06-01Initial protocol definitions for cifs dirnotify (directory change notificatio...Steve French4-20/+107
2004-05-31Handle out of memory on allocating dentry or inode during filldirSteve French1-1/+11
2004-05-31Update cifs change log for cifs 1.17Steve French1-0/+6
2004-05-31Remove temporary debug messageSteve French1-1/+4
2004-05-31No matter what the blocksize, we are required to use fake blocksize of 512 wh...Steve French2-8/+25
2004-05-31cifs_prepare_write fixes to remove problem in which we were not populating pa...Steve French3-38/+79
2004-05-28Missing spin lock initSteve French1-0/+3
2004-05-27fix rc mapping on out of memory on mid alloc failure and cleanup dead codeSteve French3-17/+28
2004-05-27add additional cifs statsSteve French6-15/+73
2004-05-27Add support for cifs per-share statistics, and add corresponding make menucon...Steve French7-27/+58
2004-05-27Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French5-2/+48
2004-05-26Take rename sem (where we can do it safely) when building full paths. We don'...Steve French5-2/+48
2004-05-26missing init for new request_qSteve French1-0/+1
2004-05-26fix big endian conversion of file system attribute and device infoSteve French2-5/+21
2004-05-26Keep number of active (on the network at one time) requests (to a single cifs...Steve French3-11/+67
2004-05-25Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-2/+2
2004-05-25do not log errors on write failures unless debug is onSteve French1-2/+2
2004-05-24Retry build_path_from_dentry if parent path changes in flightSteve French1-1/+18
2004-05-24check for close pending and invalid file struct on writing out pageSteve French2-2/+16
2004-05-24Fix incorrect file size on handle based setattr (for big endian hardware)Steve French3-2/+7
2004-05-22fix oops in heavy stress test caused by lack of check for bad dentry being pa...Steve French2-2/+12
2004-05-21Check for kmalloc failure on building full pathSteve French6-35/+113
2004-05-19POSIX protocol extensions part 1Steve French2-44/+131
2004-05-18do not recurse into the filesystem allocating sk buffsSteve French1-1/+2
2004-05-17free mempool in correct orderSteve French1-1/+2
2004-05-17switch to mempools for cifs request buf and mid allocation to avoid deadlocks...Steve French5-11/+45
2004-05-14do not try to grab the i_sem ever during revalidate path since the rename cod...Steve French4-18/+48
2004-05-14Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French2-1/+9
2004-05-14Add missing mount parametersSteve French2-1/+9
2004-05-11Fix oops when smb buffer can not be allocatedSteve French2-2/+2
2004-05-10Update readme with new information on symlinks to SambaSteve French1-2/+14
2004-05-10Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-1/+1
2004-05-08Merge bk://linux.bkbits.net/linux-2.5Steve French8-10/+153
2004-05-08[NET]: Add sock_create_kern()James Morris1-2/+2
2004-05-07Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French5-7/+84
2004-05-07update readme for mode,uid,gid descriptionSteve French2-2/+22
2004-05-03fix truncated directory listings on large directories to Samba (when Unicode ...Steve French3-2/+8
2004-05-03Add smb copy functionSteve French2-5/+76
2004-05-02Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-1/+47
2004-05-02Add missing cifs protocol data unit definitionsSteve French1-1/+47
2004-05-02Update cifs change logSteve French2-1/+1
2004-05-02do not refresh mode (e.g. in revalidate) to windows serversSteve French2-11/+24
2004-05-01reduce excessive stack space usage in smb password hashingSteve French2-15/+46
2004-05-01even if O_CREAT specified do not reset mode when file not actually created Steve French8-49/+59
2004-05-01fix ppc64 build problem due to missing headerSteve French2-6/+26
2004-05-01Merge bk://linux.bkbits.net/linux-2.5Steve French1-1/+2
2004-04-28[PATCH] cifssmb.c warning fixAndrew Morton1-1/+2
2004-04-27fix double entry typoSteve French1-1/+1
2004-04-27fixes for socket retry and error handling of misc. error pathsSteve French5-47/+62
2004-04-26Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French2-2/+3
2004-04-26do not block (writing back to the filesystem potentially) while allocating sm...Steve French2-2/+3
2004-04-26rfc1001 session init name parsing fixSteve French1-17/+48
2004-04-26update rfc1001 handlingSteve French5-8/+32
2004-04-26fix memory allocation of rfc1002 sess init structSteve French1-1/+1
2004-04-26Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French3-5/+18
2004-04-26Flush writebehind before invalidate in file open pathSteve French3-5/+18
2004-04-25Remove unneeded debug statementSteve French1-1/+0
2004-04-25Fix port 139 connections to Windows 2K adding missing RFC1002 session_initSteve French4-14/+82
2004-04-22do not allow routine user signals to kill SendReceive wait for response (whic...Steve French1-5/+12
2004-04-22fix timeout on close operation when pending signalSteve French5-10/+25
2004-04-22fix error code mapping on bad hostSteve French1-8/+11
2004-04-22proper rc on host downSteve French1-3/+9
2004-04-22Update change log for 1.10 cifs vfsSteve French1-0/+6
2004-04-22exit from waiting on smb response when session deadSteve French2-8/+8
2004-04-22resolve merge conflictSteve French2-7/+86
2004-04-22RFC1002 fixupSteve French2-9/+87
2004-04-21Retry 2nd time after failure on correct portSteve French1-5/+33
2004-04-20Do not cache inode metadata when cache time set to 0 (fix hardlink count cach...Steve French2-3/+7
2004-04-19Add in cifs fcntl handling to fix remote dnotify problemSteve French5-2/+111
2004-04-19Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-1/+1
2004-04-19Remove "badness in remove_proc_entry" warning logged on module unload of cifsSteve French1-1/+1
2004-04-16Merge bk://linux.bkbits.net/linux-2.5Steve French1-0/+7
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+7
2004-04-16Remove 64 bit compiler warningSteve French1-2/+2
2004-04-15check permission locally for servers that do not support the CIFS Unix Extens...Steve French3-3/+25
2004-04-15Fix major page leak in read code caused by extra page_cache_get callSteve French4-17/+39
2004-04-14free cifs read buffer on retrySteve French1-0/+6
2004-04-14Fix misc. minor memory leaks in error pathsSteve French7-58/+109
2004-04-13fix merge problem with 2.6.5 (rename of page struct field list to lru)Steve French1-2/+2
2004-04-13Resolve merge conflict due to list to lru field renaming in page structSteve French1-9/+9
2004-04-11[PATCH] stop using page.list in readaheadAndrew Morton1-7/+9
2004-04-11[PATCH] make the pagecache lock irq-safe.Andrew Morton1-9/+1
2004-04-06Fix 20 second hang on some deletes of reopened file due to semaphore conflict...Steve French4-25/+23
2004-04-05Send NTCreateX with ATTR_POSIX if Linux/Unix extensions negotiatedSteve French2-2/+15
2004-04-02Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-1/+1
2004-04-02Invalidate readahead data properly when file closed, but other client changed...Steve French2-4/+28
2004-04-01Merge bk://linux.bkbits.net/linux-2.5Steve French1-1/+1
2004-04-01Add missing description about how to specify credentials fileSteve French1-2/+20
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-26clean up compiler warningsSteve French3-10/+10
2004-03-25fixes for fsx truncate/readahead/writebehind bugSteve French7-157/+179
2004-03-19Merge bk://linux.bkbits.net/linux-2.5Steve French1-0/+1
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-02-19use safer i_size_write mechanism to update i_sizeSteve French3-35/+16
2004-02-19fix caching data integrity problemSteve French3-39/+28
2004-02-17Merge bk://linux.bkbits.net/linux-2.5Steve French1-1/+1
2004-02-17Fix the exec, suid, dev mount parms to not log warnings when specifiedSteve French1-9/+13
2004-02-16[PATCH] cifs: kunmap_atomic() takes a kernel addressAndrew Morton1-1/+1
2004-02-16fix problem with inode revalidation and cache page invalidationSteve French6-16/+66
2004-02-09allow nosuid mountsSteve French1-0/+9
2004-02-09improve resume key resetting logic when filldir returns error and filename is...Steve French1-24/+20
2004-02-07Spurious white space and duplicated line cleanupSteve French1-4/+0
2004-02-06ipv6 enablement for cifs vfs fixesSteve French1-12/+14
2004-02-06reset searches properly when filldir failsSteve French4-8/+31
2004-02-06fix problem not connecting to server when port not specified explicitly and p...Steve French3-41/+89
2004-02-03remove spurious debug messagesSteve French1-4/+2
2004-02-02fix remoting caching part 2Steve French2-11/+12
2004-01-30Relax requested CIFS permissions on open to simply request GENERIC_READ and G...Steve French2-7/+19
2004-01-29Fix caching problem with multiply open files from different clientsSteve French4-14/+56
2004-01-26finish off mount parm sep overrideSteve French1-5/+18
2004-01-23finish handling commas in passwordsSteve French1-10/+7
2004-01-22Allow null password string pointer and passwords longer than 16 bytesSteve French6-35/+92
2004-01-20Check return on failed dentry allocation. Suggested by Randy DunlapSteve French1-0/+5
2004-01-08Fix global kernel name space pollutionSteve French11-333/+238
2004-01-07fix failed mounts to win98 part IISteve French1-1/+1
2004-01-06gracefully exit on failed mounts to win98 (which closes tcp session rather th...Steve French4-17/+36
2004-01-05fix cifs readmeSteve French1-3/+8
2003-12-10set byte range locktimeouts properlySteve French1-4/+6
2003-12-07Fix an incorrect mapping of open flags to cifs open disposition. Fix blockin...Steve French4-59/+81
2003-12-05allow disabling cifs Linux extensions via procSteve French3-15/+28
2003-12-04Fix check of filldir return code during readdir to avoid incomplete search re...Steve French4-32/+156
2003-12-01fix double incrementing of transaction counterSteve French1-9/+0
2003-12-01invalidate cached pages when last local instance closed so we doSteve French2-5/+7
2003-12-01Oops on reopen files when dentry already freedSteve French1-3/+3
2003-11-26invalidate locally cached pages when server breaks oplock. Do not loop recon...Steve French3-3/+22
2003-11-25rcvtimeout set improperly for some cifs serversSteve French2-14/+15
2003-11-21missing message on timed out requestsSteve French1-2/+3
2003-11-20Avoid smb data corruption under heavy stressSteve French5-3/+15
2003-11-18Fix oops in mount error path when unload_nls called with bad pointer.Steve French2-0/+8
2003-11-19Do not grab i_sem (already taken in filemap.c across commit write calls) duri...Steve French2-6/+7
2003-11-18Missing soft vs. hard retry mount optionSteve French3-10/+42
2003-11-16Fix compile errorSteve French1-2/+4
2003-11-14correct retry on remaining handles based callsSteve French7-21/+90
2003-11-12finish off move from reopening all files on reconnection (which takes too lon...Steve French4-178/+169
2003-11-11have to reconnect open files safely, one at a time, as neededSteve French6-57/+122
2003-11-09fix endian bug in lockingX and add retry on EAGAINSteve French4-29/+161
2003-11-04move bad smb session retry to correct location, up one level in cifs vfs codeSteve French1-39/+39
2003-11-03Do not return buffer if request has already timed out.Steve French2-8/+20
2003-11-03Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French5-9/+37
2003-11-03fix to not retime out the same session twice since it can invalidate the newl...Steve French5-9/+37
2003-11-02Fix EIO caused by network timeouts on changing file size. Steve French1-26/+68
2003-11-02fix oops in send_sig on unmount of cifs vfs due to sending signal to demultip...Steve French3-6/+27
2003-10-30Fix invalid dentry when race in mkdir between two clientsSteve French2-1/+3
2003-10-28Fix problem reconnecting additional mounts to the same server afterSteve French2-2/+4
2003-10-27Can not mount from cifs vfs client built with gcc 3.3.1 due to compiler optim...Steve French5-208/+111