aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Move HPFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-293-33/+26
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-271-2/+0
* Use bufdone(), not biodone().Poul-Henning Kamp2004-08-081-2/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-11/+12
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-163-9/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-25/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-043-4/+4
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-6/+6
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberJeff Roberson2003-02-091-36/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-6/+6
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryPoul-Henning Kamp2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-3/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to aJohn Baldwin2002-11-071-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-143-3/+0
* Return ENOTTY when we don't recognize an ioctl.Poul-Henning Kamp2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-4/+7
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-3/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-2/+2
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-3/+6
* More s/file system/filesystem/gTom Rhodes2002-05-162-3/+3
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsPoul-Henning Kamp2002-05-031-2/+0
* Remove 3 instances of vm_zone.h inclusion.Poul-Henning Kamp2002-04-081-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-193-43/+41
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-175-27/+42
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-2/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongSemen Ustimenko2002-01-141-13/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-201-1/+1
* Replace 'p' with 'td' as appropriate.John Baldwin2001-11-272-25/+25
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.John Baldwin2001-11-274-20/+13
* Expand LOCKMGR() compat macro.John Baldwin2001-11-274-6/+6
* GC some KSE compatiblity macros that were somehow still here.John Baldwin2001-11-262-33/+23
* GC non-FreeBSD code that didn't work anyways.John Baldwin2001-11-263-324/+4
* Restore these files to being portable:John Baldwin2001-09-122-61/+73
* KSE Milestone 2Julian Elischer2001-09-124-62/+68
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):Peter Wemm2001-06-151-2/+2