index
:
delta/btrfs-progs.git
baserock/morph
baserock/tiagogomes/btrfs2
dangerdonteveruse
integration
integration-scrub
master
next
parser
raid56-experimental
recovery-beta
repair
git.kernel.org: pub/scm/linux/kernel/git/mason/btrfs-progs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
btrfs-list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs-progs: fix listing deleted subvolumes
David Sterba
2014-04-04
1
-6
/
+4
*
Btrfs-progs: switch to arg_strtou64() part1
Wang Shilong
2014-03-21
1
-11
/
+3
*
Btrfs-progs: fix to make list specified directory's subvolumes work
Wang Shilong
2014-01-31
1
-9
/
+4
*
btrfs-progs: remove NULL-ptr judge before free for btrfs-progs
Gui Hecheng
2014-01-31
1
-11
/
+4
*
btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf size
Anand Jain
2014-01-31
1
-1
/
+1
*
btrfs-progs: add filter for deleted but uncleanded subvolumes
David Sterba
2013-10-24
1
-3
/
+21
*
btrfs-progs: btrfs_list_find_updated_files: Fix memory leak.
chandan
2013-10-16
1
-1
/
+1
*
btrfs-progs: 'optarg' shadows getopt
Chris West (Faux)
2013-10-16
1
-13
/
+13
*
btrfs-print: define void function args
Zach Brown
2013-09-03
1
-1
/
+1
*
btrfs-progs: remove __CHECKER__ from main code
Zach Brown
2013-09-03
1
-2
/
+0
*
btrfs-progs: mark static & remove unused from non-kernel code
Eric Sandeen
2013-09-03
1
-7
/
+6
*
btrfs-progs: use reentrant localtime
David Sterba
2013-08-09
1
-4
/
+6
*
btrfs-progs: use accessor macro for otime
David Sterba
2013-08-09
1
-1
/
+1
*
Btrfs-progs: introduce common insert/search/delete functions for rb-tree
Miao Xie
2013-07-03
1
-13
/
+6
*
Btrfs-progs: fix compile warnings in i386 machine
Wang Shilong
2013-05-10
1
-1
/
+1
*
Btrfs-progs: fix bug in find_root_gen
Stefan Behrens
2013-04-23
1
-1
/
+1
*
Btrfs-progs: fix a small memory leak in btrfs-list.c
Stefan Behrens
2013-04-23
1
-6
/
+6
*
btrfs-progs: Tidy up resolve_root
Eric Sandeen
2013-02-27
1
-5
/
+8
*
btrfs-progs: fix mem leak in resolve_root
Eric Sandeen
2013-02-27
1
-2
/
+6
*
btrfs-progs: btrfs_list_get_path_rootid error handling
Eric Sandeen
2013-02-27
1
-8
/
+23
*
btrfs-progs: fix btrfs_get_subvol cut/paste error
Eric Sandeen
2013-02-27
1
-12
/
+10
*
Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changes
Anand Jain
2013-02-01
1
-3
/
+8
*
Btrfs-progs: filter the deleted subvolumes when listing snapshots
Wang Shilong
2013-02-01
1
-10
/
+32
*
Btrfs-progs: add show subcommand to subvol cli
Anand Jain
2013-02-01
1
-3
/
+22
*
Btrfs-progs: make printing subvol extensible to newer layouts
Anand Jain
2013-02-01
1
-11
/
+15
*
Btrfs-progs: add method to filter snapshots by parent uuid
Anand Jain
2013-02-01
1
-0
/
+6
*
Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol
Anand Jain
2013-02-01
1
-0
/
+38
*
Btrfs-progs: move struct root_info to btrfs-list.h
Anand Jain
2013-02-01
1
-47
/
+0
*
Btrfs-progs: add parent uuid for snapshots
Anand Jain
2013-02-01
1
-6
/
+28
*
Btrfs-progs: move printing subvol list outside of btrfs_list_subvols
Anand Jain
2013-02-01
1
-11
/
+19
*
Btrfs-progs: List all subvolumes by default
Lukas Czerner
2013-02-01
1
-4
/
+4
*
Btrfs-progs: move path modification to filters
Lukas Czerner
2013-02-01
1
-10
/
+24
*
Btrfs-progs: we need to have the string null terminated
Anand Jain
2013-01-25
1
-0
/
+1
*
Btrfs-progs: fix unaligned accesses
Arne Jansen
2013-01-17
1
-36
/
+33
*
Btrfs-progs: introduces '-a' option into subvolume list command
Wang Shilong
2012-10-04
1
-2
/
+10
*
Btrfs-Progs: fix subvolumes's some full_path invaild problems.
Wang Shilong
2012-10-04
1
-5
/
+37
*
Btrfs-progs: introduce '-t' option into subvolume list command
Miao Xie
2012-10-04
1
-4
/
+60
*
Btrfs-progs: introduce -g -c --sort options into btrfs subvol list command
wangshilong
2012-10-04
1
-0
/
+168
*
Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots
Miao Xie
2012-10-04
1
-11
/
+26
*
Btrfs-progs: restructure list_subvolumes
Miao Xie
2012-10-04
1
-411
/
+592
*
Btrfs-progs: fix wrong way to check if the root item contains otime and uuid
Miao Xie
2012-10-04
1
-3
/
+6
*
Btrfs-progs: move the function declarations to a new head file
Zhou Bo
2012-10-04
1
-0
/
+1
*
Btrfs-progs: add -u to show subvol uuid
Anand Jain
2012-10-04
1
-33
/
+115
*
Btrfs-progs: add otime to the snapshot list
Anand Jain
2012-10-04
1
-9
/
+36
*
Btrfs-progs: list snapshots by generation
Liu Bo
2012-10-04
1
-6
/
+170
*
Btrfs-progs: show generation in command btrfs subvol list
Liu Bo
2012-10-04
1
-6
/
+55
*
Btrfs-progs: search subvolumes with proper objectid
Liu Bo
2012-10-04
1
-2
/
+4
*
Btrfs: fix off by one in null termination
Chris Mason
2012-07-05
1
-1
/
+1
*
Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20
Chris Mason
2012-07-05
1
-16
/
+90
|
\
|
*
Btrfs-progs: bring 'subvol get-default' back in
Ilya Dryomov
2012-03-12
1
-1
/
+80
[next]