summaryrefslogtreecommitdiffstats
path: root/btrfs-list.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-1/+0
2014-11-25btrfs-progs: fix spacing in error messagesDavid Sterba1-2/+2
2014-10-14Btrfs-progs: break out rbtree util functionsJosef Bacik1-0/+1
2014-09-14btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills1-5/+27
2014-04-04btrfs-progs: fix listing deleted subvolumesDavid Sterba1-6/+4
2014-03-21Btrfs-progs: switch to arg_strtou64() part1Wang Shilong1-11/+3
2014-01-31Btrfs-progs: fix to make list specified directory's subvolumes workWang Shilong1-9/+4
2014-01-31btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng1-11/+4
2014-01-31btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain1-1/+1
2013-10-24btrfs-progs: add filter for deleted but uncleanded subvolumesDavid Sterba1-3/+21
2013-10-16btrfs-progs: btrfs_list_find_updated_files: Fix memory leak.chandan1-1/+1
2013-10-16btrfs-progs: 'optarg' shadows getoptChris West (Faux)1-13/+13
2013-09-03btrfs-print: define void function argsZach Brown1-1/+1
2013-09-03btrfs-progs: remove __CHECKER__ from main codeZach Brown1-2/+0
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-7/+6
2013-08-09btrfs-progs: use reentrant localtimeDavid Sterba1-4/+6
2013-08-09btrfs-progs: use accessor macro for otimeDavid Sterba1-1/+1
2013-07-03Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie1-13/+6
2013-05-10Btrfs-progs: fix compile warnings in i386 machineWang Shilong1-1/+1
2013-04-23Btrfs-progs: fix bug in find_root_genStefan Behrens1-1/+1
2013-04-23Btrfs-progs: fix a small memory leak in btrfs-list.cStefan Behrens1-6/+6
2013-02-27btrfs-progs: Tidy up resolve_rootEric Sandeen1-5/+8
2013-02-27btrfs-progs: fix mem leak in resolve_rootEric Sandeen1-2/+6
2013-02-27btrfs-progs: btrfs_list_get_path_rootid error handlingEric Sandeen1-8/+23
2013-02-27btrfs-progs: fix btrfs_get_subvol cut/paste errorEric Sandeen1-12/+10
2013-02-01Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changesAnand Jain1-3/+8
2013-02-01Btrfs-progs: filter the deleted subvolumes when listing snapshotsWang Shilong1-10/+32
2013-02-01Btrfs-progs: add show subcommand to subvol cliAnand Jain1-3/+22
2013-02-01Btrfs-progs: make printing subvol extensible to newer layoutsAnand Jain1-11/+15
2013-02-01Btrfs-progs: add method to filter snapshots by parent uuidAnand Jain1-0/+6
2013-02-01Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvolAnand Jain1-0/+38
2013-02-01Btrfs-progs: move struct root_info to btrfs-list.hAnand Jain1-47/+0
2013-02-01Btrfs-progs: add parent uuid for snapshotsAnand Jain1-6/+28
2013-02-01Btrfs-progs: move printing subvol list outside of btrfs_list_subvolsAnand Jain1-11/+19
2013-02-01Btrfs-progs: List all subvolumes by defaultLukas Czerner1-4/+4
2013-02-01Btrfs-progs: move path modification to filtersLukas Czerner1-10/+24
2013-01-25Btrfs-progs: we need to have the string null terminatedAnand Jain1-0/+1
2013-01-17Btrfs-progs: fix unaligned accessesArne Jansen1-36/+33
2012-10-04Btrfs-progs: introduces '-a' option into subvolume list commandWang Shilong1-2/+10
2012-10-04Btrfs-Progs: fix subvolumes's some full_path invaild problems.Wang Shilong1-5/+37
2012-10-04Btrfs-progs: introduce '-t' option into subvolume list commandMiao Xie1-4/+60
2012-10-04Btrfs-progs: introduce -g -c --sort options into btrfs subvol list commandwangshilong1-0/+168
2012-10-04Btrfs-progs: enhance btrfs subvol list only to show read-only snapshotsMiao Xie1-11/+26
2012-10-04Btrfs-progs: restructure list_subvolumesMiao Xie1-411/+592
2012-10-04Btrfs-progs: fix wrong way to check if the root item contains otime and uuidMiao Xie1-3/+6
2012-10-04Btrfs-progs: move the function declarations to a new head fileZhou Bo1-0/+1
2012-10-04Btrfs-progs: add -u to show subvol uuidAnand Jain1-33/+115
2012-10-04Btrfs-progs: add otime to the snapshot listAnand Jain1-9/+36
2012-10-04Btrfs-progs: list snapshots by generationLiu Bo1-6/+170
2012-10-04Btrfs-progs: show generation in command btrfs subvol listLiu Bo1-6/+55
2012-10-04Btrfs-progs: search subvolumes with proper objectidLiu Bo1-2/+4
2012-07-05Btrfs: fix off by one in null terminationChris Mason1-1/+1
2012-07-05Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason1-16/+90
2012-06-05avoid several strncpy-induced buffer overrunsJim Meyering1-0/+2
2012-03-12Btrfs-progs: bring 'subvol get-default' back inIlya Dryomov1-1/+80
2012-03-12Btrfs-progs: refactor resolve_root() function a bitIlya Dryomov1-11/+10
2012-03-12Btrfs-progs: nuke redundant zeroing in __list_subvol_search()Ilya Dryomov1-4/+0
2011-11-02Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt1-0/+35
2011-11-02Fix missing entries in listing of subvolumesLi Zefan1-1/+4
2011-11-02Btrfs-progs: btrfs-list: split list_subvolsChris Mason1-85/+64
2011-10-25Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin1-2/+56
2011-10-25remove unused include "version.h"Andreas Philipp1-1/+0
2011-10-25print parent ID in btrfs suvolume listAndreas Philipp1-6/+18
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard1-1/+2
2011-10-25Improve error handling in the btrfs commandGoffredo Baroncelli1-11/+29
2010-09-23Handle bad extent type caseFrederic Weisbecker1-0/+9
2010-09-23Avoid uninitialized variant compile warningZhao Lei1-3/+3
2010-09-23fix a compile fail by strndup in RHEL5 envZhao Lei1-0/+1
2010-03-18Add btrfs subvol find-new commandChris Mason1-10/+413
2010-03-11Avoid the exit(2) function; instead return with an appropriate value;Goffredo Baroncelli1-6/+9
2010-03-11new util: 'btrfs'ghigo1-51/+4
2010-02-28Add btrfs-list for listing subvolumesChris Mason1-0/+466