Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11

2020-12-30 Thread Konstantin Belousov
On Tue, Dec 29, 2020 at 07:10:02PM -0800, Ryan Libby wrote: > I checked amd64 and it failed due to pkru. I don't think we care to fix > that either, but we technically could of course. For amd64 the external > toolchain with gcc 6.4 is broken at the moment but will be fixed after a > few more MFC

git: d3912bec58d0 - stable/12 - Implement strerror_l().

2020-12-30 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d3912bec58d0b82509a0973cae02f156986d88fa commit d3912bec58d0b82509a0973cae02f156986d88fa Author: Konstantin Belousov AuthorDate: 2020-12-16 09:02:09 + Commit: Konstantin Belousov CommitDate

git: 741d78126b55 - main - rtld: call close(2) after errno is saved

2021-01-01 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=741d78126b5584e860811c78f87f51597e375592 commit 741d78126b5584e860811c78f87f51597e375592 Author: Konstantin Belousov AuthorDate: 2021-01-01 22:24:46 + Commit: Konstantin Belousov CommitDate: 2021

git: 4e0c81c5fafb - main - tcgetwinsize(3): provide man page

2021-01-01 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4e0c81c5fafb5b72cabc342f640aff6cac445853 commit 4e0c81c5fafb5b72cabc342f640aff6cac445853 Author: Konstantin Belousov AuthorDate: 2021-01-01 22:28:42 + Commit: Konstantin Belousov CommitDate: 2021

git: 51a9b978e750 - main - nfs server: improve use of the VFS KPI

2021-01-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=51a9b978e75021415fdced616b4e4bc373a20a8a commit 51a9b978e75021415fdced616b4e4bc373a20a8a Author: Konstantin Belousov AuthorDate: 2021-01-01 15:35:44 + Commit: Konstantin Belousov CommitDate: 2021

git: 4956af2a8f0d - main - usleep(3): replace 'process' with 'calling thread'

2021-02-10 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4956af2a8f0d7723cb09c98e7f5295b156136f70 commit 4956af2a8f0d7723cb09c98e7f5295b156136f70 Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 + Commit: Konstantin Belousov CommitDate: 2021

git: 0281f88e5dbc - main - ffs_vnops.c: Move opt_*.h includes to the top.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0281f88e5dbc8d6f819bf3f22dd11239ff5374ea commit 0281f88e5dbc8d6f819bf3f22dd11239ff5374ea Author: Konstantin Belousov AuthorDate: 2021-01-28 18:30:35 + Commit: Konstantin Belousov CommitDate: 2021

git: bf0db19339e7 - main - buf SU hooks: track buf_start() calls with B_IOSTARTED flag

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bf0db19339e770a82236b74f523be4b572bde15d commit bf0db19339e770a82236b74f523be4b572bde15d Author: Konstantin Belousov AuthorDate: 2021-01-30 02:10:34 + Commit: Konstantin Belousov CommitDate: 2021

git: ee965dfa6492 - main - vn_open(): If the vnode is reclaimed during open(2), do not return error.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ee965dfa64929227ced8adb68900c35f877480e7 commit ee965dfa64929227ced8adb68900c35f877480e7 Author: Konstantin Belousov AuthorDate: 2021-02-03 11:02:18 + Commit: Konstantin Belousov CommitDate: 2021

git: f16c26b1c009 - main - ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f16c26b1c009fd0d87d07d3b1cf0d5078ad7f511 commit f16c26b1c009fd0d87d07d3b1cf0d5078ad7f511 Author: Konstantin Belousov AuthorDate: 2021-01-26 11:35:21 + Commit: Konstantin Belousov CommitDate: 2021

git: e94f2f1be322 - main - ffs: call ufsdirhash_dirtrunc() right after setting directory size

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e94f2f1be32294cb6d519b6631f7522466fbbb3b commit e94f2f1be32294cb6d519b6631f7522466fbbb3b Author: Konstantin Belousov AuthorDate: 2021-01-28 18:33:58 + Commit: Konstantin Belousov CommitDate: 2021

git: 08c2dc284121 - main - ufs_direnter/SU: unconditionally UFS_UPDATE inode when extending directory

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=08c2dc2841214187a162d5e4475aa1b94d03fd77 commit 08c2dc2841214187a162d5e4475aa1b94d03fd77 Author: Konstantin Belousov AuthorDate: 2021-01-23 21:52:10 + Commit: Konstantin Belousov CommitDate: 2021

git: 5952c86c78b1 - main - ffs_inotovp(): interface to convert (ino, gen) into alive vnode

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5952c86c78b177b5e904bf139e6b56519897c7e0 commit 5952c86c78b177b5e904bf139e6b56519897c7e0 Author: Konstantin Belousov AuthorDate: 2021-01-26 11:52:59 + Commit: Konstantin Belousov CommitDate: 2021

git: e4aaf35ab549 - main - nullfs: provide special bypass for VOP_VPUT_PAIR

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e4aaf35ab54958f74409790fa2b7df8c2d230cee commit e4aaf35ab54958f74409790fa2b7df8c2d230cee Author: Konstantin Belousov AuthorDate: 2021-01-24 13:22:48 + Commit: Konstantin Belousov CommitDate: 2021

git: 89fd61d955ad - main - Merge ufs_fhtovp() into ffs_inotovp().

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=89fd61d955ada4fdb20030253206201bc279cdf0 commit 89fd61d955ada4fdb20030253206201bc279cdf0 Author: Konstantin Belousov AuthorDate: 2021-01-28 12:20:48 + Commit: Konstantin Belousov CommitDate: 2021

git: 49c117c19376 - main - Add VOP_VPUT_PAIR() with trivial default implementation.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=49c117c193768b10f5fb1c5e4d6b88300cfbcdd6 commit 49c117c193768b10f5fb1c5e4d6b88300cfbcdd6 Author: Konstantin Belousov AuthorDate: 2021-01-28 22:30:53 + Commit: Konstantin Belousov CommitDate: 2021

git: be44e9863777 - main - ffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=be44e986377780f533f961fe7c009b93379b4710 commit be44e986377780f533f961fe7c009b93379b4710 Author: Konstantin Belousov AuthorDate: 2021-01-24 13:56:05 + Commit: Konstantin Belousov CommitDate: 2021

git: 1de1e2bfbf3c - main - ffs_syncvnode: only clear IN_NEEDSYNC after successfull sync

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1de1e2bfbf3c089418bbe67c096d60315c8ca5dd commit 1de1e2bfbf3c089418bbe67c096d60315c8ca5dd Author: Konstantin Belousov AuthorDate: 2021-01-23 21:50:55 + Commit: Konstantin Belousov CommitDate: 2021

git: 30bfb2fa0fad - main - ffs_vput_pair(): try harder to recover from the vnode reclaim

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=30bfb2fa0fad8e5bbcce369df46dcaa2e08324f3 commit 30bfb2fa0fad8e5bbcce369df46dcaa2e08324f3 Author: Konstantin Belousov AuthorDate: 2021-01-27 18:10:51 + Commit: Konstantin Belousov CommitDate: 2021

git: 4a21bcb24174 - main - nfsserver: use VOP_VPUT_PAIR().

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4a21bcb24174438e0944d6e4d6633290a067b7a8 commit 4a21bcb24174438e0944d6e4d6633290a067b7a8 Author: Konstantin Belousov AuthorDate: 2021-01-24 13:02:27 + Commit: Konstantin Belousov CommitDate: 2021

git: 74a3652f832f - main - ufs_direnter: move directory truncation to ffs_vput_pair().

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=74a3652f832f4ed0f1ad9f7eb60d70013b478e1a commit 74a3652f832f4ed0f1ad9f7eb60d70013b478e1a Author: Konstantin Belousov AuthorDate: 2021-01-27 20:34:14 + Commit: Konstantin Belousov CommitDate: 2021

git: 3b2aa36024ab - main - Use VOP_VPUT_PAIR() for eligible VFS syscalls.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3b2aa36024abcb2d8fdbf3a6ecc7438b073b04e4 commit 3b2aa36024abcb2d8fdbf3a6ecc7438b073b04e4 Author: Konstantin Belousov AuthorDate: 2021-01-28 22:31:30 + Commit: Konstantin Belousov CommitDate: 2021

git: b59a8e63d6bf - main - Stop ignoring ERELOOKUP from VOP_INACTIVE()

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b59a8e63d6bf9092419b7a421c655d0ae2099662 commit b59a8e63d6bf9092419b7a421c655d0ae2099662 Author: Konstantin Belousov AuthorDate: 2021-01-30 19:17:29 + Commit: Konstantin Belousov CommitDate: 2021

git: 038fe6e089f0 - main - ufs_rename: use VOP_VPUT_PAIR and rely on directory sync/truncation there

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=038fe6e089f03ca864c1dd5ac0c76404a13bbe79 commit 038fe6e089f03ca864c1dd5ac0c76404a13bbe79 Author: Konstantin Belousov AuthorDate: 2021-01-28 13:34:56 + Commit: Konstantin Belousov CommitDate: 2021

git: f2c9d038bdee - main - FFS: implement special VOP_VPUT_PAIR().

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f2c9d038bdee547be07c8b0404547617b71f2232 commit f2c9d038bdee547be07c8b0404547617b71f2232 Author: Konstantin Belousov AuthorDate: 2021-01-27 18:09:53 + Commit: Konstantin Belousov CommitDate: 2021

git: 6aed2435c8bf - main - ufs vnops: brace softdep_prelink() with DOINGSUJ instead of DOINGSOFTDEP

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6aed2435c8bf1fa55891c7d30186c9ad91064da8 commit 6aed2435c8bf1fa55891c7d30186c9ad91064da8 Author: Konstantin Belousov AuthorDate: 2021-01-23 23:12:39 + Commit: Konstantin Belousov CommitDate: 2021

git: 2011b44fa3f2 - main - softdep_request_cleanup: wait for softdep_request_clean_flush() to pass

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2011b44fa3f2b2bd5a24be01094420cce9144b2d commit 2011b44fa3f2b2bd5a24be01094420cce9144b2d Author: Konstantin Belousov AuthorDate: 2021-02-03 23:58:05 + Commit: Konstantin Belousov CommitDate: 2021

git: 06f2918ab8a2 - main - ufs_direnter: directory truncation does not need special case for rename

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=06f2918ab8a2621c6e6bc5729ed9ab982741aaf2 commit 06f2918ab8a2621c6e6bc5729ed9ab982741aaf2 Author: Konstantin Belousov AuthorDate: 2021-01-29 12:31:52 + Commit: Konstantin Belousov CommitDate: 2021

git: 26af9f72f7cb - main - ffs_unlock: assert that IN_ENDOFF is not leaked past locked scope

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=26af9f72f7cb162abeced8b7e444800b601e5017 commit 26af9f72f7cb162abeced8b7e444800b601e5017 Author: Konstantin Belousov AuthorDate: 2021-01-31 19:01:17 + Commit: Konstantin Belousov CommitDate: 2021

git: ede40b067515 - main - ffs softdep: remove will_direnter argument of softdep_prelink()

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ede40b0675155b5cc862652f2fee11c738a46bcd commit ede40b0675155b5cc862652f2fee11c738a46bcd Author: Konstantin Belousov AuthorDate: 2021-01-23 22:40:19 + Commit: Konstantin Belousov CommitDate: 2021

git: 013168db8cea - main - ufs_inactive(): stop hiding ERELOOKUP from ffs_truncate(), return it.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=013168db8cea926c3dde1247d400d6bedf9a889d commit 013168db8cea926c3dde1247d400d6bedf9a889d Author: Konstantin Belousov AuthorDate: 2021-01-30 19:18:22 + Commit: Konstantin Belousov CommitDate: 2021

git: adf28ab45670 - main - fifo: minor comment and assert improvements.

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=adf28ab45670329459aed8afeec2dbe91c9b3713 commit adf28ab45670329459aed8afeec2dbe91c9b3713 Author: Konstantin Belousov AuthorDate: 2021-02-01 10:43:16 + Commit: Konstantin Belousov CommitDate: 2021

git: 28703d27130c - main - ffs softdep: Force processing of VI_OWEINACT vnodes when there is inode shortage

2021-02-11 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=28703d27130c9cb7e7830ff53155c379a502c248 commit 28703d27130c9cb7e7830ff53155c379a502c248 Author: Konstantin Belousov AuthorDate: 2021-01-31 18:39:49 + Commit: Konstantin Belousov CommitDate: 2021

git: f94e8beadbd8 - stable/13 - usleep(3): replace 'process' with 'calling thread'

2021-02-13 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f94e8beadbd82f758c7663cb7115aeec2fbed7fa commit f94e8beadbd82f758c7663cb7115aeec2fbed7fa Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 + Commit: Konstantin Belousov CommitDate

git: 5357bd228fca - stable/12 - usleep(3): replace 'process' with 'calling thread'

2021-02-13 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5357bd228fca092453c0970ccb54fc08f5deb939 commit 5357bd228fca092453c0970ccb54fc08f5deb939 Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 + Commit: Konstantin Belousov CommitDate

git: 25c6318c7906 - main - procstat: distinguish vm map guards in procstat vm output.

2021-02-13 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=25c6318c7906f6f4e0c66ce16f81bdb830ba2e3b commit 25c6318c7906f6f4e0c66ce16f81bdb830ba2e3b Author: Konstantin Belousov AuthorDate: 2021-02-14 00:37:24 + Commit: Konstantin Belousov CommitDate: 2021

git: c61fae1475f1 - main - pgcache read: protect against reads past end of the vm object size

2021-02-15 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c61fae1475f1864dc4bba667b642f279afd44855 commit c61fae1475f1864dc4bba667b642f279afd44855 Author: Konstantin Belousov AuthorDate: 2021-02-15 03:34:06 + Commit: Konstantin Belousov CommitDate: 2021

git: c31480a1f665 - main - UFS snapshots: properly set the vm object size.

2021-02-15 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c31480a1f66537e59b02e935a547bcfc76715278 commit c31480a1f66537e59b02e935a547bcfc76715278 Author: Konstantin Belousov AuthorDate: 2021-02-15 03:36:02 + Commit: Konstantin Belousov CommitDate: 2021

git: fa3bd463cee5 - main - lockf: ensure atomicity of lockf for open(O_CREAT|O_EXCL|O_EXLOCK)

2021-02-17 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fa3bd463cee5c3abeac29a83dc86eb3abfa97b06 commit fa3bd463cee5c3abeac29a83dc86eb3abfa97b06 Author: Konstantin Belousov AuthorDate: 2021-01-29 23:48:55 + Commit: Konstantin Belousov CommitDate: 2021

git: 662283b1088d - main - vn_printf: handle VI_FOPENING

2021-02-18 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=662283b1088d6488671b90ab18a66a997c526448 commit 662283b1088d6488671b90ab18a66a997c526448 Author: Konstantin Belousov AuthorDate: 2021-02-18 14:24:55 + Commit: Konstantin Belousov CommitDate: 2021

Re: git: 24fd63e0970f - main - mips: Don't set __NO_TLS to disable some uses of TLS.

2021-02-18 Thread Konstantin Belousov
On Wed, Feb 17, 2021 at 04:48:22PM -0800, John Baldwin wrote: > On 2/17/21 4:35 PM, John Baldwin wrote: > > The branch main has been updated by jhb: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=24fd63e0970f91189dd2acde987bd2e4c8c04a50 > > > > commit 24fd63e0970f91189dd2acde987bd2e4c8

Re: git: 24fd63e0970f - main - mips: Don't set __NO_TLS to disable some uses of TLS.

2021-02-19 Thread Konstantin Belousov
On Thu, Feb 18, 2021 at 07:54:22PM -0600, Brandon Bergren wrote: > > > On Thu, Feb 18, 2021, at 7:07 PM, Jessica Clarke wrote: > > On 19 Feb 2021, at 00:03, Brandon Bergren wrote: > > > > Ok, so the mistake was not deleting it 8 years ago and instead leaving > > it around to become part of the

git: 4b2a20dfde9c - stable/13 - ffs_vnops.c: Move opt_*.h includes to the top.

2021-02-19 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4b2a20dfde9cff7c65b4620f948fb81521dcf264 commit 4b2a20dfde9cff7c65b4620f948fb81521dcf264 Author: Konstantin Belousov AuthorDate: 2021-01-28 18:30:35 + Commit: Konstantin Belousov CommitDate

git: 2b1f87a83c1c - stable/12 - ffs_vnops.c: Move opt_*.h includes to the top.

2021-02-19 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2b1f87a83c1cc338fddbb144fc58a17306e3af64 commit 2b1f87a83c1cc338fddbb144fc58a17306e3af64 Author: Konstantin Belousov AuthorDate: 2021-01-28 18:30:35 + Commit: Konstantin Belousov CommitDate

Re: git: 24fd63e0970f - main - mips: Don't set __NO_TLS to disable some uses of TLS.

2021-02-19 Thread Konstantin Belousov
On Fri, Feb 19, 2021 at 04:40:03PM +, Brooks Davis wrote: > On Fri, Feb 19, 2021 at 09:14:07AM -0700, Warner Losh wrote: > > On Fri, Feb 19, 2021 at 2:43 AM Konstantin Belousov > > wrote: > > > > > On Thu, Feb 18, 2021 at 07:54:22PM -0600, Brandon Bergren wro

git: 889cf2bf73a0 - releng/13.0 - ffs_vnops.c: Move opt_*.h includes to the top.

2021-02-19 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=889cf2bf73a0cb52d0ff06fe9f307d13a8f87d44 commit 889cf2bf73a0cb52d0ff06fe9f307d13a8f87d44 Author: Konstantin Belousov AuthorDate: 2021-01-28 18:30:35 + Commit: Konstantin Belousov

git: 79bee465de34 - stable/12 - Free microcode memory later.

2021-02-19 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=79bee465de342b82fa300293d04f155f2d6a6183 commit 79bee465de342b82fa300293d04f155f2d6a6183 Author: Konstantin Belousov AuthorDate: 2019-05-17 17:11:01 + Commit: Konstantin Belousov CommitDate

git: ee5ddf4296ad - stable/13 - procstat: distinguish vm map guards in procstat vm output.

2021-02-21 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ee5ddf4296ada4cac7f60cfb9517f01a87628a62 commit ee5ddf4296ada4cac7f60cfb9517f01a87628a62 Author: Konstantin Belousov AuthorDate: 2021-02-14 00:37:24 + Commit: Konstantin Belousov CommitDate

git: 1946484bcc15 - stable/12 - procstat: distinguish vm map guards in procstat vm output.

2021-02-21 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1946484bcc156f69a08203aabfab61a15e53bf55 commit 1946484bcc156f69a08203aabfab61a15e53bf55 Author: Konstantin Belousov AuthorDate: 2021-02-14 00:37:24 + Commit: Konstantin Belousov CommitDate

git: 750ea20d3fb1 - main - Delete dead CLUSTERDEBUG config option.

2021-02-21 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=750ea20d3fb143a95ccf3ff84cfbe86cce9b9cac commit 750ea20d3fb143a95ccf3ff84cfbe86cce9b9cac Author: Konstantin Belousov AuthorDate: 2021-02-18 09:12:26 + Commit: Konstantin Belousov CommitDate: 2021

git: 8b7239681e27 - main - ext2fs: clear write cluster tracking on truncation

2021-02-21 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8b7239681e27ab75175c45c48e6ad1685571b1f2 commit 8b7239681e27ab75175c45c48e6ad1685571b1f2 Author: Konstantin Belousov AuthorDate: 2021-02-17 12:35:56 + Commit: Konstantin Belousov CommitDate: 2021

git: 2bfd8992c7c7 - main - vnode: move write cluster support data to inodes.

2021-02-21 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2bfd8992c7c7301166c74931ad63d4755bb4a6c7 commit 2bfd8992c7c7301166c74931ad63d4755bb4a6c7 Author: Konstantin Belousov AuthorDate: 2021-02-15 04:35:59 + Commit: Konstantin Belousov CommitDate: 2021

git: d485c77f203f - main - Remove #define _KERNEL hacks from libprocstat

2021-02-21 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d485c77f203fb0f4cdc08dea5ff81631b51d8809 commit d485c77f203fb0f4cdc08dea5ff81631b51d8809 Author: Konstantin Belousov AuthorDate: 2021-02-18 13:43:58 + Commit: Konstantin Belousov CommitDate: 2021

git: 1c23f70aeb29 - stable/13 - pgcache read: protect against reads past end of the vm object size

2021-02-23 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1c23f70aeb299e672a4fc483c45c721548ae1047 commit 1c23f70aeb299e672a4fc483c45c721548ae1047 Author: Konstantin Belousov AuthorDate: 2021-02-15 03:34:06 + Commit: Konstantin Belousov CommitDate

git: 4b737a9c58ca - releng/13.0 - pgcache read: protect against reads past end of the vm object size

2021-02-23 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4b737a9c58cac69008f189cc44e7d1a81a0b601c commit 4b737a9c58cac69008f189cc44e7d1a81a0b601c Author: Konstantin Belousov AuthorDate: 2021-02-15 03:34:06 + Commit: Konstantin Belousov

git: 3ae8d83d04a7 - main - Remove __NO_TLS.

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e commit 3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e Author: Konstantin Belousov AuthorDate: 2021-02-19 15:20:29 + Commit: Konstantin Belousov CommitDate: 2021

git: cc9958bf22f1 - main - ffs_reallocblks: change the guard for softdep_prealloc() call to DOINGSUJ()

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cc9958bf22f1426faf4be8bf492ce69587a9008f commit cc9958bf22f1426faf4be8bf492ce69587a9008f Author: Konstantin Belousov AuthorDate: 2021-02-19 12:37:12 + Commit: Konstantin Belousov CommitDate: 2021

git: 498314627946 - main - ffs: do not call softdep_prealloc() from UFS_BALLOC()

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=49831462794690155ce8dbe02679e6d9390f3d7d commit 49831462794690155ce8dbe02679e6d9390f3d7d Author: Konstantin Belousov AuthorDate: 2021-02-18 14:51:50 + Commit: Konstantin Belousov CommitDate: 2021

git: c6d68ca842a3 - main - ffs_vnops.c: style

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c6d68ca842a3f5b6814cdd5c87e406bad579b792 commit c6d68ca842a3f5b6814cdd5c87e406bad579b792 Author: Konstantin Belousov AuthorDate: 2021-02-20 17:01:40 + Commit: Konstantin Belousov CommitDate: 2021

git: 5e198e7646a2 - main - ffs_close_ea: do not relock vnode under lock_ea

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5e198e7646a27412c0541719f7bf1bbc0bd89223 commit 5e198e7646a27412c0541719f7bf1bbc0bd89223 Author: Konstantin Belousov AuthorDate: 2021-02-21 10:10:06 + Commit: Konstantin Belousov CommitDate: 2021

git: 6f30ac9995ff - main - Call softdep_prealloc() before taking ffs_lock_ea(), if unlock is committing

2021-02-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6f30ac9995ff662a2fee5eda4cd87dd0f0e337ba commit 6f30ac9995ff662a2fee5eda4cd87dd0f0e337ba Author: Konstantin Belousov AuthorDate: 2021-02-21 10:11:54 + Commit: Konstantin Belousov CommitDate: 2021

git: 750252612dad - stable/13 - buf SU hooks: track buf_start() calls with B_IOSTARTED flag

2021-02-23 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=750252612dad72149832fac62645919c73cbf5d2 commit 750252612dad72149832fac62645919c73cbf5d2 Author: Konstantin Belousov AuthorDate: 2021-01-30 02:10:34 + Commit: Konstantin Belousov CommitDate

git: 0672f9d80860 - stable/13 - ffs: call ufsdirhash_dirtrunc() right after setting directory size

2021-02-23 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0672f9d80860c0280aa6b2a24cb3e85df6eaeb1c commit 0672f9d80860c0280aa6b2a24cb3e85df6eaeb1c Author: Konstantin Belousov AuthorDate: 2021-01-28 18:33:58 + Commit: Konstantin Belousov CommitDate

git: ed0639829323 - stable/13 - Merge ufs_fhtovp() into ffs_inotovp().

2021-02-23 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ed0639829323e813d5ca2c5edb4d8fe17eb04fd2 commit ed0639829323e813d5ca2c5edb4d8fe17eb04fd2 Author: Konstantin Belousov AuthorDate: 2021-01-28 12:20:48 + Commit: Konstantin Belousov CommitDate

git: 861d47845f24 - stable/13 - ffs_syncvnode: only clear IN_NEEDSYNC after successfull sync

2021-02-23 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=861d47845f248be085e784dc5ab4221e078f8100 commit 861d47845f248be085e784dc5ab4221e078f8100 Author: Konstantin Belousov AuthorDate: 2021-01-23 21:50:55 + Commit: Konstantin Belousov CommitDate

git: 9255b36faf8a - stable/13 - ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9255b36faf8a6ba790517c665fb47f174fa185db commit 9255b36faf8a6ba790517c665fb47f174fa185db Author: Konstantin Belousov AuthorDate: 2021-01-26 11:35:21 + Commit: Konstantin Belousov CommitDate

git: 75f0d88bd3f0 - stable/13 - vn_open(): If the vnode is reclaimed during open(2), do not return error.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=75f0d88bd3f0d85cce17f7d1039c7e14c7d2aa4d commit 75f0d88bd3f0d85cce17f7d1039c7e14c7d2aa4d Author: Konstantin Belousov AuthorDate: 2021-02-03 11:02:18 + Commit: Konstantin Belousov CommitDate

git: d96c8375a637 - stable/13 - nfsserver: use VOP_VPUT_PAIR().

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d96c8375a6373a57a3c2a92b60a9f0dd1215d6c1 commit d96c8375a6373a57a3c2a92b60a9f0dd1215d6c1 Author: Konstantin Belousov AuthorDate: 2021-01-24 13:02:27 + Commit: Konstantin Belousov CommitDate

git: e3e958f3a4f2 - stable/13 - ffs_inotovp(): interface to convert (ino, gen) into alive vnode

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e3e958f3a4f2d3c8cb630e9659bc2a65d0846c52 commit e3e958f3a4f2d3c8cb630e9659bc2a65d0846c52 Author: Konstantin Belousov AuthorDate: 2021-01-26 11:52:59 + Commit: Konstantin Belousov CommitDate

git: e45f7c841983 - stable/13 - nullfs: provide special bypass for VOP_VPUT_PAIR

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e45f7c841983f6ccd65d6061a5542989a8201826 commit e45f7c841983f6ccd65d6061a5542989a8201826 Author: Konstantin Belousov AuthorDate: 2021-01-24 13:22:48 + Commit: Konstantin Belousov CommitDate

git: 1de6eb52fdbf - stable/13 - FFS: implement special VOP_VPUT_PAIR().

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1de6eb52fdbfca2df545cf4860b8f18c1f140f70 commit 1de6eb52fdbfca2df545cf4860b8f18c1f140f70 Author: Konstantin Belousov AuthorDate: 2021-01-27 18:09:53 + Commit: Konstantin Belousov CommitDate

git: d72a156fb67d - stable/13 - ufs vnops: brace softdep_prelink() with DOINGSUJ instead of DOINGSOFTDEP

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d72a156fb67da00890137b8f1ec5f5117fbe7015 commit d72a156fb67da00890137b8f1ec5f5117fbe7015 Author: Konstantin Belousov AuthorDate: 2021-01-23 23:12:39 + Commit: Konstantin Belousov CommitDate

git: ed3b4bbe359b - stable/13 - ufs_direnter/SU: unconditionally UFS_UPDATE inode when extending directory

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ed3b4bbe359bc01407e455eb3f535bc0d632e9b4 commit ed3b4bbe359bc01407e455eb3f535bc0d632e9b4 Author: Konstantin Belousov AuthorDate: 2021-01-23 21:52:10 + Commit: Konstantin Belousov CommitDate

git: b7a3af0b9f01 - stable/13 - Use VOP_VPUT_PAIR() for eligible VFS syscalls.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b7a3af0b9f010afa9cc0e29d87827f349ab2db9a commit b7a3af0b9f010afa9cc0e29d87827f349ab2db9a Author: Konstantin Belousov AuthorDate: 2021-01-28 22:31:30 + Commit: Konstantin Belousov CommitDate

git: ea8aa5f3edbb - stable/13 - ffs softdep: Force processing of VI_OWEINACT vnodes when there is inode shortage

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ea8aa5f3edbba1048740c42d7d0734f3fd4cc7b2 commit ea8aa5f3edbba1048740c42d7d0734f3fd4cc7b2 Author: Konstantin Belousov AuthorDate: 2021-01-31 18:39:49 + Commit: Konstantin Belousov CommitDate

git: 1f96e4cd1e3c - stable/13 - Add VOP_VPUT_PAIR() with trivial default implementation.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1f96e4cd1e3c500d3837a77811ce47b96353296b commit 1f96e4cd1e3c500d3837a77811ce47b96353296b Author: Konstantin Belousov AuthorDate: 2021-01-28 22:30:53 + Commit: Konstantin Belousov CommitDate

git: df1314860ab0 - stable/13 - ffs softdep: remove will_direnter argument of softdep_prelink()

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=df1314860ab0eb5dc983bc80b1e6d6dc94610916 commit df1314860ab0eb5dc983bc80b1e6d6dc94610916 Author: Konstantin Belousov AuthorDate: 2021-01-23 22:40:19 + Commit: Konstantin Belousov CommitDate

git: 6c465e4719ab - stable/13 - ffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6c465e4719abe04a2c97f49385c2da3046cf39c9 commit 6c465e4719abe04a2c97f49385c2da3046cf39c9 Author: Konstantin Belousov AuthorDate: 2021-01-24 13:56:05 + Commit: Konstantin Belousov CommitDate

git: bbf612a1af56 - stable/13 - Stop ignoring ERELOOKUP from VOP_INACTIVE()

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bbf612a1af56cc4307650c5f38ec63deeefdbe32 commit bbf612a1af56cc4307650c5f38ec63deeefdbe32 Author: Konstantin Belousov AuthorDate: 2021-01-30 19:17:29 + Commit: Konstantin Belousov CommitDate

git: c918922cb9a7 - stable/13 - ufs_direnter: move directory truncation to ffs_vput_pair().

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c918922cb9a74f4f5f39420527642f207ba1ce50 commit c918922cb9a74f4f5f39420527642f207ba1ce50 Author: Konstantin Belousov AuthorDate: 2021-01-27 20:34:14 + Commit: Konstantin Belousov CommitDate

git: b7d28c4e9073 - stable/13 - ffs_vput_pair(): try harder to recover from the vnode reclaim

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b7d28c4e9073299c2a18c5c7d8013f5f55eb73ce commit b7d28c4e9073299c2a18c5c7d8013f5f55eb73ce Author: Konstantin Belousov AuthorDate: 2021-01-27 18:10:51 + Commit: Konstantin Belousov CommitDate

git: 2947fc2ccf91 - stable/13 - lockf: ensure atomicity of lockf for open(O_CREAT|O_EXCL|O_EXLOCK)

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2947fc2ccf918661b0896526a0c0513c59d8d652 commit 2947fc2ccf918661b0896526a0c0513c59d8d652 Author: Konstantin Belousov AuthorDate: 2021-01-29 23:48:55 + Commit: Konstantin Belousov CommitDate

git: e1e108f35102 - stable/13 - ufs_rename: use VOP_VPUT_PAIR and rely on directory sync/truncation there

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e108f351026e9f06fdc18f0db2d657402b9fcf commit e1e108f351026e9f06fdc18f0db2d657402b9fcf Author: Konstantin Belousov AuthorDate: 2021-01-28 13:34:56 + Commit: Konstantin Belousov CommitDate

git: 220cd6b04580 - stable/13 - ufs_direnter: directory truncation does not need special case for rename

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=220cd6b0458006554944598e170436eb0db683da commit 220cd6b0458006554944598e170436eb0db683da Author: Konstantin Belousov AuthorDate: 2021-01-29 12:31:52 + Commit: Konstantin Belousov CommitDate

git: 6dde909bb597 - stable/13 - ufs_inactive(): stop hiding ERELOOKUP from ffs_truncate(), return it.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6dde909bb5976988483dacf6c56465c62f795e8a commit 6dde909bb5976988483dacf6c56465c62f795e8a Author: Konstantin Belousov AuthorDate: 2021-01-30 19:18:22 + Commit: Konstantin Belousov CommitDate

git: 3f0157cb6578 - stable/13 - ffs_unlock: assert that IN_ENDOFF is not leaked past locked scope

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3f0157cb65788ea71e0be15ed0815faaade61054 commit 3f0157cb65788ea71e0be15ed0815faaade61054 Author: Konstantin Belousov AuthorDate: 2021-01-31 19:01:17 + Commit: Konstantin Belousov CommitDate

git: b1ed1a515137 - stable/13 - softdep_request_cleanup: wait for softdep_request_clean_flush() to pass

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b1ed1a515137fb9cff3037a64c8e4edf7ff9b03f commit b1ed1a515137fb9cff3037a64c8e4edf7ff9b03f Author: Konstantin Belousov AuthorDate: 2021-02-03 23:58:05 + Commit: Konstantin Belousov CommitDate

git: c6e46d0c6b9a - stable/13 - fifo: minor comment and assert improvements.

2021-02-24 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c6e46d0c6b9a6a79333689c4bf735cb5456200a2 commit c6e46d0c6b9a6a79333689c4bf735cb5456200a2 Author: Konstantin Belousov AuthorDate: 2021-02-01 10:43:16 + Commit: Konstantin Belousov CommitDate

git: e2494f7561c8 - main - atomic: add atomic_interrupt_fence()

2021-02-24 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e2494f7561c852951d8ac567314f5e12f19ee7af commit e2494f7561c852951d8ac567314f5e12f19ee7af Author: Konstantin Belousov AuthorDate: 2021-02-23 22:12:29 + Commit: Konstantin Belousov CommitDate: 2021

git: fd61ccfeb448 - stable/13 - ffs_reallocblks: change the guard for softdep_prealloc() call to DOINGSUJ()

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fd61ccfeb448ff77ff84978df68d9c2b025e0091 commit fd61ccfeb448ff77ff84978df68d9c2b025e0091 Author: Konstantin Belousov AuthorDate: 2021-02-19 12:37:12 + Commit: Konstantin Belousov CommitDate

git: 94412c2d00d6 - stable/13 - ffs: do not call softdep_prealloc() from UFS_BALLOC()

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=94412c2d00d641fc2f0892e4b9b2f598c48c4eaa commit 94412c2d00d641fc2f0892e4b9b2f598c48c4eaa Author: Konstantin Belousov AuthorDate: 2021-02-18 14:51:50 + Commit: Konstantin Belousov CommitDate

git: 66308a13dddc - stable/13 - Fix bug 253158 - Panic: snapacct_ufs2: bad block - mksnap_ffs(8) crash

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=66308a13dddcf4282521c044ee668c15a638cdd6 commit 66308a13dddcf4282521c044ee668c15a638cdd6 Author: Kirk McKusick AuthorDate: 2021-02-12 05:31:16 + Commit: Konstantin Belousov CommitDate: 2021

git: 120c4f6405be - stable/13 - ffs_vnops.c: style

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=120c4f6405bede7dc5eefe7e63d7acec22fa1d2f commit 120c4f6405bede7dc5eefe7e63d7acec22fa1d2f Author: Konstantin Belousov AuthorDate: 2021-02-20 17:01:40 + Commit: Konstantin Belousov CommitDate

git: e2827f8a1345 - stable/13 - ffs_close_ea: do not relock vnode under lock_ea

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e2827f8a13451f9f6409d111b40fcf6c83b119c5 commit e2827f8a13451f9f6409d111b40fcf6c83b119c5 Author: Konstantin Belousov AuthorDate: 2021-02-21 10:10:06 + Commit: Konstantin Belousov CommitDate

git: ffa424772e9f - stable/13 - Call softdep_prealloc() before taking ffs_lock_ea(), if unlock is committing

2021-02-25 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ffa424772e9f679c59610e4a6173cfab8d0b4943 commit ffa424772e9f679c59610e4a6173cfab8d0b4943 Author: Konstantin Belousov AuthorDate: 2021-02-21 10:11:54 + Commit: Konstantin Belousov CommitDate

git: 041d9a1e057e - releng/13.0 - buf SU hooks: track buf_start() calls with B_IOSTARTED flag

2021-02-25 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=041d9a1e057e5e16a29070ee149357dde2c77c2c commit 041d9a1e057e5e16a29070ee149357dde2c77c2c Author: Konstantin Belousov AuthorDate: 2021-01-30 02:10:34 + Commit: Konstantin Belousov

git: b95a45365676 - releng/13.0 - ffs: call ufsdirhash_dirtrunc() right after setting directory size

2021-02-25 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b95a45365676204c7bfad1a28bfdbd1831a86e6c commit b95a45365676204c7bfad1a28bfdbd1831a86e6c Author: Konstantin Belousov AuthorDate: 2021-01-28 18:33:58 + Commit: Konstantin Belousov

git: 6a61e5e0a1ed - releng/13.0 - Merge ufs_fhtovp() into ffs_inotovp().

2021-02-25 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6a61e5e0a1ed058515860b4806d17196cc51195e commit 6a61e5e0a1ed058515860b4806d17196cc51195e Author: Konstantin Belousov AuthorDate: 2021-01-28 12:20:48 + Commit: Konstantin Belousov

git: 8ecc621480bb - releng/13.0 - ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()

2021-02-25 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8ecc621480bb2e3676c940a63acc3a8ad61a75f5 commit 8ecc621480bb2e3676c940a63acc3a8ad61a75f5 Author: Konstantin Belousov AuthorDate: 2021-01-26 11:35:21 + Commit: Konstantin Belousov

git: fc54784b47b6 - releng/13.0 - ffs_inotovp(): interface to convert (ino, gen) into alive vnode

2021-02-25 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fc54784b47b6876e03527fbfff317fcc4764c1b1 commit fc54784b47b6876e03527fbfff317fcc4764c1b1 Author: Konstantin Belousov AuthorDate: 2021-01-26 11:52:59 + Commit: Konstantin Belousov

  1   2   3   4   5   6   7   8   9   10   >