summaryrefslogtreecommitdiff
path: root/sys/kern/spec_vnops.c
AgeCommit message (Expand)Author
2009-08-13- remove super-obvious comments from $fs_vnodeop_entries[]Jasper Lievisse Adriaanse
2009-06-25backout the buf_acquire() does the bremfree() since all callersThordur I. Bjornsson
2009-06-06All caller of buf_acquire were doing bremfree before the call.Artur Grabowski
2008-07-24remove a bunch of bogus ARGSUSEDThordur I. Bjornsson
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Buffer cache revampBob Beck
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
2008-05-03Introduce vop_generic_bmap(); use it where applicable.Thordur I. Bjornsson
2008-04-14garbage collect the now unused spec_ebadf();Thordur I. Bjornsson
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2007-12-27fifofs, deadfs and specfs all have the same "trivial lookup routine thatThordur I. Bjornsson
2007-06-18ansify/de-register.Jasper Lievisse Adriaanse
2007-06-02daddr_t -> daddr64_t for specfs. convert some variablesThordur I. Bjornsson
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-04-10remove duplicate check for uio_resid == 0 inThordur I. Bjornsson
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-11-29Correct the calculation of block address for specfs block i/o onKenneth R Westerback
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-07-12zap some unused variables.Thordur I. Bjornsson
2006-06-02Add a clonable devices implementation. Hacked along with thib@, inputPedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
2005-05-24better handling of disappearing devices, in spec_close(), don't try toPedro Martelletto
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-03-15Use buf_startConstantine Sapuntzakis
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
2001-02-23Remove the clustering fields from the vnodes and place them in theConstantine Sapuntzakis
1998-02-23Please GCC 2.8 -Wall + some KNFNiklas Hallqvist
1997-12-28I should be more careful about what I check in. Undo earlier commenting-outConstantine Sapuntzakis
1997-11-06Removed i386-specific crudConstantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-01-04spec_advlock() via lf_advlock()kstailey
1996-12-22make spec_advlock() perform indirect call to lf_advlock()kstailey
1996-12-05fix locking on devices to work on diskless workstationskstailey