Re: [gentoo-portage-dev] [PATCH] egencache --write-timestamp: use write_atomic (bug 577126)

2016-03-12 Thread Brian Dolbec
On Sat, 12 Mar 2016 00:29:49 -0800 Zac Medico wrote: > Use write_atomic in order to create a new inode. This leads to > copy-on-write behavior with hardlinks, which is useful if someone > wants to use hardlinks to create copy-on-write repository > snapshots on a filesystem

Re: [gentoo-dev] Repoman rewrite stage3. Migrate check data to the tree

2016-03-12 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/11/2016 07:35 PM, Brian Dolbec wrote: > On Thu, 10 Mar 2016 18:40:31 -0800 Patrick McLean > wrote: > >> On Thu, 10 Mar 2016 18:30:07 -0800 Brian Dolbec >> wrote: >> YAML - like JSON but made to be

[gentoo-dev] Linux Kernel ABI report

2016-03-12 Thread Ponomarenko Andrey
Hello, I continued to maintain ABI report for the Linux kernel here: http://abi-laboratory.pro/tracker/timeline/linux/ The report represents history of ABI changes since 2.6.36 up to 4.4.5 version of the kernel. It is now generated by the ABI tracker, ABI monitor, ABI dumper and ABI

[gentoo-portage-dev] [PATCH] egencache --write-timestamp: use write_atomic (bug 577126)

2016-03-12 Thread Zac Medico
Use write_atomic in order to create a new inode. This leads to copy-on-write behavior with hardlinks, which is useful if someone wants to use hardlinks to create copy-on-write repository snapshots on a filesystem such as ext4 (no need for btrfs or zfs). X-Gentoo-bug: 577126 X-Gentoo-bug-url: