summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace in vop_vector{} initializations.phk2005-01-131-22/+22
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-31/+23
* hpfs_lookup() should have a vop_cachedlookup_t prototype an correspondingphk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-19/+19
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Move HPFS to GEOM backing instead of DEVFS.phk2004-10-291-2/+3
* Eliminate unnecessary KASSERTs.phk2004-10-271-2/+0
* Use bufdone(), not biodone().phk2004-08-081-2/+2
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-36/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* Return ENOTTY when we don't recognize an ioctl.phk2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-4/+7
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-3/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+5
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsphk2002-05-031-2/+0
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-081-1/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-21/+21
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-14/+12
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+6
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongsemenu2002-01-141-13/+1
* Replace 'p' with 'td' as appropriate.jhb2001-11-271-4/+4
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-7/+7
* GC some KSE compatiblity macros that were somehow still here.jhb2001-11-261-21/+16
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-111/+1
* Restore these files to being portable:jhb2001-09-121-19/+29
* KSE Milestone 2julian2001-09-121-21/+21
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):peter2001-06-151-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-19/+2
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.phk2001-04-301-6/+6
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+2
* The lock being destroyed was misnamed, not unused. Add the lockdestroy()jhb2001-01-241-0/+2
* - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdefjhb2001-01-231-4/+2
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
OpenPOWER on IntegriCloud