Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into raid56
[platform/upstream/btrfs-progs.git] / btrfs-list.c
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-01 Anand JainBtrfs-progs: update btrfs_get_subvol to be inline with...
2013-02-01 Wang ShilongBtrfs-progs: filter the deleted subvolumes when listing...
2013-02-01 Anand JainBtrfs-progs: add show subcommand to subvol cli
2013-02-01 Anand JainBtrfs-progs: make printing subvol extensible to newer...
2013-02-01 Anand JainBtrfs-progs: add method to filter snapshots by parent...
2013-02-01 Anand JainBtrfs-progs: add function btrfs_get_subvol to get root_...
2013-02-01 Anand JainBtrfs-progs: move struct root_info to btrfs-list.h
2013-02-01 Anand JainBtrfs-progs: add parent uuid for snapshots
2013-02-01 Anand JainBtrfs-progs: move printing subvol list outside of btrfs...
2013-02-01 Lukas CzernerBtrfs-progs: List all subvolumes by default
2013-02-01 Lukas CzernerBtrfs-progs: move path modification to filters
2013-01-25 Anand JainBtrfs-progs: we need to have the string null terminated
2013-01-17 Arne JansenBtrfs-progs: fix unaligned accesses
2012-10-04 Wang ShilongBtrfs-progs: introduces '-a' option into subvolume...
2012-10-04 Wang ShilongBtrfs-Progs: fix subvolumes's some full_path invaild...
2012-10-04 Miao XieBtrfs-progs: introduce '-t' option into subvolume list...
2012-10-04 wangshilongBtrfs-progs: introduce -g -c --sort options into btrfs...
2012-10-04 Miao XieBtrfs-progs: enhance btrfs subvol list only to show...
2012-10-04 Miao XieBtrfs-progs: restructure list_subvolumes
2012-10-04 Miao XieBtrfs-progs: fix wrong way to check if the root item...
2012-10-04 Zhou BoBtrfs-progs: move the function declarations to a new...
2012-10-04 Anand JainBtrfs-progs: add -u to show subvol uuid
2012-10-04 Anand JainBtrfs-progs: add otime to the snapshot list
2012-10-04 Liu BoBtrfs-progs: list snapshots by generation
2012-10-04 Liu BoBtrfs-progs: show generation in command btrfs subvol...
2012-10-04 Liu BoBtrfs-progs: search subvolumes with proper objectid
2012-07-05 Chris MasonBtrfs: fix off by one in null termination
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-06-05 Jim Meyeringavoid several strncpy-induced buffer overruns
2012-03-12 Ilya DryomovBtrfs-progs: bring 'subvol get-default' back in
2012-03-12 Ilya DryomovBtrfs-progs: refactor resolve_root() function a bit
2012-03-12 Ilya DryomovBtrfs-progs: nuke redundant zeroing in __list_subvol_se...
2011-11-02 Jan SchmidtBtrfs-progs: added ioctls and commands to resolve inode...
2011-11-02 Li ZefanFix missing entries in listing of subvolumes
2011-11-02 Chris MasonBtrfs-progs: btrfs-list: split list_subvols
2011-10-25 Zhong, XinBtrfs-progs: add "btrfs subvolume get-default" subcommand
2011-10-25 Andreas Philippremove unused include "version.h"
2011-10-25 Andreas Philippprint parent ID in btrfs suvolume list
2011-10-25 Anton Blanchardbtrfs-progs: cast u64 to long long to avoid printf...
2011-10-25 Goffredo BaroncelliImprove error handling in the btrfs command
2010-09-24 Frederic WeisbeckerHandle bad extent type case
2010-09-24 Zhao LeiAvoid uninitialized variant compile warning
2010-09-24 Zhao Leifix a compile fail by strndup in RHEL5 env
2010-03-18 Chris MasonAdd btrfs subvol find-new command
2010-03-12 Goffredo BaroncelliAvoid the exit(2) function; instead return with an...
2010-03-11 ghigonew util: 'btrfs'
2010-02-28 Chris MasonAdd btrfs-list for listing subvolumes