summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_node.h
Commit message (Collapse)AuthorAgeFilesLines
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-1/+1
| | | | | | | | smbfs_close(). This fixes paging to and from mmap()'d regions of smbfs files after the descriptor has been closed, and makes thttpd, GNU ld, and perhaps more things work that depend on being able to do this. PR: 48291
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-3/+0
|
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-1/+1
| | | | | | not to the parent's smbnode, which may be freed during the lifetime of the child if the mount is forcibly unmounted. umount -f should now work properly (ie. not panic) on smbfs mounts.
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-181-0/+1
| | | | | | | | | | file servers fail to do it in the right way. New NFLUSHWIRE flag marks pending flush request(s). NB: not all cases covered by this commit. Obtained from: Darwin
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+100
Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
OpenPOWER on IntegriCloud