1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/misc
Zdenek Kabelac 2955b913ea Use new status code from fsadm check
Patch updates exec_cmd() and adds 3rd parameter with pointer for
status value, so caller might examine returned status code.
If the passed pointer is NULL, behavior is unmodified.

Patch allows to confinue with lvresize if the failure from fsadm check is
caused by mounted filesystem as many of filesystem resize tools do support
online filesystem resize. (originally user had to use flag '-n' to bypass
this filesystem check)
2010-11-01 14:17:35 +00:00
..
configure.h.in Don't use floor() in _bitset_with_random_bits 2010-10-13 12:18:53 +00:00
crc_gen.c was renamed 2010-09-27 19:10:46 +00:00
crc.c Fix constness warning 2010-10-25 13:36:09 +00:00
crc.h Speed up CRC32 calculations by using a larger lookup table. 2010-09-27 19:09:34 +00:00
intl.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
last-path-component.h cleaner const char* usage for last_path_component() 2008-11-12 09:53:33 +00:00
lib.h more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
lvm-exec.c Use new status code from fsadm check 2010-11-01 14:17:35 +00:00
lvm-exec.h Use new status code from fsadm check 2010-11-01 14:17:35 +00:00
lvm-file.c Use log_error macro consistently throughout in place of log_err. 2009-07-15 20:02:46 +00:00
lvm-file.h Make _init_rand() thread safe - use rand_r() instead of rand(). 2008-12-07 04:27:56 +00:00
lvm-globals.c Limit repeated accesses to broken devices. 2010-10-13 15:40:38 +00:00
lvm-globals.h Limit repeated accesses to broken devices. 2010-10-13 15:40:38 +00:00
lvm-string.c Speed up unquoting of quoted double quotes and backslashes. 2010-09-28 01:29:06 +00:00
lvm-string.h Add escape sequence for ':' and '@' found in device names used as PVs. 2010-09-23 12:02:33 +00:00
lvm-version.h.in Add an API version number, LVM_LIBAPI, to the VERSION string. 2009-07-22 20:01:28 +00:00
lvm-wrappers.c Add generic function to read /dev/urandom, used in uuid calculation. 2008-12-07 04:23:37 +00:00
lvm-wrappers.h Provide alternative implementation of obsolete siginterrupt(). 2009-09-28 21:23:02 +00:00
sharedlib.c Create global is_static() to eliminate from the library init function. 2008-12-18 05:27:17 +00:00
sharedlib.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
timestamp.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
timestamp.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
util.c Fix the fsadm build failure without using -llvm. 2007-10-03 16:10:04 +00:00
util.h Macro uninitialized_var gives warnings in static analysis 2010-10-26 10:04:34 +00:00