| Commit message (Expand) | Author | Age | Files | Lines |
* | - Check flag with the bitwise operator, not the logical operator. | lulf | 2010-10-01 | 2 | -4/+4 |
* | Some schemes can allocate memory for internal purposes but when | ae | 2010-09-25 | 3 | -0/+3 |
* | Change g_eli_debug to int, so one can turn off any GELI output by setting | pjd | 2010-09-25 | 2 | -3/+3 |
* | Ignore errors from BIO_FLUSH. It might confuse users that provider wasn't | pjd | 2010-09-25 | 1 | -8/+6 |
* | Allow to configure GPT attributes. It shouldn't be allowed to set bootfailed | pjd | 2010-09-24 | 1 | -0/+85 |
* | Update copyright years. | pjd | 2010-09-23 | 7 | -7/+7 |
* | Add support for AES-XTS. This will be the default now. | pjd | 2010-09-23 | 5 | -10/+73 |
* | Implement switching of data encryption key every 2^20 blocks. | pjd | 2010-09-23 | 5 | -55/+171 |
* | Make the code similar to the code in g_eli_integrity.c. | pjd | 2010-09-23 | 1 | -3/+4 |
* | Define default overwrite count, so that userland can use it. | pjd | 2010-09-23 | 2 | -1/+2 |
* | When trashing metadata, flush after each write. | pjd | 2010-09-23 | 1 | -0/+7 |
* | Support attaching version 4 metadata | brian | 2010-09-19 | 1 | -2/+4 |
* | Add support for dumping kernel to gconcat. | mav | 2010-09-16 | 1 | -0/+38 |
* | Change message when setting or unsetting attribute less confusing. | pjd | 2010-09-15 | 1 | -2/+3 |
* | Make the message that informs about bootcode being written to disk less | pjd | 2010-09-15 | 1 | -2/+2 |
* | - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER. | pjd | 2010-09-14 | 1 | -55/+118 |
* | Simplify the code a bit. | pjd | 2010-09-14 | 1 | -12/+8 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | pjd | 2010-09-13 | 1 | -8/+4 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 2 | -3/+3 |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | gibbs | 2010-09-02 | 2 | -10/+28 |
* | Correct offset conversion to little endian. It was implemented in version 2, | pjd | 2010-08-28 | 2 | -7/+9 |
* | Remove bintime_cmp() function, unused since r200086. | mav | 2010-08-18 | 1 | -15/+0 |
* | Check that gsp is not NULL before access. It can be NULL | ae | 2010-08-03 | 1 | -1/+1 |
* | Check that table is not NULL before access, it can be NULL | ae | 2010-08-03 | 1 | -1/+1 |
* | Forward ioctl requests to original geom. | ae | 2010-08-02 | 1 | -0/+19 |
* | Release access for consumers that are opened, but will be destroyed | ae | 2010-08-02 | 1 | -0/+4 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 2 | -0/+16 |
* | Prevent access after free to table entry in case when | ae | 2010-07-23 | 1 | -8/+8 |
* | Fixed cache size decoding read from a label. | ru | 2010-07-14 | 1 | -1/+1 |
* | Add NTFS partition type to GEOM_MBR. | rpaulo | 2010-06-26 | 3 | -2/+14 |
* | 'unit' can be negative, so use signed type for it. | pjd | 2010-06-14 | 1 | -1/+1 |
* | BIO_DELETE contains range we want to delete and doesn't provide any useful | pjd | 2010-06-14 | 1 | -1/+1 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -1/+1 |
* | Untangle g_print_bio(), silencing Coverity. | trasz | 2010-06-10 | 1 | -8/+7 |
* | Try and narrow the gap in which you act on an event that has been canceled. | mjacob | 2010-06-08 | 1 | -0/+10 |
* | Make sure not to pass NULL to g_orphan_provider(). | trasz | 2010-06-05 | 1 | -1/+2 |
* | Don't leak memory on destruction. | marius | 2010-06-02 | 2 | -0/+12 |
* | g_label: fix possible NULL pointer dereference | avg | 2010-05-31 | 1 | -4/+2 |
* | Fix some whitespace nits. | marius | 2010-05-24 | 1 | -10/+11 |
* | Teach gpart about bootcode on APM. | nwhitehorn | 2010-05-16 | 1 | -0/+26 |
* | Yet another potential dereference of a dead provider. | mjacob | 2010-05-14 | 1 | -1/+1 |
* | Make sure to check that the active provider pointer points to something before | mjacob | 2010-05-14 | 1 | -1/+1 |
* | - Don't return EAGAIN from gv_unload(). It was used to work around the | jh | 2010-05-10 | 4 | -5/+20 |
* | In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case. | jh | 2010-05-10 | 1 | -1/+1 |
* | - Remove obsolete flags. | lulf | 2010-05-08 | 1 | -6/+0 |
* | Fix deadlock between GEOM class unloading and withering. Withering can't | jh | 2010-05-05 | 2 | -47/+54 |
* | Re-calculate a geometry when reprobing as well. | marcel | 2010-04-25 | 1 | -0/+9 |
* | Fix undo for schemes that have internal partitions. Internal partitions | marcel | 2010-04-25 | 1 | -1/+14 |
* | Implement the resize verb and add support for resizing partitions | marcel | 2010-04-23 | 8 | -4/+222 |
* | Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don't | jh | 2010-04-19 | 1 | -7/+13 |