Remove signal handling from LUKS keyencryption and simplify code.
[platform/upstream/cryptsetup.git] / lib / utils_loop.c
2012-11-30 Milan BrozAdd sys/types.h for loop wrapper (required on new systems).
2012-05-01 Milan BrozFix loop mapping on readonly file.
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-08-26 Milan BrozRemove internal loop definitions from header file.
2011-08-22 Milan BrozUse /dev/loop-control if possible (kernel 3.1).
2011-08-01 Milan BrozAdd loop control stub for testing new loop device inter...
2011-03-13 Milan BrozPrefer sysfs when reading backing file.
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-12 Milan BrozRequire loop autoclear support.
2011-03-12 Milan BrozSeparate loop handling from internal code.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...