]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
MFp4: Delay a second or two after the upload before printing Done.
[FreeBSD/FreeBSD.git] / sys / geom /
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-02 pjdSoftc may be NULL in g_journal_orphan(), so don't be...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-02 pjdFix ia64 build breakage.
2006-11-02 pjd- Use g_duplicate_bio() instead of g_clone_bio(), so...
2006-11-02 pjdI want CPU number here.
2006-11-02 pjdGrr, fix one more build breakage.
2006-11-01 pjdNow, that we have gjournal in the tree add possibility...
2006-11-01 pjdChange spaces to tabs where needed.
2006-11-01 pjdSkip disabled CPU, because after we sched_bind() to...
2006-11-01 pjdForgot to remove this line.
2006-11-01 pjdAdd BIO_FLUSH support to GSHSEC class.
2006-11-01 pjdAdd BIO_FLUSH support to GPT class.
2006-11-01 pjdUpdate the code to the current sync(2) version:
2006-11-01 pjdRemove debugging code I accidentally committed.
2006-10-31 pjdAdd gjournal GEOM class (kernel side), which implements...
2006-10-31 pjdImplement BIO_FLUSH handling by simply passing it down...
2006-10-31 pjdAdd a new disk flag - DISKFLAG_CANFLUSHCACHE, which...
2006-10-31 pjdAdd a new I/O request - BIO_FLUSH, which basically...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-10 pjdGuard against invalid metadata.
2006-10-06 ruA GEOM cache can speed up read performance by sending...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-30 pjdOne more white space fix.
2006-09-30 pjdRemove trailing spaces.
2006-09-30 pjdRemove trailing spaces.
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-16 pjdFix detecting of UFS1 label when mediasize%fragsize...
2006-09-16 pjdAdd 'configure' subcommand which for now only allows...
2006-09-16 pjdAdd __printflike() to gctl_error().
2006-09-16 pjdSmall fixes after adding __printflike() to gctl_error().
2006-09-16 pjdRemove extra arguments.
2006-09-15 pjdAdd 'show geom [addr]' ddb(4) command, which prints...
2006-09-13 pjdFix synchronization in gmirror and graid3 which I broke...
2006-09-10 pjdDelay an orphan event if provider has still in-flight...
2006-09-09 jmgmove created/detected/activated under debug level 1...
2006-09-08 pjdFix format character.
2006-09-08 pjdBump copyright year.
2006-09-08 pjdUse __FBSDID in .c files.
2006-09-08 pjd- Split failure probability configuration into read...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-05 pjdFix problems with destroy and forcible destroy function...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 impwhile (0); -> while (0) in multi-line macros
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-12 pjdHandle MSDOS file systems properly. Before the change...
2006-08-12 pjdVerify if a label doesn't point to the parent directory.
2006-08-11 pjdBefore using byte offset for IV creation, covert it...
2006-08-11 pjdForgot to bump version number after G_ELI_FLAG_READONLY...
2006-08-09 marcelStrengthen the check for a PMBR:
2006-08-09 pjdAllow geli to operate on read-only providers.
2006-08-09 pjdNot only a request from us can be passed to g_{mirror...
2006-08-08 marcelFix a phase-ordering bug: check the mediasize and secto...
2006-08-04 yarCommit the results of the typo hunt by Darren Pilgrim.
2006-08-01 pjdDon't use f-word in comments. We are gentlemans.
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-27 yarFix what looks like a typo: MODULE_DEPEND() takes modul...
2006-07-22 pjdDon't forget to initialize crp_olen field, which is...
2006-07-13 pjdAlways allow to specify components with /dev/ prefix.
2006-07-12 pjdOnly check if we're freeing a valid object if we hold...
2006-07-10 pjdUse proper defines instead of magic values.
2006-07-09 pjdWhen kern.geom.raid3.use_malloc tunnable is set to...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-07 pjdRemove bogus assertion.
2006-07-03 pjdAllow to close access even if device is already destroyed.
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 sobomaxImprove check for protective MBR. Instead of assiming...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-18 simonIn g_dev_strategy(), when failing an IO request with...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
next