summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: subvol show: use clean_args_no_options instead of opencodingDavid Sterba2016-01-141-14/+1
* btrfs-progs: also check filesystem type in test_issubvolumeDavid Sterba2016-01-141-2/+11
* btrfs-progs: more verbose errors from test_issubvolumeDavid Sterba2016-01-141-4/+5
* btrfs-progs: let test_issubvolume return the exact errorDavid Sterba2016-01-141-8/+8
* btrfs-progs: use symbolic name for subvolume inode number in test_issubvolumeDavid Sterba2016-01-141-1/+2
* btrfs-progs: handle errors from test_isdirDavid Sterba2016-01-141-0/+8
* btrfs-progs: subvol show: handle options by getoptDavid Sterba2016-01-131-3/+18
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-4/+3
* btrfs-progs: cmd subvolume: switch to common error message wrapperDavid Sterba2016-01-121-59/+41
* btrfs-progs: subvolume: use btrfs_open_dir for btrfs subvolume commandZhao Lei2015-11-021-37/+19
* btrfs-progs: subvol sync: fix reversed conditionDavid Sterba2015-10-071-1/+1
* btrfs-progs: Simplify all-subvolumn-clean condition for wait_for_subvolume_cl...Zhao Lei2015-09-011-8/+7
* btrfs-progs: Simplify memory allocation for enumerate_dead_subvolsZhao Lei2015-09-011-11/+6
* btrfs-progs: Fix wrong return value of wait_for_subvolume_cleaning()Zhao Lei2015-09-011-1/+3
* btrfs-progs: Fix infinite loop of btrfs subvolumn syncZhao Lei2015-09-011-1/+1
* btrfs-progs: remove code for setup mntid in cmd_subvol_showZhao Lei2015-08-311-7/+1
* btrfs-progs: unify naming of command handlersDavid Sterba2015-08-311-9/+11
* btrfs-progs: properly set up ioctl argumentsDavid Sterba2015-06-121-0/+1
* btrfs-progs: add helper to wait for subvolume cleaningDavid Sterba2015-06-091-49/+61
* btrfs-progs: subvol: let sync check only current deletionsDavid Sterba2015-06-091-45/+123
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: subvol show: tweak outputDavid Sterba2015-06-031-8/+8
* btrfs-progs: subvol show: print received uuidDavid Sterba2015-06-031-0/+6
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-081-1/+1
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-2/+2
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-191-10/+11
* btrfs-progs: remove uneccessary subvol name check for subvol deletionGui Hecheng2015-01-141-16/+1
* btrfs-progs: Remove redundant short description from cmd_snapshot_usageMartin Volf2015-01-141-1/+0
* btrfs-progs: subvol delete: rename variable to match the option namev3.18-rc1David Sterba2014-12-101-10/+10
* btrfs-progs: subvol delete: add verbosity optionDavid Sterba2014-12-101-4/+10
* btrfs-progs: let subvol delete print commit mode inlineDavid Sterba2014-12-101-1/+3
* btrfs-progs: fix return value problem for btrfs sub showGui Hecheng2014-11-271-3/+3
* btrfs-progs: wait until all subvolumes are cleanedDavid Sterba2014-10-101-0/+232
* btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills2014-09-141-1/+5
* btrfs-progs: Fix spelling in btrfs sub list helpHugo Mills2014-08-221-1/+1
* btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi2014-08-221-19/+0
* btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi2014-08-221-6/+3
* btrfs-progs: Unify the messy error message formatsSatoru Takeuchi2014-08-221-7/+7
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-221-0/+7
* Btrfs-progs: switch to arg_strtou64() part3Wang Shilong2014-03-211-6/+2
* Btrfs-progs: fix double free when deleting subvolumesWang Shilong2014-01-311-0/+3
* btrfs-progs: fix minor grammar issuesMitchel Humpherys2014-01-311-5/+5
* btrfs-progs: add options to set commit mode after subvol deleteDavid Sterba2014-01-311-6/+80
* btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng2014-01-311-12/+6
* btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain2014-01-311-1/+1
* btrfs-progs: fix potential double-frees in cmd_subvol_delete()Eric Sandeen2013-11-071-0/+2
* Btrfs-progs: set return value to 0 if subvolume get-default successfullyEryu Guan2013-11-071-0/+1
* btrfs-progs: add filter for deleted but uncleanded subvolumesDavid Sterba2013-10-241-1/+7
* Btrfs-progs: check return value of realpath(3)Eryu Guan2013-10-161-0/+6
* btrfs-progs: cmd_find_new: Sync fs before searching for modified files.chandan2013-10-161-0/+9