CVS commit: src/sys/fs/nilfs

2020-03-21 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 21 13:39:31 UTC 2020 Modified Files: src/sys/fs/nilfs: nilfs_subr.c Log Message: Fix use-after-free issue! To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/fs/nilfs/nilfs_subr.c Please note that di

CVS commit: src/sys/fs/nilfs

2020-03-21 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Mar 21 13:38:29 UTC 2020 Modified Files: src/sys/fs/nilfs: nilfs.h Log Message: Compile in the DPRINTF debug macro's on DEBUG kernels To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/fs/nilfs/nilfs.h Ple

CVS commit: src/sys/fs/nilfs

2015-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 29 14:12:28 UTC 2015 Modified Files: src/sys/fs/nilfs: nilfs_subr.c nilfs_subr.h nilfs_vnops.c Log Message: Complete removal of cred argument from bread in nilfs. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/sys/fs/nilfs

2015-02-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 7 10:40:57 UTC 2015 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Revert previous, it was a false positive. In nilfs_mount_device() there's one branch where the node is not released: when the device is alre

CVS commit: src/sys/fs/nilfs

2015-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 7 04:25:16 UTC 2015 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: fix devvp leak. Reported by: http://www.m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-4 To generate a diff of this commit: c

CVS commit: src/sys/fs/nilfs

2014-10-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Oct 15 09:05:46 UTC 2014 Modified Files: src/sys/fs/nilfs: nilfs.h nilfs_subr.c nilfs_subr.h nilfs_vfsops.c nilfs_vnops.c Log Message: Change nilfs to vcache. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/fs/nilfs

2014-10-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Oct 15 09:03:53 UTC 2014 Modified Files: src/sys/fs/nilfs: nilfs_subr.c nilfs_subr.h nilfs_vfsops.c nilfs_vnops.c Log Message: Prepare nilfs for vcache: - Calling getnewvnode() with "mp == NULL" is wrong. Stop at

CVS commit: src/sys/fs/nilfs

2013-10-31 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Nov 1 06:41:56 UTC 2013 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: apply __diagused where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/fs/nilfs/nilfs_vfsops.c Please no

CVS commit: src/sys/fs/nilfs

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 19:57:28 UTC 2013 Modified Files: src/sys/fs/nilfs: nilfs.h nilfs_subr.c nilfs_vfsops.c nilfs_vnops.c Log Message: remove unused variable warnings To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/

CVS commit: src/sys/fs/nilfs

2013-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 8 10:39:17 UTC 2013 Modified Files: src/sys/fs/nilfs: nilfs_vnops.c Log Message: Fix Typo To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/fs/nilfs/nilfs_vnops.c Please note that diffs are not pub

CVS commit: src/sys/fs/nilfs

2013-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 8 10:29:22 UTC 2013 Modified Files: src/sys/fs/nilfs: nilfs_vnops.c Log Message: Fix serious file read problem due to not-so-clear VOP_BMAP description. Should fix PR 45605. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/fs/nilfs

2011-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 13 18:29:08 UTC 2011 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: use getdisksize, M_ZERO, and malloc M_WAITOK doesn't fai. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/fs/nilfs/

CVS commit: src/sys/fs/nilfs

2011-11-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 13 17:22:51 UTC 2011 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Avoid panic on error path, from PR 45607. The error path is exercised because this is using DIOCGPART to get the volume size, which doesn

CVS commit: src/sys/fs/nilfs

2011-10-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Oct 16 12:41:46 UTC 2011 Modified Files: src/sys/fs/nilfs: nilfs_vnops.c Log Message: VOP_GETATTR() needs a shared lock at least. While here fix a typo (fvp -> tvp). To generate a diff of this commit: cvs rdiff -u -r1.14 -

CVS commit: src/sys/fs/nilfs

2011-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 27 01:34:41 UTC 2011 Modified Files: src/sys/fs/nilfs: nilfs.h nilfs_vnops.c Log Message: define NILFS_MAXNAMLEN and use it. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/fs/nilfs/nilfs.h cvs rdif

CVS commit: src/sys/fs/nilfs

2010-08-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 11 13:26:25 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Remove extra char - not sure where that came from (duplicated vi command?) I really need more caffeine. Thanks pooka@ for noticing. T

CVS commit: src/sys/fs/nilfs

2010-08-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:43:13 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_subr.c nilfs_vfsops.c Log Message: Keep condvar wmesg's within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/fs/nilfs/nilf

CVS commit: src/sys/fs/nilfs

2010-06-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Jun 24 12:15:46 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_subr.c nilfs_vnops.c Log Message: Pullup changes from the write implementation: - remove unnessisary check that would prevent it from mounting newer nilfs ima

CVS commit: src/sys/fs/nilfs

2010-06-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Jun 24 10:20:08 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_fs.h Log Message: Update NiLFS(2) on-disc structures from Linux version To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/fs/nilfs/nilfs_fs.

CVS commit: src/sys/fs/nilfs

2010-05-01 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 1 21:21:28 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: As per change in NiLFS2 spec, select the superblocks on highest checksum number and not on their timestamp since one of the timestamps cou