<119> Section 3.2.4.1.4: Windows-based clients will compound certain related requests to improve performance, by combining a Create with another operation, such as an attribute query. <120> Section 3.2.4.1.5: Windows 7 and Windows Server 2008 R2 SMB2 clients set CreditCharge to 1 for IO...
<119> Section 3.2.4.1.4: Windows-based clients will compound certain related requests to improve performance, by combining a Create with another operation, such as an attribute query. <120> Section 3.2.4.1.5: Windows 7 and Windows Server 2008 R2 SMB2 clients set CreditCharge to 1 for IOCTL...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
X86_3d2508b9202025bda4bb11a69300cc86_31bf3856ad364e35_6.0.6000.21230_none_2f119e6f5871bdbf.manifest File version Not Applicable File size 1,043 Date (UTC) 24-Feb-2010 Time (UTC) 15:00 Platform Not Applicable File name X86_3d9f814b3bea01b8e2aa4c0b92ba9e13_31bf3...
1.安装centos时在防火墙中开启文件共享服务,并选择安装文件共享服务器 2.启动 Samba 服务。 # chkconfig smb on ← 设置 Samba 自启动 # service smb start ← 启动Samba服务 Starting SMB services: [ OK ] Starting NMB services: [ OK ] # smbpasswd -a root ← 将系统用户 root 加入到 Samba 用户数据...
1>一部分是 [global] ,即全局配置选项,其用于说明samba服务器的一些基本属性。也可以将局部的放置到全局,其有些选项也可以写到 [自定义共享] 中,被其他 [自定义共享] 中的选项定义覆盖。比如我们在全局中配置了 deadtime = 10,作用为10分钟强制断线,我们在 [自定义共享] 的局部配置了 deadtime = 20,那么...
3.2.1 此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。原始仓库: https://github.com/namjaejeon/cifsd 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 项目仓库所选许可证以仓库主分支所使用许可证为准 克隆/下载 克隆/下载 HTTPS SSH SVN SVN+SSH 下载ZIP 该...
119. 120. 121. 122. 123. 124. 125. 126. 127. 128. 129. 130. 131. 132. 133. 134. 135. 136. 137. 138. 139. 140. 141. 142. 143. 144. 145. 146. 147. 148. 149. 150. 151. 152. 153. 154. 155. 156. 157.
>in_flight--; 115 spin_unlock(&server->req_lock); 116 wake_up(&server->request_q); 117} 118 119static void 120cifs_set_credits(struct TCP_Server_Info *server, const int val) 121{ 122 spin_lock(&server->req_lock); 123 server->credits = val; 124 server->oplocks = val > 1 ?