CVS commit: src/sys/fs/ntfs

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 4 00:16:59 UTC 2024 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: PR/57904: Ricardo Branco: Mask file permissions we get from mount_ntfs -m option To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/sys/fs/ntfs

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 4 00:16:59 UTC 2024 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: PR/57904: Ricardo Branco: Mask file permissions we get from mount_ntfs -m option To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/sys/fs/ntfs

2019-10-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 18 08:19:33 UTC 2019 Modified Files: src/sys/fs/ntfs: ntfs_subr.c Log Message: When the MFT record size is lower than the cluster size we have to read consecutive clusters to fill the MFT record. Should fix PR kern/54598

CVS commit: src/sys/fs/ntfs

2019-10-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 18 08:19:33 UTC 2019 Modified Files: src/sys/fs/ntfs: ntfs_subr.c Log Message: When the MFT record size is lower than the cluster size we have to read consecutive clusters to fill the MFT record. Should fix PR kern/54598

CVS commit: src/sys/fs/ntfs

2019-10-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 18 08:18:40 UTC 2019 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: It is not possible to call vflush() from xxx_mount(). Replace with a vnode iterator and use vrecycle(). To generate a diff of this commit

CVS commit: src/sys/fs/ntfs

2019-10-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 18 08:18:40 UTC 2019 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: It is not possible to call vflush() from xxx_mount(). Replace with a vnode iterator and use vrecycle(). To generate a diff of this commit