aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Correct a bug in the handling of backslash characters in smbfs which canColin Percival2006-05-311-1/+8
* MFC: Fix problems that occurred when a file was removed and a directoryTim J. Robbins2004-02-263-1/+42
* MFC rev. 1.12: Fix an inverted test for NOPEN in the unusedTim J. Robbins2004-01-281-1/+1
* Bring in all of the smbfs features and bug fixes from -current to -stable:Tim J. Robbins2004-01-108-114/+346
* MFC rev. 1.33: Do not call smbfs_attr_cacheremove() in the EXDEV case inTim J. Robbins2003-04-041-5/+9
* MFC rev. 1.30: Add missing permission checks to the smbfs VOP_SETATTRTim J. Robbins2003-02-071-0/+5
* MFC: Store a reference to the parent directory's vnode instead of itsTim J. Robbins2003-01-178-13/+32
* MFC:Boris Popov2002-04-301-0/+6
* MFC: Check write permissions before create anything.Boris Popov2002-04-221-0/+3
* Make HPFS use vop_defaultop instead of wrong hpfs_bypass(). This makes HPFSSemen Ustimenko2002-01-151-14/+2
* MFC the following:Matthew Dillon2001-12-252-2/+2
* MFC rev 1.15: correct previous deltaSheldon Hearn2001-12-201-2/+3
* MFC rev 1.14: silence harmless "smbfs_closel: Negative opencount"Sheldon Hearn2001-12-201-1/+1
* MFC rev 1.5: add module dependency on libmchainSheldon Hearn2001-12-201-0/+2
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-2/+2
* MFC: return proper value for maximum file name length.Boris Popov2001-09-031-1/+1
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-262-16/+3
* MFC: Add SMB/CIFS protocol and smbfs file system.Boris Popov2001-05-226-84/+74
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-201-0/+500
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-133-0/+2401
* MFC: VOP_ABORTOP has gone long time ago... Remove hpfs_abortop so peopleSemen Ustimenko2001-05-041-2/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-175-0/+1991
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-13106-42701/+0
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-274-70/+61
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-192-3/+3
* Check if module was compiled without SMP support and running onBoris Popov2000-01-151-0/+9
* Add VT_NWFS tag.Boris Popov2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-144-0/+28
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofBruce Evans2000-01-141-1/+1
* remove check now done in vn_isdisk().Poul-Henning Kamp2000-01-101-4/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-105-15/+12
* Treat negative uio_offset value as eof (idea by: bde).Boris Popov2000-01-081-8/+11
* Return ENXIO if there is no device.Poul-Henning Kamp2000-01-021-1/+5
* Fix the mess with signed/unsigned longs and ints (inspired by bde).Boris Popov2000-01-021-18/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2915-31/+31
* Avoid to write garbage if uiomove fails.Boris Popov1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesBoris Popov1999-12-281-3/+3
* It is possible that number of sectors specified in the BPBBoris Popov1999-12-282-6/+14
* Fix typo "," vs ";"Peter Wemm1999-12-271-1/+1
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-211-1/+1
* Include vm/vm_extern.h to get at prototypesEivind Eklund1999-12-201-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-1912-5/+55
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-1516-219/+45
* Fix pointer problem for the AlphaPeter Wemm1999-12-121-2/+2
* Bump local version number to 1.3.4.Boris Popov1999-12-121-1/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-116-14/+17
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatPeter Wemm1999-12-111-40/+0
* First version of HPFS stuff.Semen Ustimenko1999-12-0910-0/+4993
* Remove unused #includes.Poul-Henning Kamp1999-12-089-13/+0
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-071-0/+30