summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-039-1/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blockdev: cleanup usage() and update man pageKarel Zak2007-06-292-8/+32
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blockdev: add BLKFRAGET/BLKFRASET ioctlsKarel Zak2007-06-292-0/+14
| | | | | | | | | | | | | | In Linux 2.6 the BLKRASET ioctl has the desired effect for mounted file-systems. In Linux 2.4 it appears to set the number of blocks to read-ahead on the *device* as opposed to within a *file*, and the maximum value of this number is 255. As a result the invocation of blockdev will fail on Linux 2.4 for any usefully large value of READAHEAD, and will not in any case have the desired affect for fragmented files. (Based on the blockdev-getfra-setfra.patch Debian patch.) Signed-off-by: Karel Zak <kzak@redhat.com>
* mkfs.cramfs: cleanup HAVE_ macros usageKarel Zak2007-06-141-6/+9
| | | | | | | It's bad to use any HAVE_* macros for anything other than for build-system (autotools) stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
* disk-utils: fix libuuid usage in mkswapMatthias Koenig2007-05-161-4/+4
| | | | | | Fix libuuid usage in mkswap. Signed-off-by: Matthias Koenig <mkoenig@suse.de>
* build-sys: do not build convenience libraries in lib/Stepan Kasal2007-05-161-2/+2
| | | | | | | Build lib/*.c individually for each project which uses it, so that the right set of flags is applied each time. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* mkfs.cramfs: fix a way how mkfs works with empty filesKarel Zak2007-02-271-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkfs.cramfs: remove hardcoded limit for directoriesKarel Zak2007-02-271-9/+12
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkswap: automatically add selinux label to swapfileKarel Zak2007-02-082-6/+54
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkswap: avoid mkswap usage on already mounted deviceKarel Zak2007-02-071-2/+37
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkswap: gcc happy: unsigned long usageKarel Zak2007-02-071-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Clean up pagesize/PAGE_SIZE usage.Karel Zak2007-02-061-36/+20Star
| | | | | | | | | Now all code in util-linux uses sysconf(_SC_PAGESIZE) that is standardized and preferred way of querying page size. The asm/page.h file is not included to the code anymore. (This patch doesn't change mount's FS detection code which will be removed later). Signed-off-by: Karel Zak <kzak@redhat.com>
* raw: move the raw command to /sbinKarel Zak2007-01-261-1/+1
| | | | | | The raw command could be used from udev scripts. Signed-off-by: Karel Zak <kzak@redhat.com>
* raw: don't accept raw0 as a target nameKarel Zak2007-01-261-6/+28
| | | | | | | The raw0 is rawctl and cannot be used as a normal raw device. The patch also enlarge range of <N> for raw<N> and improve the query mode. Signed-off-by: Karel Zak <kzak@redhat.com>
* raw: update man page (about dd and O_DIRECT)Karel Zak2007-01-251-3/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add missing filesKarel Zak2007-01-041-4/+6
| | | | | | | This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove generated autotools stuff from gitKarel Zak2007-01-031-673/+0Star
| | | | | | | The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre6 tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.13-pre5 tarball.Karel Zak2006-12-072-360/+449
|
* Imported from util-linux-2.13-pre4 tarball.Karel Zak2006-12-072-2/+7
|
* Imported from util-linux-2.13-pre3 tarball.Karel Zak2006-12-072-13/+14
|
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-0712-206/+67Star
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-0717-346/+842
|
* Imported from util-linux-2.12p tarball.Karel Zak2006-12-071-3/+9
|
* Imported from util-linux-2.12o tarball.Karel Zak2006-12-074-14/+130
|
* Imported from util-linux-2.12k tarball.Karel Zak2006-12-072-2/+12
|
* Imported from util-linux-2.12h tarball.Karel Zak2006-12-071-2/+37
|
* Imported from util-linux-2.12d tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.12b tarball.Karel Zak2006-12-074-102/+78Star
|
* Imported from util-linux-2.12a tarball.Karel Zak2006-12-071-11/+12
|
* Imported from util-linux-2.12 tarball.Karel Zak2006-12-072-0/+9
|
* Imported from util-linux-2.11x tarball.Karel Zak2006-12-075-139/+245
|
* Imported from util-linux-2.11v tarball.Karel Zak2006-12-072-21/+24
|
* Imported from util-linux-2.11u tarball.Karel Zak2006-12-071-3/+8
|
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-076-7/+1550
|
* Imported from util-linux-2.11r tarball.Karel Zak2006-12-071-2/+2
|
* Imported from util-linux-2.11q tarball.Karel Zak2006-12-071-11/+16
|
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-079-118/+19Star
|
* Imported from util-linux-2.11n tarball.Karel Zak2006-12-072-79/+203
|
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-076-36/+79
|
* Imported from util-linux-2.11f tarball.Karel Zak2006-12-072-19/+23
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-076-12/+17
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-0712-71/+391
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-0714-205/+575
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-0714-166/+1138
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-0710-233/+380
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-0729-16402/+344Star
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-0719-668/+2258
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-0723-734/+5057
|
* Imported from util-linux-2.5 tarball.Karel Zak2006-12-0723-524/+6135
|