aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-subvolume.c
AgeCommit message (Expand)AuthorFilesLines
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 namev3.18-rc1David 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
2013-10-16btrfs-progs: cmd_find_new: Sync fs before searching for modified files.chandan1-0/+9
2013-10-16btrfs-progs: free strdup()s that are not freedGui Hecheng1-14/+26
2013-10-16Btrfs-progs: fix magic return value in cmds-subvolume.cWang Shilong1-26/+19
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-4/+4
2013-08-09btrfs-progs: Update the usage strings of some cmdsQu Wenruo1-5/+6
2013-08-09Btrfs-progs: fix closing of opendir()Wang Shilong1-27/+28
2013-08-09Btrfs-progs: listing subvols and getting default subvol don't need a subv pathWang Shilong1-23/+0
2013-08-09btrfs-progs: use reentrant localtimeDavid Sterba1-4/+6
2013-08-09Btrfs-progs: fix possible memory leak related to subvolume/snapshot creationWang Shilong1-10/+20
2013-05-10Btrfs-progs: fix compile warnings in i386 machineWang Shilong1-1/+1
2013-04-23btrfs-progs: add quota-related info to usage messagesKoen De Wit1-2/+8
2013-03-10btrfs-progs: Free resources when returning error from cmd_subvol_create()Eric Sandeen1-13/+16
2013-03-10btrfs-progs: tidy up cmd_subvol_create() whitespace & returnsEric Sandeen1-9/+9
2013-03-10btrfs-progs: Free resources when returning error from cmd_snapshot()Eric Sandeen1-17/+24
2013-03-10btrfs-progs: tidy up cmd_snapshot() whitespace & returnsEric Sandeen1-15/+15
2013-03-10btrfs-progs: close fd on cmd_subvol_list returnEric Sandeen1-0/+2
2013-02-27btrfs-progs: fix fd leak in cmd_subvol_set_defaultEric Sandeen1-8/+9
2013-02-27btrfs-progs: close fd on cmd_subvol_get_default returnEric Sandeen1-8/+12
2013-02-27btrfs-progs: btrfs_list_get_path_rootid error handlingEric Sandeen1-5/+9
2013-02-05btrfs-progs: simplify ioctl name copy and null terminationEric Sandeen1-8/+5
2013-02-05btrfs-progs: fix name lengths in cmd_subvol_createEric Sandeen1-2/+2
2013-02-05btrfs-progs: don't leak inherit on errorsZach Brown1-2/+2
2013-02-05btrfs-progs: close ioctl fd in find newZach Brown1-0/+1
2013-02-05btrfs-progs: don't close(<0) in subvol createZach Brown1-1/+0
2013-02-01Btrfs-progs: dont print uuid unless -u option is givenAnand Jain1-1/+1
2013-02-01btrfs-progs: add option c to show ogenerationDavid Sterba1-1/+5
2013-02-01btrfs-progs: add option g to show generationDavid Sterba1-2/+6
2013-02-01btrfs-progs: upcase filter optionsDavid Sterba1-6/+11
2013-02-01Btrfs-progs: add subvol flags to printAnand Jain1-0/+5
2013-02-01Btrfs-progs: Fix a small memory leak in managing the btrfs list filterAnand Jain1-17/+40
2013-02-01Btrfs-progs: add show subcommand to subvol cliAnand Jain1-3/+152
2013-02-01Btrfs-progs: make printing subvol extensible to newer layoutsAnand Jain1-3/+21
2013-02-01Btrfs-progs: add parent uuid for snapshotsAnand Jain1-1/+5
2013-02-01Btrfs-progs: move printing subvol list outside of btrfs_list_subvolsAnand Jain1-2/+2
2013-02-01Btrfs-progs: List all subvolumes by defaultLukas Czerner1-3/+4
2013-02-01Btrfs-progs: add '-o' option into subvolume list commandLukas Czerner1-3/+8
2013-02-01Btrfs-progs: move path modification to filtersLukas Czerner1-2/+9
2013-01-30Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain1-0/+1
2012-10-04Btrfs-progs: btrfs subvolume delete could delete subvolumesAnand Jain1-12/+24
2012-10-04Btrfs-Progs: update '-s' option without a argument.Wang Shilong1-9/+3
2012-10-04Btrfs-progs: introduces '-a' option into subvolume list commandWang Shilong1-5/+11
2012-10-04Btrfs-Progs: fix subvolumes's some full_path invaild problems.Wang Shilong1-0/+6
2012-10-04Btrfs-progs: introduce '-t' option into subvolume list commandMiao Xie1-4/+10
2012-10-04Btrfs-progs: introduce -g -c --sort options into btrfs subvol list commandwangshilong1-4/+46
2012-10-04Btrfs-progs: enhance btrfs subvol list only to show read-only snapshotsMiao Xie1-2/+11
2012-10-04Btrfs-progs: restructure list_subvolumesMiao Xie1-13/+46
2012-10-04Btrfs-progs: fix wrong usage of btrfs subvolume list commandMiao Xie1-1/+2
2012-10-04Btrfs-progs: move the function declarations to a new head fileZhou Bo1-4/+1
2012-10-04Btrfs-progs: add -u to show subvol uuidAnand Jain1-5/+9
2012-10-04Btrfs-progs: list snapshots by generationLiu Bo1-4/+15
2012-09-04Btrfs progs: quota groups supportv0.20-rc1Arne Jansen1-10/+73
2012-07-03Fix "set-dafault" typo in cmds-subvolume.cChris Samuel1-2/+2
2012-06-05mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering1-1/+1
2012-06-05avoid several strncpy-induced buffer overrunsJim Meyering1-0/+3
2012-02-08Btrfs-progs: allow multi-line command group synopsisIlya Dryomov1-2/+4
2012-02-03Btrfs-progs: switch all existing commands to a new parserIlya Dryomov1-37/+124
2012-02-03Btrfs-progs: rearrange files in the repoIlya Dryomov1-0/+444