Alexander Morozov
|
bb96e53b0f
Fix vet error about passing Mutex by value
|
10 年之前 |
unclejack
|
044d979f4e
Merge pull request #10003 from vbatts/vbatts-dm_loop_file_info
|
10 年之前 |
Vincent Batts
|
2b51d1a167
devmapper: remove newline string
|
10 年之前 |
Vincent Batts
|
09c033ff87
devmapper: show device and loop file , if used
|
10 年之前 |
Derek
|
9bbed5ab4c
change to lazy Unmount
|
10 年之前 |
Alexander Morozov
|
c7ff6bf691
Fix vet errors about json tags for unexported fields
|
10 年之前 |
Vivek Goyal
|
17b75a21a6
devmapper: Use transactions during device deletion
|
10 年之前 |
Vivek Goyal
|
c115c4aa45
devmapper: Use transaction mechanism during device or snap device creation
|
10 年之前 |
Vivek Goyal
|
e28a419e11
devmapper: Find a free device Id to use for device creation
|
10 年之前 |
Vivek Goyal
|
14d0dd855e
devmapper: Open code createDevice() and createSnapDevice()
|
10 年之前 |
Vivek Goyal
|
a44c23fe66
devmapper: Provide a helper function getNextDeviceId()
|
10 年之前 |
Vivek Goyal
|
39dc7829de
devmapper: Construct initial device Id map from device meta files
|
10 年之前 |
Vivek Goyal
|
4d39e056aa
devmapper: Keep track of used device Ids in a bitmap
|
10 年之前 |
Vivek Goyal
|
359a38b26a
devmapper: Use a common delete function for all device deletion operation
|
10 年之前 |
Vivek Goyal
|
f078bcd8e5
devmapper: Rename NewTransactionId to OpenTransactionId
|
10 年之前 |
Vivek Goyal
|
7b0a1b814b
devmapper: Allocate new transaction Id using current transaction Id
|
10 年之前 |
Vivek Goyal
|
6d347aeb69
devmapper: Remove unnecessary condition check in updatePoolTransactionId()
|
10 年之前 |
Vivek Goyal
|
ad9118c696
devmapper: Create new helper function for device and snap creation
|
10 年之前 |
Vivek Goyal
|
442247927b
devmapper: Provide a function unregisterDevice()
|
10 年之前 |
Vivek Goyal
|
7b2b15d3e9
devmapper: Use device id as specified by caller
|
10 年之前 |
Vivek Goyal
|
5be77901cd
devmapper: Do not add back device into hash map if meta file removal failed
|
10 年之前 |
Vivek Goyal
|
824a87f7ef
devmapper: Move pool id query and migration of old data in separate function
|
10 年之前 |
Vivek Goyal
|
0db6cc85ed
devmapper: Remove transaction Id update from saveMetaData()
|
10 年之前 |
Vivek Goyal
|
004d8b9b33
devmapper: Remove unnecessary call to allocateTransactionId() during device removal
|
10 年之前 |
Vivek Goyal
|
b721d6d8d0
devmapper: Do not check for transaction id during device metadata loading
|
10 年之前 |
Vivek Goyal
|
bb00453e58
devmapper: Do not check for pool transaction id during old metadata migration
|
10 年之前 |
Mike Snitzer
|
b9f1b0a751
devmapper: cleanup some extraneous branching in setupBaseImage()
|
10 年之前 |
Mike Snitzer
|
553b50bd37
devmapper: remove unnecessary else branch in getPoolName()
|
10 年之前 |
Mike Snitzer
|
e49567ba72
devmapper: disable discards by default if dm.thinpooldev was specified
|
10 年之前 |
Mike Snitzer
|
2b10749cdd
devmapper: Add option for specifying an lvm2 created thin-pool device
|
10 年之前 |