lp:ubuntu/utopic-proposed/util-linux

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic-proposed/util-linux
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

110. By Martin Pitt

* Merge with Debian experimental.
  - This is now a non-ancient version. (LP: #1012081)
  - No longer uses /etc/blkid.tab by default, but a file in /run/.
    (LP: #1244595)
  - mkswap wipes fs signatures (LP: #1047666)
  - Fix "reatime" manpage typo (LP: #1047666)
  - wipefs properly cleans up fs signatures (LP: #1059872)
  Remaining Ubuntu changes:
  - Regularly trim SSDs automatically (core-1311-ssd-trimming):
    + Add debian/fstrim-all: Script to detect which mounted partitions
      need/support trimming, and call fstrim(8) on all of them.
      Install into /usr/sbin/.
    + Add debian/fstrim-all.8: Manpage for the above.
    + Add debian/fstrim-all.cron: Trivial shell script to call fstrim-all,
      so that admins can easily adjust/disable it. Installed as
      /etc/cron.weekly/fstrim.
  - Upstart support:
    + Add hwclock{-save}.upstart, and install them in debian/rules.
    + Drop initscripts dependency.
    + Drop debian/hwclock.rules and hwclock.default.
  - Add mountall-options.patch, see patch header.
  - uuid-runtime.postinst: Due to the way the uuidd account is created, it
    will get a uid/gid allocation for userns use. This isn't needed and is a
    waste of uid/gid so always clear uuidd from subuid/subgid.
* Drop /lib/init/fstab parsing fallback in mount. Patch does not apply at
  all any more, is specific to mountall (and thus should not be relied
  upon), and not very useful; all init systems, schroot, debootstrap etc.
  mount /sys, /proc/ and friends by themselves already.

109. By Martin Pitt

fstrim-all: Fix typo that made unwanted stderr output from hdparm appear.
Thanks to Matthew L. Dailey! (LP: #1293152)

108. By Adam Conrad

Revert the previous change, as it subtly perturbs apt's unlooping
algorithms and causes upgrade failures from saucy (see LP1307883)

107. By Adam Conrad

Re-introduce the initscripts dep to bring back the transitively
essential status for the /bin/mountpoint binary. (LP: #1307883)

106. By Stéphane Graber

Due to the way the libuuid account is created, it will get a uid/gid
allocation for userns use. This isn't needed and is a waste of uid/gid
so always clear libuuid from subuid/subgid.

105. By Martin Pitt

* debian/fstrim-all: Disable echo statements, they are leftovers from
  debugging. (Part of LP #1293152)
* debian/fstrim-all: Quiesce error message if hdparm fails (such as in VMs).
  (LP: #1293152)

104. By Martin Pitt

debian/fstrim-all: Check if device still exists, to avoid errors on
temporary devices. (side issue in LP #1278048)

103. By Martin Pitt

* debian/fstrim-all: Whitelist OCZ, SanDisk, and Patriot too. (see LP
  #1259829)
* debian/fstrim-all: Exit cleanly if hdparm got uninstalled. (LP: #1278048)
* debian/fstrim-all: Don't print errors on mdadm devices. (LP: #1276941)

102. By Martin Pitt

* debian/fstrim-all: Ignore instead of failing on non-existing devices, such
  as /dev/mapper/* in containers backed by LVM.
* debian/fstrim-all{,.cron,.8}: Only run on Intel and Samsung SSDs by
  default, as some SSDs with faulty firmware may encounter data loss
  problems when running fstrim under high I/O load (e. g.
  https://launchpad.net/bugs/1259829). Add a --no-model-check option to
  disable the vendor check and run fstrim on all SSD drives.

101. By Adam Conrad

debian/rules: follow powerpc/ppc64 conditional path for ppc64el too.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/util-linux
This branch contains Public information 
Everyone can see this information.

Subscribers