CVS commit: src/sys/ufs/ext2fs

2024-07-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 2 05:02:49 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: ext2fs: Fix copy-paste for PR kern/58388 To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/ufs/ext2fs/ext2fs_vfsops

CVS commit: src/sys/ufs/ext2fs

2024-07-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 2 05:02:49 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: ext2fs: Fix copy-paste for PR kern/58388 To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/ufs/ext2fs/ext2fs_vfsops

CVS commit: src/sys/ufs/ext2fs

2024-07-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 1 22:12:57 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: ext2fs: Fix indexing of group descriptors on disk. XXX Evidently we need some more automatic tests for this! PR kern/58388 To gen

CVS commit: src/sys/ufs/ext2fs

2024-07-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 1 22:12:57 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: ext2fs: Fix indexing of group descriptors on disk. XXX Evidently we need some more automatic tests for this! PR kern/58388 To gen

CVS commit: src/sys/ufs/ext2fs

2024-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 17:36:33 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_dir.h Log Message: PR/58018: Damir Holovati: ext2fs readdir (d_type conversion error) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sy

CVS commit: src/sys/ufs/ext2fs

2024-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 17:36:33 UTC 2024 Modified Files: src/sys/ufs/ext2fs: ext2fs_dir.h Log Message: PR/58018: Damir Holovati: ext2fs readdir (d_type conversion error) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sy

CVS commit: src/sys/ufs/ext2fs

2023-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 27 16:35:51 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_vfsops.c Log Message: - fix cgload/cgsave inconsistencies - add a constant for the rev 0 group descriptor size To generate a diff of this commit:

CVS commit: src/sys/ufs/ext2fs

2023-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 27 16:35:51 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_vfsops.c Log Message: - fix cgload/cgsave inconsistencies - add a constant for the rev 0 group descriptor size To generate a diff of this commit:

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 22:08:22 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_alloc.c Log Message: fix incorrect test To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/ufs/ext2fs/ext2fs_alloc.c Please note that

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 22:08:22 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_alloc.c Log Message: fix incorrect test To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/ufs/ext2fs/ext2fs_alloc.c Please note that

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 21:56:23 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: fix kmem_free size for e2fs_gd To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/ufs/ext2fs/ext2fs_vfsops.c P

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 21:56:23 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: fix kmem_free size for e2fs_gd To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/ufs/ext2fs/ext2fs_vfsops.c P

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 21:37:28 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_alloc.c Log Message: Fix metadata_cksum (Vladimir Serbinenko) Current code always assumes that CG uses crc16. Yet when metadata_cksum is enabled then it us

CVS commit: src/sys/ufs/ext2fs

2023-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 26 21:37:28 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs_alloc.c Log Message: Fix metadata_cksum (Vladimir Serbinenko) Current code always assumes that CG uses crc16. Yet when metadata_cksum is enabled then it us

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 26 05:22:50 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_alloc.c ext2fs_bmap.c ext2fs_bswap.c ext2fs_extents.h ext2fs_extern.h ext2fs_htree.c ext2fs_inode.c ext2fs_lookup.c ext2fs_

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 26 05:22:50 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_alloc.c ext2fs_bmap.c ext2fs_bswap.c ext2fs_extents.h ext2fs_extern.h ext2fs_htree.c ext2fs_inode.c ext2fs_lookup.c ext2fs_

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 26 05:18:17 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h Log Message: ext2fs.h: Restore e2fs_cgload/cgsave for libsa and userland use. Stop-gap until they can be taught to handle the new version that was moved

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 26 05:18:17 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h Log Message: ext2fs.h: Restore e2fs_cgload/cgsave for libsa and userland use. Stop-gap until they can be taught to handle the new version that was moved

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 25 16:50:23 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_alloc.c ext2fs_vfsops.c Log Message: Support INCOMPAT_64BIT on ext4 (Vladimir 'phcoder' Serbinenko) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/ext2fs

2023-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 25 16:50:23 UTC 2023 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_alloc.c ext2fs_vfsops.c Log Message: Support INCOMPAT_64BIT on ext4 (Vladimir 'phcoder' Serbinenko) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/ext2fs

2022-05-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 4 07:34:29 UTC 2022 Modified Files: src/sys/ufs/ext2fs: ext2fs_htree.c Log Message: s/entires/entries/ in local variable definition. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/ext2fs/ext2fs

CVS commit: src/sys/ufs/ext2fs

2022-05-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 4 07:34:29 UTC 2022 Modified Files: src/sys/ufs/ext2fs: ext2fs_htree.c Log Message: s/entires/entries/ in local variable definition. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/ext2fs/ext2fs

Re: CVS commit: src/sys/ufs/ext2fs

2016-08-24 Thread David Holland
On Tue, Aug 23, 2016 at 02:24:30AM -0400, Christos Zoulas wrote: > Modified Files: > src/sys/ufs/ext2fs: ext2fs_vfsops.c > > Log Message: > CID 1371644: use strlcpy, remove dup copy. You sure about the dup copy? Those are different string buffers. -- David A. Holland dholl...@netbsd.o

Re: CVS commit: src/sys/ufs/ext2fs

2016-06-04 Thread Christopher Humphries
Thank you, Hrishikesh! On Jun 3, 2016 11:35, "Christos Zoulas" wrote: > Module Name:src > Committed By: christos > Date: Fri Jun 3 15:35:48 UTC 2016 > > Modified Files: > src/sys/ufs/ext2fs: ext2fs.h ext2fs_bmap.c > Added Files: > src/sys/ufs/ext2fs: ext2fs_extent

Re: CVS commit: src/sys/ufs/ext2fs

2015-02-23 Thread Ryota Ozaki
On Tue, Feb 24, 2015 at 2:08 AM, Maxime Villard wrote: > Le 23/02/2015 14:51, Ryota Ozaki a écrit : >> Hi, >> >> On Sun, Feb 22, 2015 at 11:55 PM, Maxime Villard wrote: >>> Module Name:src >>> Committed By: maxv >>> Date: Sun Feb 22 14:55:23 UTC 2015 >>> >>> Modified Files: >>>

Re: CVS commit: src/sys/ufs/ext2fs

2015-02-23 Thread Maxime Villard
Le 23/02/2015 14:51, Ryota Ozaki a écrit : > Hi, > > On Sun, Feb 22, 2015 at 11:55 PM, Maxime Villard wrote: >> Module Name:src >> Committed By: maxv >> Date: Sun Feb 22 14:55:23 UTC 2015 >> >> Modified Files: >> src/sys/ufs/ext2fs: ext2fs_vfsops.c >> >> Log Message: >> Me

Re: CVS commit: src/sys/ufs/ext2fs

2015-02-23 Thread Ryota Ozaki
Hi, On Sun, Feb 22, 2015 at 11:55 PM, Maxime Villard wrote: > Module Name:src > Committed By: maxv > Date: Sun Feb 22 14:55:23 UTC 2015 > > Modified Files: > src/sys/ufs/ext2fs: ext2fs_vfsops.c > > Log Message: > Merge _sbcompute() and _sbcheck() into _sbfill(). > > In ext

CVS commit: src/sys/ufs/ext2fs

2010-02-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 11 19:50:34 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: There is no code left that uses disk size data, so don't query it. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 sr

CVS commit: src/sys/ufs/ext2fs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:37:57 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: Fix block shift to work with different device block sizes. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/uf

CVS commit: src/sys/ufs/ext2fs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:36:20 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: Replace individual queries for partition information with new helper function. To generate a diff of this commit: cvs rdiff -u -r1.15

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-14 Thread David Laight
On Sat, Sep 12, 2009 at 01:43:52AM +, Izumi Tsutsui wrote: > > Log Message: > Pull a fix for mount function from ffs_vfsops.c rev1.186: > > Change ffs_mount, in MNT_UPDATE case, to check dev_t's for equality > > instead of just vnode pointers. Fixes erroneous "does not match mounted > > devic

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-12 Thread David Holland
On Sat, Sep 12, 2009 at 07:40:41AM +0200, Christoph Egger wrote: > > Many people say ext2fs is a bad mimic of ufs > > and actually both ffs and ext2fs are under sys/ufs/, > > though detailed structures (reinvented by Linux guys?) > > are somewhat different to share vfsops/vnops sources. > >

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-12 Thread Joerg Sonnenberger
On Sat, Sep 12, 2009 at 07:40:41AM +0200, Christoph Egger wrote: > Izumi Tsutsui wrote: > >>> Reduce diffs a bit between ext2fs_reload() and ffs_reload(). > >> It sounds like ext2fs and ffs can share some code. > > > > Many people say ext2fs is a bad mimic of ufs > > and actually both ffs and ext2

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Izumi Tsutsui
> This sounds some helpers and higher level functions > can be shared and that Low level functions and accessors > to the structures can't be shared. In theory it might be true, but in practice it's just boring and it would make ffs development more complicated while ext2fs is not our primary targ

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Christoph Egger
Izumi Tsutsui wrote: >>> Reduce diffs a bit between ext2fs_reload() and ffs_reload(). >> It sounds like ext2fs and ffs can share some code. > > Many people say ext2fs is a bad mimic of ufs > and actually both ffs and ext2fs are under sys/ufs/, > though detailed structures (reinvented by Linux guys

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Izumi Tsutsui
> > Reduce diffs a bit between ext2fs_reload() and ffs_reload(). > > It sounds like ext2fs and ffs can share some code. Many people say ext2fs is a bad mimic of ufs and actually both ffs and ext2fs are under sys/ufs/, though detailed structures (reinvented by Linux guys?) are somewhat different t

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Christoph Egger
Izumi Tsutsui wrote: > Module Name: src > Committed By: tsutsui > Date: Sat Sep 12 02:50:38 UTC 2009 > > Modified Files: > src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_vfsops.c > > Log Message: > Reduce diffs a bit between ext2fs_reload() and ffs_reload(). > It sounds like ext2fs a