btrfs-progs: gitignore: Ignore patches
[platform/upstream/btrfs-progs.git] / btrfs-list.c
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2017-10-13 Lu Fengqibtrfs-progs: subvol list: don't print deleted subvol...
2017-10-06 David Sterbabtrfs-progs: subvol list: don't list FS_TREE as deleted
2017-10-06 David Sterbabtrfs-progs: set fixed with for printing uuids of subvo...
2017-07-20 Anand Jainbtrfs-progs: subvol show: add support to search subvolu...
2016-11-09 David Sterbabtrfs-progs: subvol show: print more details about...
2016-11-09 David Sterbabtrfs-progs: subvol list: better error message if subvo...
2016-11-09 David Sterbabtrfs-progs: subvol list: remove ugly goto construct
2016-11-09 David Sterbabtrfs-progs: remove trivial helper root_lookup_init
2016-11-09 David Sterbabtrfs-progs: subvol list: consolidate uuid types accros...
2016-11-09 David Sterbabtrfs-progs: subvol list: add simplified helper for...
2016-11-09 David Sterbabtrfs-progs: subvol list: consilidate naming of otime...
2016-11-09 David Sterbabtrfs-progs: subvol list: simplify value assignments
2016-11-09 David Sterbabtrfs-progs: subvol list: remove useless comments
2016-11-09 David Sterbabtrfs-progs: return void from btrfs_list_setup_filter
2016-11-09 David Sterbabtrfs-progs: list: switch to common message helpers
2016-11-09 David Sterbabtrfs-progs: list: rename some helpers
2016-11-09 David Sterbabtrfs-progs: use enum for list layout type
2016-11-09 David Sterbabtrfs-progs: list: constify prefix arugment
2016-11-09 David Sterbabtrfs-progs: use symbolic tree name when searching
2016-11-09 David Sterbabtrfs-progs: remove leading underscores from several...
2016-11-09 David Sterbabtrfs-progs: opencode trivial helper __free_all_subvolumn
2016-11-09 David Sterbabtrfs-progs: use existing rootid resolving helper in...
2016-10-03 David Sterbabtrfs-progs: constify string arguments where appropriate
2016-09-21 David Sterbabtrfs-progs: remove trivial helpers for filtering functions
2016-09-21 David Sterbabtrfs-progs: switch column values to asserts
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 David Sterbabtrfs-progs: use ioctl search headers everywhere
2016-01-12 David Sterbabtrfs-progs: check for negative return value from ioctl
2016-01-12 David Sterbabtrfs-progs: remove unnecessary errno temp variables
2015-10-21 Silvio Frickebtrfs-progs: use calloc instead of malloc+memset
2015-08-31 Byongho Leebtrfs-progs: fix memory leaks in error path
2015-06-10 David Sterbabtrfs-progs: add missing includes to header files
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2014-11-25 David Sterbabtrfs-progs: fix spacing in error messages
2014-10-14 Josef BacikBtrfs-progs: break out rbtree util functions
2014-09-14 Hugo Millsbtrfs-progs: Add -R to list UUIDs of original received...
2014-04-05 David Sterbabtrfs-progs: fix listing deleted subvolumes
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part1
2014-01-31 Wang ShilongBtrfs-progs: fix to make list specified directory's...
2014-01-31 Gui Hechengbtrfs-progs: remove NULL-ptr judge before free for...
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2013-10-24 David Sterbabtrfs-progs: add filter for deleted but uncleanded...
2013-10-16 chandanbtrfs-progs: btrfs_list_find_updated_files: Fix memory...
2013-10-16 Chris West (Faux)btrfs-progs: 'optarg' shadows getopt
2013-09-03 Zach Brownbtrfs-print: define void function args
2013-09-03 Zach Brownbtrfs-progs: remove __CHECKER__ from main code
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from non-kerne...
2013-08-09 David Sterbabtrfs-progs: use reentrant localtime
2013-08-09 David Sterbabtrfs-progs: use accessor macro for otime
2013-07-03 Chris MasonMerge branch 'liubo-image-restore'
2013-07-03 Miao XieBtrfs-progs: introduce common insert/search/delete...
2013-05-10 Wang ShilongBtrfs-progs: fix compile warnings in i386 machine
2013-04-23 Stefan BehrensBtrfs-progs: fix bug in find_root_gen
2013-04-23 Stefan BehrensBtrfs-progs: fix a small memory leak in btrfs-list.c
2013-02-27 Eric Sandeenbtrfs-progs: Tidy up resolve_root
2013-02-27 Eric Sandeenbtrfs-progs: fix mem leak in resolve_root
2013-02-27 Eric Sandeenbtrfs-progs: btrfs_list_get_path_rootid error handling
2013-02-27 Eric Sandeenbtrfs-progs: fix btrfs_get_subvol cut/paste error
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
next