summaryrefslogtreecommitdiffstats
path: root/src/tools/rbd_nbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* rbd-nbd: map using netlink interface by defaultRamana Raja2024-01-251-18/+14
* rbd-nbd: log errors during netlink_resize() using derrRamana Raja2024-01-241-5/+6
* rbd_nbd: fix resize of images mapped using netlinkRamana Raja2024-01-241-6/+13
* rbd-nbd: fix stuck with disable requestPrasanna Kumar Kalever2023-09-211-31/+81
* rbd, rbd-nbd: make --encryption-format optionalIlya Dryomov2022-12-041-1/+7
* rbd, rbd-nbd: accept "luks", "luks1" and "luks2" formatsIlya Dryomov2022-12-041-54/+84
* rbd, rbd-nbd: don't strip trailing newline in passphrase filesIlya Dryomov2022-12-041-6/+2
* rbd: add --snap-id option to "rbd device map|unmap|attach|detach"Prasanna Kumar Kalever2022-11-101-0/+5
* rbd-nbd: provide a way to map snapshots by idPrasanna Kumar Kalever2022-11-101-8/+37
* tools/rbd: add encryption format support for cloned imageOr Ozeri2022-08-251-56/+64
* librbd/crypto: allow loading luks format without specifying versionOr Ozeri2022-08-041-3/+19
* rbd-nbd: allow user to specify cookie at mapPrasanna Kumar Kalever2021-10-261-4/+5
* rbd-nbd: allow attach without --cookie for old kernel versionsPrasanna Kumar Kalever2021-10-261-8/+14
* rbd-nbd: show per device cookie with list commandPrasanna Kumar Kalever2021-10-261-1/+5
* rbd-nbd: mandate device cookie for attach commandPrasanna Kumar Kalever2021-10-261-0/+12
* rbd-nbd: provide a flag to show device cookie with map commandPrasanna Kumar Kalever2021-10-261-1/+30
* rbd-nbd: generate and send device cookie with netlink connect requestPrasanna Kumar Kalever2021-10-262-0/+9
* rbd: correct image_spec() output when rbd-nbd Detach/Unmap errorhaoyixing2021-10-141-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-5/+2
* tools/rbd_nbd: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* rbd-nbd: support notrim option with map commandPrasanna Kumar Kalever2021-06-281-1/+8
* *: always include <filesystem>Kefu Chai2021-06-091-6/+2
* librbd, tools/rbd_nbd: use boost::endian for endian conversionKefu Chai2021-04-281-18/+14
* rbd: use portable zero-ing memory functionYuanXin2021-02-271-1/+1
* tools/rbd-nbd: change block size to 4K for LUKS2 imagesOr Ozeri2021-01-201-3/+6
* librbd: add encryption cliOr Ozeri2021-01-131-12/+86
* global: reexpand the conf meta in all the child processesXiubo Li2020-11-231-1/+0
* rbd-nbd: try to disconnect before terminatingMykola Golub2020-11-101-3/+11
* rbd-nbd: always check device when searching re-attached processMykola Golub2020-11-101-11/+20
* rbd-nbd: don't look for cmdline in /proc/[tid] subdirectoriesMykola Golub2020-11-101-1/+12
* rbd-nbd: when unmapping or detaching by device try to find processMykola Golub2020-11-101-6/+27
* rbd-nbd: unmap wrongly skipped wait for terminateMykola Golub2020-11-101-17/+24
* rbd-nbd: use pidfd_open syscall if availableMykola Golub2020-11-101-9/+39
* rbd-nbd: reexpand the conf meta in child processXiubo Li2020-10-301-0/+1
* rbd-nbd: add --io-timeout and --reattach-timeout optionsMykola Golub2020-10-131-23/+50
* rbd-nbd: use EventSocket to notify terminateMykola Golub2020-10-131-15/+24
* rbd-nbd: make unmap/detach wait for rbd-nbd process to terminateMykola Golub2020-10-131-3/+59
* rbd-nbd: make sure all pending io is processed before exitingMykola Golub2020-10-071-25/+35
* rbd-nbd: introduce new attach and detach commandsMykola Golub2020-10-071-76/+244
* rbd-nbd: update netlink header fileMykola Golub2020-10-071-2/+31
* rbd-nbd: don't ignore namespace when unmapping by image specMykola Golub2020-09-271-2/+2
* rbd-nbd: fix typo in mini helpMykola Golub2020-09-201-1/+1
* rbd-nbd: initialize quiesce state variableMykola Golub2020-09-121-3/+2
* rbd-nbd: return quiesce hook exit codeMykola Golub2020-09-111-11/+21
* rbd-nbd: fix potential race when waiting unqiesceMykola Golub2020-09-111-5/+8
* librbd: make quiesce_complete to pass handleMykola Golub2020-09-021-4/+8
* librbd: extend quiesce_complete API to return error codeMykola Golub2020-06-091-1/+1
* rbd-nbd: don't abuse rbd_cache_writethrough_until_flushMykola Golub2020-05-131-1/+18
* rbd-nbd: script that can be hooked to quiesce/unquiesce eventsMykola Golub2020-05-091-0/+31
* rbd-nbd: add quiesce/unquiesce hooksMykola Golub2020-05-091-10/+175