summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14btrfs-progs: add getopt stubs where neededDavid Sterba1-7/+13
2016-01-14btrfs-progs: subvol show: use clean_args_no_options instead of opencodingDavid Sterba1-14/+1
2016-01-14btrfs-progs: also check filesystem type in test_issubvolumeDavid Sterba1-2/+11
2016-01-14btrfs-progs: more verbose errors from test_issubvolumeDavid Sterba1-4/+5
2016-01-14btrfs-progs: let test_issubvolume return the exact errorDavid Sterba1-8/+8
2016-01-14btrfs-progs: use symbolic name for subvolume inode number in test_issubvolumeDavid Sterba1-1/+2
2016-01-14btrfs-progs: handle errors from test_isdirDavid Sterba1-0/+8
2016-01-13btrfs-progs: subvol show: handle options by getoptDavid Sterba1-3/+18
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba1-4/+3
2016-01-12btrfs-progs: cmd subvolume: switch to common error message wrapperDavid Sterba1-59/+41
2015-11-02btrfs-progs: subvolume: use btrfs_open_dir for btrfs subvolume commandZhao Lei1-37/+19
2015-10-07btrfs-progs: subvol sync: fix reversed conditionDavid Sterba1-1/+1
2015-09-01btrfs-progs: Simplify all-subvolumn-clean condition for wait_for_subvolume_cl...Zhao Lei1-8/+7
2015-09-01btrfs-progs: Simplify memory allocation for enumerate_dead_subvolsZhao Lei1-11/+6
2015-09-01btrfs-progs: Fix wrong return value of wait_for_subvolume_cleaning()Zhao Lei1-1/+3
2015-09-01btrfs-progs: Fix infinite loop of btrfs subvolumn syncZhao Lei1-1/+1
2015-08-31btrfs-progs: remove code for setup mntid in cmd_subvol_showZhao Lei1-7/+1
2015-08-31btrfs-progs: unify naming of command handlersDavid Sterba1-9/+11
2015-06-12btrfs-progs: properly set up ioctl argumentsDavid Sterba1-0/+1
2015-06-09btrfs-progs: add helper to wait for subvolume cleaningDavid Sterba1-49/+61
2015-06-09btrfs-progs: subvol: let sync check only current deletionsDavid Sterba1-45/+123
2015-06-09btrfs-progs: add command group info stringsDavid Sterba1-1/+4
2015-06-03btrfs-progs: subvol show: tweak outputDavid Sterba1-8/+8
2015-06-03btrfs-progs: subvol show: print received uuidDavid Sterba1-0/+6
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-1/+1
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba1-2/+2
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-10/+11
2015-01-14btrfs-progs: remove uneccessary subvol name check for subvol deletionGui Hecheng1-16/+1
2015-01-14btrfs-progs: Remove redundant short description from cmd_snapshot_usageMartin Volf1-1/+0
2014-12-10btrfs-progs: subvol delete: rename variable to match the option nameDavid Sterba1-10/+10
2014-12-10btrfs-progs: subvol delete: add verbosity optionDavid Sterba1-4/+10
2014-12-10btrfs-progs: let subvol delete print commit mode inlineDavid Sterba1-1/+3
2014-11-27btrfs-progs: fix return value problem for btrfs sub showGui Hecheng1-3/+3
2014-10-10btrfs-progs: wait until all subvolumes are cleanedDavid Sterba1-0/+232
2014-09-14btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills1-1/+5
2014-08-22btrfs-progs: Fix spelling in btrfs sub list helpHugo Mills1-1/+1
2014-08-22btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi1-19/+0
2014-08-22btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi1-6/+3
2014-08-22btrfs-progs: Unify the messy error message formatsSatoru Takeuchi1-7/+7
2014-08-22btrfs-progs: Check fstype in find_mount_root()Qu Wenruo1-0/+7
2014-03-21Btrfs-progs: switch to arg_strtou64() part3Wang Shilong1-6/+2
2014-01-31Btrfs-progs: fix double free when deleting subvolumesWang Shilong1-0/+3
2014-01-31btrfs-progs: fix minor grammar issuesMitchel Humpherys1-5/+5
2014-01-31btrfs-progs: add options to set commit mode after subvol deleteDavid Sterba1-6/+80
2014-01-31btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng1-12/+6
2014-01-31btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain1-1/+1
2013-11-07btrfs-progs: fix potential double-frees in cmd_subvol_delete()Eric Sandeen1-0/+2
2013-11-07Btrfs-progs: set return value to 0 if subvolume get-default successfullyEryu Guan1-0/+1
2013-10-24btrfs-progs: add filter for deleted but uncleanded subvolumesDavid Sterba1-1/+7
2013-10-16Btrfs-progs: check return value of realpath(3)Eryu Guan1-0/+6