]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
This commit was generated by cvs2svn to compensate for changes in r52744,
[FreeBSD/FreeBSD.git] / sys / ufs /
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-11-01 obrienThis commit was generated by cvs2svn to compensate...
1999-10-30 dillon Add sysctl debug.dircheck to allow directory sanity...
1999-10-29 phkuseracc() the prequel:
1999-10-20 billfThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-16 obrienThis commit was generated by cvs2svn to compensate...
1999-10-12 obrienThis commit was generated by cvs2svn to compensate...
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 obrienThis commit was generated by cvs2svn to compensate...
1999-10-02 obrienThis commit was generated by cvs2svn to compensate...
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-27 sheldonhThis commit was generated by cvs2svn to compensate...
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-20 dillon More removals of vnode->v_lastr, replaced by preexi...
1999-09-20 phkFix a harmless bug I introduced, simplify a bit more...
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-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
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-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-28 phkremove unused variables.
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peter$Id$ -> $FreeBSD$
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-24 phkInitialize the si_bsize fields for the MFS bogodevices.
1999-08-24 sheldonhFix bug introduced in rev 1.28, which causes kernel...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-22 jdpSupport full-precision file timestamps. Until now...
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 phkMove the special-casing of stat(2)->st_blksize for...
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-01 alcMove the memory access behavior information provided...
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 bdeFixed access timestamp bugs:
1999-07-20 phkNow a dev_t is a pointer to struct specinfo which is...
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-13 mckusickCreate the macro DOINGASYNC to check whether the MNT_AS...
1999-07-11 phkUse the fsid from the superblock, unless it looks bogus...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-08 mckusickThese changes appear to give us benefits with both...
1999-07-07 robertoAdd $Id$
1999-07-03 jdpUpdate pathnames for new location of soft-updates sources.
1999-06-29 mckusickNo longer need to set B_ASYNC flag since BUF_KERNPROC now
1999-06-27 peterKeep the inlines for <sys/buf.h> happy..
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-18 mckusickOn our final pass through ffs_fsync, do all I/O synchro...
1999-06-16 mckusickAdd a vnode argument to VOP_BWRITE to get rid of the...
1999-06-15 mckusickGet rid of the global variable rushjob and replace...
1999-05-31 phkSimplify cdevsw registration.
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-24 jb- Back out Luoqi's cdevsw stuff. It panics on my system...
1999-05-22 julianCosmetic changes to make it compile without errors...
1999-05-14 luoqiLegally acquire a major number for mfs.
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 mckusickAdd a hook to ffs_fsync to allow soft updates to get...
1999-05-12 peterTry and fix a dev_t/major/minor etc nit.
1999-05-11 phkDivorce "dev_t" from the "major|minor" bitmap, which...
1999-05-11 bdeFixed disordering in previous 2 commits.
1999-05-10 peterMove the mfs_getimage() prototype to mfs_extern.h dupli...
1999-05-09 mckusickPut back changes that might be causing trouble on Alpha.
1999-05-08 phkI got tired of seeing all the cdevsw[major(foo)] all...
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-07 mckusickWhitespace cleanup.
next