summaryrefslogtreecommitdiff
path: root/btrfs-list.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs-progs: move the function declarations to a new head fileZhou Bo2012-10-041-0/+1
* Btrfs-progs: add -u to show subvol uuidAnand Jain2012-10-041-33/+115
* Btrfs-progs: add otime to the snapshot listAnand Jain2012-10-041-9/+36
* Btrfs-progs: list snapshots by generationLiu Bo2012-10-041-6/+170
* Btrfs-progs: show generation in command btrfs subvol listLiu Bo2012-10-041-6/+55
* Btrfs-progs: search subvolumes with proper objectidLiu Bo2012-10-041-2/+4
* Btrfs: fix off by one in null terminationChris Mason2012-07-051-1/+1
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason2012-07-051-16/+90
|\
| * Btrfs-progs: bring 'subvol get-default' back inIlya Dryomov2012-03-121-1/+80
| * Btrfs-progs: refactor resolve_root() function a bitIlya Dryomov2012-03-121-11/+10
| * Btrfs-progs: nuke redundant zeroing in __list_subvol_search()Ilya Dryomov2012-03-121-4/+0
* | avoid several strncpy-induced buffer overrunsJim Meyering2012-06-051-0/+2
|/
* Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt2011-11-021-0/+35
* Fix missing entries in listing of subvolumesLi Zefan2011-11-021-1/+4
* Btrfs-progs: btrfs-list: split list_subvolsChris Mason2011-11-021-85/+64
* Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin2011-10-251-2/+56
* remove unused include "version.h"Andreas Philipp2011-10-251-1/+0
* print parent ID in btrfs suvolume listAndreas Philipp2011-10-251-6/+18
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-251-1/+2
* Improve error handling in the btrfs commandGoffredo Baroncelli2011-10-251-11/+29
* Handle bad extent type caseFrederic Weisbecker2010-09-231-0/+9
* Avoid uninitialized variant compile warningZhao Lei2010-09-231-3/+3
* fix a compile fail by strndup in RHEL5 envZhao Lei2010-09-231-0/+1
* Add btrfs subvol find-new commandChris Mason2010-03-181-10/+413
* Avoid the exit(2) function; instead return with an appropriate value;Goffredo Baroncelli2010-03-111-6/+9
* new util: 'btrfs'ghigo2010-03-111-51/+4
* Add btrfs-list for listing subvolumesChris Mason2010-02-281-0/+466