summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs-progs: free strdup()s that are not freedGui Hecheng2013-10-161-14/+26
* Btrfs-progs: fix magic return value in cmds-subvolume.cWang Shilong2013-10-161-26/+19
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-4/+4
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-5/+6
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-091-27/+28
* Btrfs-progs: listing subvols and getting default subvol don't need a subv pathWang Shilong2013-08-091-23/+0
* btrfs-progs: use reentrant localtimeDavid Sterba2013-08-091-4/+6
* Btrfs-progs: fix possible memory leak related to subvolume/snapshot creationWang Shilong2013-08-091-10/+20
* Btrfs-progs: fix compile warnings in i386 machineWang Shilong2013-05-101-1/+1
* btrfs-progs: add quota-related info to usage messagesKoen De Wit2013-04-231-2/+8
* btrfs-progs: Free resources when returning error from cmd_subvol_create()Eric Sandeen2013-03-101-13/+16