summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs-progs: tidy up cmd_subvol_create() whitespace & returnsEric Sandeen2013-03-101-9/+9
* btrfs-progs: Free resources when returning error from cmd_snapshot()Eric Sandeen2013-03-101-17/+24
* btrfs-progs: tidy up cmd_snapshot() whitespace & returnsEric Sandeen2013-03-101-15/+15
* btrfs-progs: close fd on cmd_subvol_list returnEric Sandeen2013-03-101-0/+2
* btrfs-progs: fix fd leak in cmd_subvol_set_defaultEric Sandeen2013-02-271-8/+9
* btrfs-progs: close fd on cmd_subvol_get_default returnEric Sandeen2013-02-271-8/+12
* btrfs-progs: btrfs_list_get_path_rootid error handlingEric Sandeen2013-02-271-5/+9
* btrfs-progs: simplify ioctl name copy and null terminationEric Sandeen2013-02-051-8/+5
* btrfs-progs: fix name lengths in cmd_subvol_createEric Sandeen2013-02-051-2/+2
* btrfs-progs: don't leak inherit on errorsZach Brown2013-02-051-2/+2
* btrfs-progs: close ioctl fd in find newZach Brown2013-02-051-0/+1
* btrfs-progs: don't close(<0) in subvol createZach Brown2013-02-051-1/+0
* Btrfs-progs: dont print uuid unless -u option is givenAnand Jain2013-02-011-1/+1
* btrfs-progs: add option c to show ogenerationDavid Sterba2013-02-011-1/+5
* btrfs-progs: add option g to show generationDavid Sterba2013-02-011-2/+6
* btrfs-progs: upcase filter optionsDavid Sterba2013-02-011-6/+11
* Btrfs-progs: add subvol flags to printAnand Jain2013-02-011-0/+5
* Btrfs-progs: Fix a small memory leak in managing the btrfs list filterAnand Jain2013-02-011-17/+40
* Btrfs-progs: add show subcommand to subvol cliAnand Jain2013-02-011-3/+152
* Btrfs-progs: make printing subvol extensible to newer layoutsAnand Jain2013-02-011-3/+21
* Btrfs-progs: add parent uuid for snapshotsAnand Jain2013-02-011-1/+5
* Btrfs-progs: move printing subvol list outside of btrfs_list_subvolsAnand Jain2013-02-011-2/+2
* Btrfs-progs: List all subvolumes by defaultLukas Czerner2013-02-011-3/+4
* Btrfs-progs: add '-o' option into subvolume list commandLukas Czerner2013-02-011-3/+8
* Btrfs-progs: move path modification to filtersLukas Czerner2013-02-011-2/+9
* Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain2013-01-301-0/+1
* Btrfs-progs: btrfs subvolume delete could delete subvolumesAnand Jain2012-10-041-12/+24
* Btrfs-Progs: update '-s' option without a argument.Wang Shilong2012-10-041-9/+3
* Btrfs-progs: introduces '-a' option into subvolume list commandWang Shilong2012-10-041-5/+11
* Btrfs-Progs: fix subvolumes's some full_path invaild problems.Wang Shilong2012-10-041-0/+6
* Btrfs-progs: introduce '-t' option into subvolume list commandMiao Xie2012-10-041-4/+10
* Btrfs-progs: introduce -g -c --sort options into btrfs subvol list commandwangshilong2012-10-041-4/+46
* Btrfs-progs: enhance btrfs subvol list only to show read-only snapshotsMiao Xie2012-10-041-2/+11
* Btrfs-progs: restructure list_subvolumesMiao Xie2012-10-041-13/+46
* Btrfs-progs: fix wrong usage of btrfs subvolume list commandMiao Xie2012-10-041-1/+2
* Btrfs-progs: move the function declarations to a new head fileZhou Bo2012-10-041-4/+1
* Btrfs-progs: add -u to show subvol uuidAnand Jain2012-10-041-5/+9
* Btrfs-progs: list snapshots by generationLiu Bo2012-10-041-4/+15
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-10/+73