Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 8252a44e9661
Choose a base ref
...
head repository: NixOS/nix
compare: 2458270b69b2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. archive: disable preallocate-contents by default

    using fallocate() to preallocate files space does more harm than good:
     - breaks compression on btrfs
     - has been called "not the right thing to do" by xfs developers
    (because delayed allocation that most filesystems implement leads to smarter
    allocation than what the filesystem needs to do if we upfront fallocate files)
    martinetd committed Nov 26, 2020
    Copy the full SHA
    1fd13d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4094 from martinetd/btrfs

    preallocateContents option: disable by default
    edolstra committed Nov 26, 2020
    Copy the full SHA
    2458270 View commit details
    Browse the repository at this point in the history