Up to [cvs.NetBSD.org] / src / sys / ufs / chfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 19 12:44:39 2012 UTC (7 months ago) by ttoth
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.7: +57 -45
lines
Diff to previous 1.7 (colored)
CHFS comments
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 13 13:12:51 2012 UTC (9 months, 1 week ago) by ttoth
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
chfs fixes 1. nodes are obsoleted only once during truncating a file 2. frags don't stay in pool_cache
Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 10 09:26:58 2012 UTC (9 months, 1 week ago) by ttoth
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
chfs bugfix [node was obsoleted twice]
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 13 14:50:35 2012 UTC (13 months, 1 week ago) by ttoth
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10
Branch point for: yamt-pagecache
Changes since 1.4: +1 -10
lines
Diff to previous 1.4 (colored)
prepare for chfs's makefs
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 12 15:31:01 2012 UTC (13 months, 1 week ago) by ttoth
Branch: MAIN
Changes since 1.3: +16 -5
lines
Diff to previous 1.3 (colored)
using chtype on media instead of vtype debug.c deleted
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 13 18:41:03 2012 UTC (14 months, 1 week ago) by elad
Branch: MAIN
CVS Tags: jmcneill-usbmp-base8
Changes since 1.2: +13 -6
lines
Diff to previous 1.2 (colored)
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 24 21:09:37 2011 UTC (17 months, 4 weeks ago) by agc
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
quick workaround to make this compile, with thanks to Hisashi Fujinaka for the nudge.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 24 15:51:32 2011 UTC (17 months, 4 weeks ago) by ahoka
Branch: MAIN
Import CHFS, which was formerly known as ChewieFS. CHFS is a file system for flash devices developed by the Software Engineering Department at University of Szeged, Hungary. http://chewiefs.sed.hu/ Thanks for all who made it possible.