summaryrefslogtreecommitdiff
path: root/btrfs-list.c
Commit message (Expand)AuthorAge
* btrfs-progs: Tidy up resolve_rootEric Sandeen2013-02-27
* btrfs-progs: fix mem leak in resolve_rootEric Sandeen2013-02-27
* btrfs-progs: btrfs_list_get_path_rootid error handlingEric Sandeen2013-02-27
* btrfs-progs: fix btrfs_get_subvol cut/paste errorEric Sandeen2013-02-27
* Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changesAnand Jain2013-02-01
* Btrfs-progs: filter the deleted subvolumes when listing snapshotsWang Shilong2013-02-01
* Btrfs-progs: add show subcommand to subvol cliAnand Jain2013-02-01
* Btrfs-progs: make printing subvol extensible to newer layoutsAnand Jain2013-02-01
* Btrfs-progs: add method to filter snapshots by parent uuidAnand Jain2013-02-01
* Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvolAnand Jain2013-02-01
* Btrfs-progs: move struct root_info to btrfs-list.hAnand Jain2013-02-01
* Btrfs-progs: add parent uuid for snapshotsAnand Jain2013-02-01
* Btrfs-progs: move printing subvol list outside of btrfs_list_subvolsAnand Jain2013-02-01
* Btrfs-progs: List all subvolumes by defaultLukas Czerner2013-02-01
* Btrfs-progs: move path modification to filtersLukas Czerner2013-02-01
* Btrfs-progs: we need to have the string null terminatedAnand Jain2013-01-25
* Btrfs-progs: fix unaligned accessesArne Jansen2013-01-17
* Btrfs-progs: introduces '-a' option into subvolume list commandWang Shilong2012-10-04
* Btrfs-Progs: fix subvolumes's some full_path invaild problems.Wang Shilong2012-10-04
* Btrfs-progs: introduce '-t' option into subvolume list commandMiao Xie2012-10-04
* Btrfs-progs: introduce -g -c --sort options into btrfs subvol list commandwangshilong2012-10-04
* Btrfs-progs: enhance btrfs subvol list only to show read-only snapshotsMiao Xie2012-10-04
* Btrfs-progs: restructure list_subvolumesMiao Xie2012-10-04
* Btrfs-progs: fix wrong way to check if the root item contains otime and uuidMiao Xie2012-10-04
* Btrfs-progs: move the function declarations to a new head fileZhou Bo2012-10-04
* Btrfs-progs: add -u to show subvol uuidAnand Jain2012-10-04
* Btrfs-progs: add otime to the snapshot listAnand Jain2012-10-04
* Btrfs-progs: list snapshots by generationLiu Bo2012-10-04
* Btrfs-progs: show generation in command btrfs subvol listLiu Bo2012-10-04
* Btrfs-progs: search subvolumes with proper objectidLiu Bo2012-10-04
* Btrfs: fix off by one in null terminationChris Mason2012-07-05
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason2012-07-05
|\
| * Btrfs-progs: bring 'subvol get-default' back inIlya Dryomov2012-03-12
| * Btrfs-progs: refactor resolve_root() function a bitIlya Dryomov2012-03-12
| * Btrfs-progs: nuke redundant zeroing in __list_subvol_search()Ilya Dryomov2012-03-12
* | avoid several strncpy-induced buffer overrunsJim Meyering2012-06-05
|/
* Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt2011-11-02
* Fix missing entries in listing of subvolumesLi Zefan2011-11-02
* Btrfs-progs: btrfs-list: split list_subvolsChris Mason2011-11-02
* Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin2011-10-25
* remove unused include "version.h"Andreas Philipp2011-10-25
* print parent ID in btrfs suvolume listAndreas Philipp2011-10-25
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-25
* Improve error handling in the btrfs commandGoffredo Baroncelli2011-10-25
* Handle bad extent type caseFrederic Weisbecker2010-09-23
* Avoid uninitialized variant compile warningZhao Lei2010-09-23
* fix a compile fail by strndup in RHEL5 envZhao Lei2010-09-23
* Add btrfs subvol find-new commandChris Mason2010-03-18
* Avoid the exit(2) function; instead return with an appropriate value;Goffredo Baroncelli2010-03-11
* new util: 'btrfs'ghigo2010-03-11