]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
This commit was generated by cvs2svn to compensate for changes in r52279,
[FreeBSD/FreeBSD.git] / sys / fs /
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-14 bpUnder some condition vnode can reference itself.
1999-10-14 bpIsolate old constant NCP_VOLNAME_LEN.
1999-10-12 bpRemove unnessary includes.
1999-10-12 obrienThis commit was generated by cvs2svn to compensate...
1999-10-11 phkremove unused #includes
1999-10-08 phkAdd a couple of strategic KASSERTs
1999-10-08 phkAdd back sysctl vfs.enable_userblk_io
1999-10-07 bpPut back cn_namelen initialization. Removed by phk...
1999-10-04 phkWarn once per driver about dev_t's not registered with...
1999-10-04 phkMove the buffered read/write code out of spec_{read...
1999-10-04 obrienThis commit was generated by cvs2svn to compensate...
1999-10-04 obrienThis commit was generated by cvs2svn to compensate...
1999-10-03 phkBefore we start to mess with the VFS name-cache clean...
1999-10-03 obrienThis commit was generated by cvs2svn to compensate...
1999-10-02 obrienThis commit was generated by cvs2svn to compensate...
1999-10-02 bpImport kernel part of ncplib: netncp and nwfs
1999-10-02 obrienThis commit was generated by cvs2svn to compensate...
1999-09-30 phkRemove the D_NOCLUSTER[RW] options which were added...
1999-09-29 phkRemove v_maxio from struct vnode.
1999-09-29 marcelsigset_t change (part 2 of 5)
1999-09-28 dillon Make sure file after VOP_OPEN is VMIO'd when transf...
1999-09-27 sheldonhThis commit was generated by cvs2svn to compensate...
1999-09-26 dillon This is a major fixup of unionfs. At least 30...
1999-09-25 phkRemove a warning check which was too general.
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-25 phkThis patch clears the way for removing a number of...
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-22 phkKill the cdevsw->d_maxio field.
1999-09-20 dillon More removals of vnode->v_lastr, replaced by preexi...
1999-09-20 dillon Fix handling of a device EOF that occurs in the...
1999-09-20 phkStep one of replacing devsw->d_maxio with si_bsize_max.
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-17 dillon Add vfs.enable_userblk_io sysctl to control whether...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-07 alfredAll unimplemented VFS ops now have entries in kern...
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-04 bdeGet rid of the NULLFS_DIAGNOSTIC option. This option...
1999-09-04 bdeFixed the previous change. Some more code controlled...
1999-09-03 julianPrint out the device name when there is an uninitialise...
1999-09-03 julianAdd a catchall to set default blocksize values for...
1999-09-03 julianRevert a bunch of contraversial changes by PHK. After
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 phkFix the sense of the vn_isdisk() check.
1999-08-31 phkSet the buffersize for non BSDFFS labeled partitions to
1999-08-31 phkMake buffered acces to bdevs from userland controllable...
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-30 bdeConverted the silly SAFTEY option into a new-style...
1999-08-29 bdeChanged old-style option UNION_DIAGNOSTIC to DEBUG...
1999-08-29 bdeChanged old-style options UMAPFS_DIAGNOSTIC and UMAP_DI...
1999-08-28 phkFix various trivial warnings from LINT
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-26 phkSimplify the handling of VCHR and VBLK vnodes using...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-25 phkIntroduce vn_isdisk(struct vnode *vp) function, and...
1999-08-25 julianFix comment to match reality..
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 bdeInitialise fsids with (user) device numbers again....
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-19 marcelLet processes retrieve their argv through procfs. Rever...
1999-08-17 alcAdd the (inline) function vm_page_undirty for clearing...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
1999-08-13 phkAdd support for device drivers which want to track...
1999-08-13 phkDon't examine vp->v_tag (see comment in vnode.h)
1999-08-13 phkRemove spec_getattr(), which as far as I can tell can...
1999-08-13 phkThe bdevsw() and cdevsw() are now identical, so kill...
1999-08-13 phks/v_specinfo/v_rdev/
1999-08-08 phkDecommision miscfs/specfs/specdev.h. Most of it goes...
1999-08-08 bdeFixed printf format errors (%qu -> %llu; the arg was...
1999-08-08 bdeFixed all printf format errors reported by gcc -Wformat...
1999-08-02 rvbThe dev returned here is what is found in the st_dev...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-25 bdeDon't set DE_ACCESS for unsuccessful reads.
1999-07-21 phkRemove the RCS "Log" and all the verbiage it has generated.
1999-07-20 phkNow a dev_t is a pointer to struct specinfo which is...
1999-07-20 phkDon't access the device with vp->v_specinfo->si_rdev...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-17 phkI have not one single time remembered the name of this...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-09 phkAllow jailed proccesses to open non-process vnodes...
1999-07-09 peterUse %q rather than rolling a custom routine.
1999-07-09 jlemonSupport for i386 hardware breakpoints.
1999-07-09 jlemonImplement support for hardware debug registers on the...
1999-07-02 phkMake sure that stat(2) and friends always return a...
1999-07-01 petermove <sys/systm.h> before <sys/buf.h>
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-16 mckusickAdd a vnode argument to VOP_BWRITE to get rid of the...
1999-06-13 phkEliminate the bogus procfs private almost struct dirent...
next