summaryrefslogtreecommitdiff
path: root/btrfs-list.c
Commit message (Expand)AuthorAge
* btrfs-progs: subvol show: print more details about toplevel subvolumeDavid Sterba2016-11-09
* btrfs-progs: subvol list: better error message if subvol insertion failsDavid Sterba2016-11-09
* btrfs-progs: subvol list: remove ugly goto constructDavid Sterba2016-11-09
* btrfs-progs: remove trivial helper root_lookup_initDavid Sterba2016-11-09
* btrfs-progs: subvol list: consolidate uuid types accross functionsDavid Sterba2016-11-09
* btrfs-progs: subvol list: add simplified helper for adding root backrefsDavid Sterba2016-11-09
* btrfs-progs: subvol list: consilidate naming of otime varaiblesDavid Sterba2016-11-09
* btrfs-progs: subvol list: simplify value assignmentsDavid Sterba2016-11-09
* btrfs-progs: subvol list: remove useless commentsDavid Sterba2016-11-09
* btrfs-progs: return void from btrfs_list_setup_filterDavid Sterba2016-11-09
* btrfs-progs: list: switch to common message helpersDavid Sterba2016-11-09
* btrfs-progs: list: rename some helpersDavid Sterba2016-11-09
* btrfs-progs: use enum for list layout typeDavid Sterba2016-11-09
* btrfs-progs: list: constify prefix arugmentDavid Sterba2016-11-09
* btrfs-progs: use symbolic tree name when searchingDavid Sterba2016-11-09
* btrfs-progs: remove leading underscores from several helperDavid Sterba2016-11-09
* btrfs-progs: opencode trivial helper __free_all_subvolumnDavid Sterba2016-11-09
* btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootidDavid Sterba2016-11-09
* btrfs-progs: constify string arguments where appropriateDavid Sterba2016-10-03
* btrfs-progs: remove trivial helpers for filtering functionsDavid Sterba2016-09-21
* btrfs-progs: switch column values to assertsDavid Sterba2016-09-21
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: use ioctl search headers everywhereDavid Sterba2016-05-11
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-12
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-12
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-31
* btrfs-progs: add missing includes to header filesDavid Sterba2015-06-10
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: fix spacing in error messagesDavid Sterba2014-11-25
* Btrfs-progs: break out rbtree util functionsJosef Bacik2014-10-14
* btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills2014-09-14
* btrfs-progs: fix listing deleted subvolumesDavid Sterba2014-04-04
* Btrfs-progs: switch to arg_strtou64() part1Wang Shilong2014-03-21
* Btrfs-progs: fix to make list specified directory's subvolumes workWang Shilong2014-01-31
* btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng2014-01-31
* btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain2014-01-31
* btrfs-progs: add filter for deleted but uncleanded subvolumesDavid Sterba2013-10-24
* btrfs-progs: btrfs_list_find_updated_files: Fix memory leak.chandan2013-10-16
* btrfs-progs: 'optarg' shadows getoptChris West (Faux)2013-10-16
* btrfs-print: define void function argsZach Brown2013-09-03
* btrfs-progs: remove __CHECKER__ from main codeZach Brown2013-09-03
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-03
* btrfs-progs: use reentrant localtimeDavid Sterba2013-08-09
* btrfs-progs: use accessor macro for otimeDavid Sterba2013-08-09
* Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie2013-07-03
* Btrfs-progs: fix compile warnings in i386 machineWang Shilong2013-05-10
* Btrfs-progs: fix bug in find_root_genStefan Behrens2013-04-23
* Btrfs-progs: fix a small memory leak in btrfs-list.cStefan Behrens2013-04-23
* btrfs-progs: Tidy up resolve_rootEric Sandeen2013-02-27