Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lightnvm: refactor phys addrs type to u64 | Matias Bjørling | 2015-11-03 | 1 | -3/+3 |
| | | | | | | | | | | For cases where CONFIG_LBDAF is not set. The struct ppa_addr exceeds its type on 32 bit architectures. ppa_addr requires a 64bit integer to hold the generic ppa format. We therefore refactor it to u64 and replaces the sector_t usages with u64 for physical addresses. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com> | ||||
* | rrpc: Round-robin sector target with cost-based gc | Matias Bjørling | 2015-10-29 | 1 | -0/+239 |
This target allows an Open-Channel SSD to be exposed asas a block device. It implements a round-robin approach for sector allocation, together with a greedy cost-based garbage collector. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com> |