Home
last modified time | relevance | path

Searched hist:d0887c34 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Djournal.hd0887c34 Mon Jul 04 21:05:54 GMT 2005 Matthew Dillon <dillon@dragonflybsd.org> Fix a few issues in the kernel-side journal.

* Fix a missing vattr record in CREATE.
* Fix a misgenerated mode attribute.
* Fix a misgenerated file offset for the O_APPEND case.
* The 16 bit record type is unsigned, not signed (fixes comparisons in jscan)
* Add JTYPE_MASK against the record type for JTYPE and JLEAF comparisons.
/dragonfly/sys/kern/
H A Dvfs_jops.cd0887c34 Mon Jul 04 21:05:54 GMT 2005 Matthew Dillon <dillon@dragonflybsd.org> Fix a few issues in the kernel-side journal.

* Fix a missing vattr record in CREATE.
* Fix a misgenerated mode attribute.
* Fix a misgenerated file offset for the O_APPEND case.
* The 16 bit record type is unsigned, not signed (fixes comparisons in jscan)
* Add JTYPE_MASK against the record type for JTYPE and JLEAF comparisons.
H A Dvfs_journal.cd0887c34 Mon Jul 04 21:05:54 GMT 2005 Matthew Dillon <dillon@dragonflybsd.org> Fix a few issues in the kernel-side journal.

* Fix a missing vattr record in CREATE.
* Fix a misgenerated mode attribute.
* Fix a misgenerated file offset for the O_APPEND case.
* The 16 bit record type is unsigned, not signed (fixes comparisons in jscan)
* Add JTYPE_MASK against the record type for JTYPE and JLEAF comparisons.