2014-12-30 |
David Sterba | btrfs-progs: check, fix path leak in error branch |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Gui Hecheng | btrfs-progs: Documentation: add T/P/E description for... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Gui Hecheng | btrfs-progs: refine btrfs-debug-tree error prompt when... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Gui Hecheng | btrfs-progs: move check_arg_type() to util.c |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Justin Maggard | btrfs-progs: Fix btrfs fi show by uuid and label |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Qu Wenruo | btrfs-progs: Fix a bug in reset_nlink() which may delet... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Satoru Takeuchi | btrfs-progs fix wrong memory free on check_is_root |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: let btrfs_free_path accept NULL |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: check allocation result in add_clone_source |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: check result of first_cache_extent |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: fragments, close output file on error |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: corrupt block, add break after option U |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: corrupt block, add missing break to option I |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: move contents of math.h to utils.h and... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Satoru Takeuchi | btrfs-progs: cleanup: avoid to use literal for getopt val |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Satoru Takeuchi | btrfs-progs: Enhance the document of btrfs property |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Qu Wenruo | btrfs-progs: Remove deprecated _BSD_SOURCE macro. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Qu Wenruo | btrfs-progs: Remove a unused function offset_to_bitmap() |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Qu Wenruo | btrfs-progs: Remove a unused function root_gtp_mask(). |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Qu Wenruo | btrfs-progs: Fix a clang dead-judgement warning in... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Qu Wenruo | btrfs-progs: Makefile: Move linker only option to LDFLAGS |
commit | commitdiff | tree | snapshot |
2014-12-19 |
David Sterba | btrfs-progs: remove false dependency on libm |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Merlijn Wajer | btrfs-progs: disable backtrace and define __always_inline |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Merlijn Wajer | btrfs-progs: include headers required for musl-libc |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Qu Wenruo | btrfs-progs: Add testcase for leaf-corrupted btrfsck... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Josef Bacik | Btrfs-progs: add two new test images |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: check, update documentation |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: unify unit mode parameters and variables |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: dev usage, update manpage |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: dev usage, add switches to set output... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: fi usage, update manpage |
commit | commitdiff | tree | snapshot |
2014-12-18 |
David Sterba | btrfs-progs: fi usage, add switches to set output units |
commit | commitdiff | tree | snapshot |
2014-12-17 |
David Sterba | btrfs-progs: fi usage, change option for tabular output... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Satoru Takeuchi | btrfs-progs: Add a brief explanation of btrfs property... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Karel Zak | btrfs-progs: fix typedef |
commit | commitdiff | tree | snapshot |
2014-12-12 |
David Sterba | btrfs-progs: tests: build prerequisities, btrfs-image... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
David Sterba | btrfs-progs: tests: use 'btrfs check' instead of btrfsck |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Sterba | btrfs-progs: subvol delete: rename variable to match... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Sterba | btrfs-progs: subvol delete: add verbosity option |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Sterba | btrfs-progs: let subvol delete print commit mode inline |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Wang Shilong | Btrfs-progs, fsck: move root items repair after root... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Wang Shilong | Btrfs-progs: fsck: add ability to rebuild extent tree... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Wang Shilong | Btrfs-progs: fsck: deal with snapshot one by one when... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Sterba | btrfs-progs: basic support for TREE_SEARCH_V2 ioctl |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Sterba | btrfs-progs: mkfs: make skinny-metadata default |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add inode item rebuild function. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Recover btree by dropping corrupted leaf... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: record and report leaf/node corruption... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add fixing function for inodes whose nlink... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add helper function find_file_name/type... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add count_digits() function to help calcul... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add btrfs_mkdir() function for the incomin... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add btrfs_unlink() and btrfs_add_link... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Record highest inode number before repair. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Add last_cache_extent() for extent-cache. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Import lookup/del_inode_ref() function. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Qu Wenruo | btrfs-progs: Import btrfs_insert/del/lookup_extref... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Gui Hecheng | btrfs-progs: convert: fix unable to rollback case with... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Gui Hecheng | btrfs-progs: remove dead condition for btrfs_map_block |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: cleanup duplicate assignment of variable... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: remove duplicate pthread libs from build |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Silvio Fricke | btrfs-progs: convert: use task for progress indication... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Silvio Fricke | btrfs-progs: add task-utils |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Josef Bacik | Btrfs-progs: allow fsck to take the tree bytenr |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Chris Mason | btrfs-progs: Add simple python front end to the search... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: fix wrong num_devices for btrfs fi show... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: remove BUG_ON on num of devices for btrfs... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: skip fs with no seed when build seed/sprou... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Qu Wenruo | btrfs-progs: rebuild missing block group during chunk... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: make the search target device routine... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: rework calculations of fi usage |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: fix improper output msg for btrfs-fi-usage |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: output the correct path when fi-usage... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: fix wrong data ratio for raid56 in btrfs... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hidetoshi Seto | btrfs-progs: provide better error message for raid... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: hide FS occupied from device usage output |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: move global reserve to overall summary |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: clean up return codes and paths |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: replace df_pretty_sizes with pretty_size_mode |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: cleanup filesystem/device usage code |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: add section of overall filesystem usage |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: compare unallocated space against the... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: Print more info about device sizes |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: zero out structures before calling ioctl |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: check if we can't get info from ioctls... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: move device usage to cmds-device, more... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: add original 'df' and rename 'disk_usage... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rakesh Pandit | Btrfs-progs: fi usage: free memory if realloc fails |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Qu Wenruo | btrfs-progs: Fix memleak in get_raid56_used() |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Gui Hecheng | btrfs-progs: cleanup dead return after usage() for... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Goffredo Baroncelli | btrfs-progs: Add btrfs device disk-usage command |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Goffredo Baroncelli | btrfs-progs: Add command btrfs filesystem disk-usage |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Goffredo Baroncelli | btrfs-progs: Add helpers functions to handle the printi... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Goffredo Baroncelli | btrfs-progs: Enhance the command btrfs filesystem df |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | btrfs-progs: move group type and profile pretty printer... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Sterba | Btrfs progs 3.17.3 |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Qu Wenruo | btrfs-progs: print root dir verbose error in fsck |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Chandan Rajendra | Btrfs-progs: add_refs_for_implied: Use root_id instead... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Gui Hecheng | btrfs-progs: apply realpath for btrfs fi show when... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Gui Hecheng | btrfs-progs: fix return value problem for btrfs sub... |
commit | commitdiff | tree | snapshot |
next |