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/mobile-nixos
base: 6198805861ba
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 680aa8796751
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 23, 2019

  1. make_ext4fs: Fix issue with read-only filesystems

    This may trip newer kernels, under some unknown circumstances.
    
    As shown here:
    
    [   10.016001] c7    604 EXT4-fs error (device sda45): ext4_has_uninit_itable:2895: comm mount: Inode table for bg 0 marked as needing zeroing
    
    This happens with the google-walleye device, and unvalidated due to
    lack of logs, might be affecting xiaomi-lavender
    samueldr committed Nov 23, 2019
    Copy the full SHA
    bd0220a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from samueldr-wip/fix/make_ext4fs_workaround

    make_ext4fs: Fix issue with read-only filesystems
    samueldr committed Nov 23, 2019
    Copy the full SHA
    680aa87 View commit details
    Browse the repository at this point in the history