summaryrefslogtreecommitdiffstats
path: root/lib/metadata/pv_manip.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-2/+0
* discards: split discard from release_pv_segmentAlasdair G Kergon2012-06-271-23/+35
* Some more missing supposedly 64bit operations.Zdenek Kabelac2012-03-051-2/+2
* Test alloc failZdenek Kabelac2012-03-011-4/+6
* Improve the discard documentation. Also improve discard code inMike Snitzer2011-04-131-10/+14
* Use uint32_t rather than uint64_t.Mike Snitzer2011-04-121-1/+1
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-121-0/+27
* Remove double bracesZdenek Kabelac2011-03-291-1/+1
* %ld -> PRIu64Peter Rajnoha2011-02-211-1/+1
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-16/+54
* Fix all segments memory is allocated from vg private mempool.Milan Broz2010-03-311-9/+12
* Do not traverse PV segment list twice.Milan Broz2010-03-311-18/+25
* Optimise PV segments search.Milan Broz2010-03-311-0/+14
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-18/+18
* Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.Dave Wysochanski2008-03-261-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-28/+14
* move pvresize_single back under toolsAlasdair Kergon2007-11-151-154/+0
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-3/+2
* Add is_orphan_vg() and change all hardcoded checks to use it.Bryn M. Reeves2007-11-021-2/+2
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-10/+10
* Some const fixups for previous checkinsDave Wysochanski2007-09-241-4/+4
* Add %PVS extents option to lvresize, lvextend, and lvcreate.Dave Wysochanski2007-09-201-0/+40
* move guts of pvresize into libraryDave Wysochanski2007-08-301-0/+158
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+2
* A pvresize implementation (Zak Kipling).Alasdair Kergon2005-10-311-0/+95
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-5/+4
* Fix pvmove segment splitting.Alasdair Kergon2005-07-121-2/+13
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-2/+7
* Basic support for mirrors.Alasdair Kergon2005-06-011-11/+49
* Cope with missing format1 PVs again.Alasdair Kergon2005-05-111-0/+9
* Remove lists of free PV segments.Alasdair Kergon2005-05-111-42/+1
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-14/+213
* initial pv_segment defnsAlasdair Kergon2005-04-191-0/+83