Set context for DM log for all DM backend entries.
[platform/upstream/cryptsetup.git] / lib / libdevmapper.c
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-14 Milan BrozAdd context to DM helpers.
2012-08-12 Milan BrozNew device access backend.
2012-06-26 Milan BrozRemove open device debugging feature (no longer needed).
2012-06-18 Milan BrozFix hex_to_bytes and add it to common utils.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-10 Milan BrozAvoid some clang warnings.
2012-06-10 Milan BrozRemove some compilation warnings.
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-09 Milan BrozEnhance status of active device.
2012-06-09 Milan BrozSupport empty salt for verity, support no superblock.
2012-06-08 Milan BrozSupport init_by_name for verity.
2012-06-08 Milan BrozUnify dm backend for crypt/verity.
2012-06-08 Milan BrozUse union in dm (crypt/verity) query structure.
2012-06-07 Milan BrozDetect dm-verity in kernel.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-20 Milan BrozAllow empty cipher (cipher_null).
2012-05-02 Milan BrozAllow "private" activation (skip some udev global rules...
2012-05-02 Milan BrozSwitch on retry on device remove for libdevmapper.
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-09 Milan BrozSimplify global error call.
2011-08-15 Milan BrozSilent gcc warnings with -Wconst-qual switch.
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-17 Milan BrozAdd --enable-discards option to allow discards/TRIM...
2011-07-17 Milan BrozUse struct volume key thorough.
2011-07-17 Milan BrozRewrite dm query/create function backend.
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-05-24 Milan BrozHandle even non-standard and non-udev /dev in devpath.
2011-05-24 Milan BrozMove devpath scan to separate file.
2011-05-18 Milan BrozSimplify device path scan and avoid stat();
2011-04-18 Milan BrozRemove another compile warnings.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-22 Milan BrozCheck for plain64 IV support in DM backend.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-03-10 Milan BrozWorkaround LMK capability check if dm-crypt module...
2011-03-05 Milan BrozBetter detects dm-ioctl secure flag using version befor...
2011-03-05 Milan BrozUse secure data bit for dm-ioctl if supported.
2011-01-25 Milan BrozAdd dm flags for query for features.
2010-10-26 Milan BrozMove safe alloc routines into common lib file.
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-07-03 Milan BrozFix previous commit to properly check udev flag definition.
2010-07-03 Milan BrozFix udev support for old libdevmapper with not compatib...
2010-05-30 Milan BrozRemove device even if underlying device disappeared.
2010-05-23 Milan BrozFix luksClose if underlying device is another DM device
2010-05-03 Milan BrozFix automatic dm-crypt module loading.
2010-04-30 Milan BrozDetect old dm-crypt module and disable LUKS suspend...
2010-04-29 Milan BrozFix includes for libdevmapper internals.
2010-04-16 Milan BrozDo not use kernel dm-ioctl header directly and remove...
2010-04-16 Milan BrozFix udev support. Set flag to disable udev rules for...
2010-04-15 Milan BrozDetect and use devmapper udev support if available...
2010-04-06 Milan BrozPrefer some device paths in status display. (Issue 48)
2010-01-15 Milan BrozFix missing includes on recent systems.
2009-11-15 Milan BrozAdd temporary debug code to allow better debugging...
2009-11-14 Milan BrozFix status device call to fail if running as non-root.
2009-10-01 Milan BrozMove dm backend initialisation to library calls.
2009-09-20 Milan BrozReplace locked device with error target after 1 sec...
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-07-22 Milan BrozRemove unneeded timeout when remove of temporary device...
2009-06-21 Milan BrozDefine device-mapper crypt UUID maximal length and...
2009-06-20 Milan BrozSet UUID in device-mapper for LUKS devices.
2009-06-20 Milan BrozRetain readahead of underlying device.
2009-06-20 Milan BrozCheck device size when loading LUKS header.
2008-09-16 Milan BrozUse remapping to error target instead of calling udevse...
2008-09-11 Clemens FruhwirthCheck device mapper communication and warn user in...
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...