SHA256
1
0
forked from pool/hdparm

Accepting request 17608 from Base:System

Copy from Base:System/hdparm based on submit request 17608 from user mseben

OBS-URL: https://build.opensuse.org/request/show/17608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdparm?expand=0&rev=29
This commit is contained in:
OBS User autobuild
2009-08-12 23:37:41 +00:00
committed by Git OBS Bridge
parent 98cbb1eb96
commit 67b444a9e8
5 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 12 14:10:47 CEST 2009 - mseben@suse.cz
- updated to hdparm 9.22
- added fsync() call inside --fallocate
- fixed fibmap.c to work around an observed ext4 bug with FIEMAP's "LAST" flag
- added detailed comments to wiper.sh
- more rework of wiper.sh, added xfs support, added generic online support
- twiddled the code in geom.c slightly
- cosmetic changes in fibmap.c and the manpage description of --fibmap
- added kernel patch for compat_ioctl::fiemap support
- version hdparm 9.21
- fixes and (big) speedups to wiper.sh (v1.2) script
- version hdparm 9.20
- unified the online/offline wiper scripts into a single wiper.sh script
- fixed bug whereby the wiper scripts generated command-lines too long for bash
- fixed non-zero exit status from successful --trim-sector-ranges
- reimplemented --trim-sector-ranges to use sg16() directly, with aligned data
- allow wiper scripts to issue TRIM with up to 255 sectors of LBA-range data
- added kernel patch file for sil24 protocol fix, needed for wiper/TRIM
- cosmetic updates to the wiper scripts
- fixed confirmation prompt text for --trim-sector-ranges
- fixed manpage example for --trim-sector-ranges
- removed some dead code (previously #if 0'd)
-------------------------------------------------------------------
Fri Jul 31 11:11:42 CEST 2009 - mseben@suse.cz