summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-04btrfs-progs: Print more info about device sizesDavid Sterba3-5/+19
2014-12-04btrfs-progs: zero out structures before calling ioctlDavid Sterba1-3/+3
2014-12-04btrfs-progs: check if we can't get info from ioctls due to permissionsDavid Sterba1-0/+10
2014-12-04btrfs-progs: move device usage to cmds-device, more cleanupsDavid Sterba3-219/+188
2014-12-04btrfs-progs: add original 'df' and rename 'disk_usage' to 'usage'David Sterba3-84/+24
2014-12-04Btrfs-progs: fi usage: free memory if realloc failsRakesh Pandit1-1/+1
2014-12-04btrfs-progs: Fix memleak in get_raid56_used()Qu Wenruo1-0/+1
2014-12-04btrfs-progs: cleanup dead return after usage() for fi-disk_usageGui Hecheng1-9/+3
2014-12-04btrfs-progs: Add btrfs device disk-usage commandGoffredo Baroncelli3-0/+142
2014-12-04btrfs-progs: Add command btrfs filesystem disk-usageGoffredo Baroncelli5-0/+455
2014-12-04btrfs-progs: Add helpers functions to handle the printing of data in tabular ...Goffredo Baroncelli3-1/+193
2014-12-04btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli7-4/+563
2014-12-04btrfs-progs: move group type and profile pretty printers to utilsDavid Sterba3-45/+48
2014-12-04Btrfs progs 3.17.3v3.17.3David Sterba1-1/+1
2014-12-04btrfs-progs: print root dir verbose error in fsckQu Wenruo1-0/+1
2014-11-27Btrfs-progs: add_refs_for_implied: Use root_id instead of root_bytenr.Chandan Rajendra1-2/+2
2014-11-27btrfs-progs: apply realpath for btrfs fi show when mount point is givenGui Hecheng1-29/+35
2014-11-27btrfs-progs: fix return value problem for btrfs sub showGui Hecheng1-3/+3
2014-11-25btrfs-progs: fix spacing in error messagesDavid Sterba3-5/+5
2014-11-25Btrfs-progs: fix a bug of converting sparse ext2/3/4Liu Bo1-1/+1
2014-11-25btrfs-progs: add new dev replace resultEryu Guan2-0/+3
2014-11-19Btrfs progs v3.17.2v3.17.2David Sterba1-1/+1
2014-11-19btrfs-progs: use system attr instead of attr libraryDavid Sterba1-1/+7
2014-11-18btrfs-progs: fix compiler warningChristian Hesse1-1/+1
2014-11-18btrfs-progs: use proper size for argv0 substitutionDavid Sterba2-2/+3
2014-11-14btrfs-progs: use canonical name for device in btrfs fi show when mountedGui Hecheng2-6/+17
2014-11-14btrfs-progs: Check sb_bytenr with device size before scanning one device.Qu Wenruo1-0/+10
2014-11-14Btrfs-progs: test images for new btrfsck functionalityJosef Bacik3-0/+0
2014-11-14Btrfs-progs: create missing root diridJosef Bacik1-0/+20
2014-11-14Btrfs-progs: fix missing inode itemsJosef Bacik1-0/+76
2014-11-14Btrfs-progs: add ability to replace missing dir item/dir indexesJosef Bacik1-0/+27
2014-11-14Btrfs-progs: add a message to know zero log ran successfullyJosef Bacik1-0/+1
2014-11-14Btrfs-progs: make zero-log use partial openJosef Bacik1-1/+1
2014-11-14Btrfs-progs: spit out the broken file when ignoring errorsJosef Bacik1-0/+4
2014-11-14Btrfs-progs: don't fail on log tree opening with PARTIALJosef Bacik1-1/+2
2014-11-14Btrfs-progs: add the ability to delete itemsJosef Bacik1-1/+44
2014-11-07btrfs-progs: fix compiler warningChristian Hesse2-2/+2
2014-11-07btrfs-progs: update .gitignoreDavid Sterba1-0/+4
2014-11-07btrfs-progs: build, update the clean ruleDavid Sterba1-4/+4
2014-11-07btrfs-progs: build, gather utilities that are not built by defaultDavid Sterba1-1/+6
2014-11-07btrfs-progs: build, add make target for a build testDavid Sterba1-0/+7
2014-11-07btrfs-progs: build, add basic build test for libraryDavid Sterba2-0/+77
2014-11-04Btrfs progs v3.17.1v3.17.1David Sterba1-1/+1
2014-11-04btrfs-progs: use the correct SI prefixesDavid Sterba3-8/+8
2014-11-03btrfs-progs: libbtrfs, make exported headers compatible with C++David Sterba3-1/+25
2014-11-03btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain5-8/+17
2014-11-03btrfs-progs: introduce btrfs_register_all_device()Anand Jain2-0/+28
2014-11-03btrfs-progs: fix linking with libbtrfsDavid Sterba1-2/+2
2014-11-03btrfs-progs: Fix the argument requirement for '--subvol-extents'Qu Wenruo2-2/+4
2014-11-03btrfs-progs: skip mounted fs when deal with umounted ones for fi showGui Hecheng1-0/+13
2014-11-03revert btrfs-progs: do a separate probe for _transient_ replacing deviceAnand Jain1-18/+1
2014-11-03btrfs-progs: Fix number of arguments check of 'btrfs fi df'Qu Wenruo1-2/+1
2014-11-03btrfs-progs: fix csum root copy-n-paste errorZach Brown1-30/+37
2014-11-03btrfs-progs: check read extent errors when mappingZach Brown2-2/+14
2014-11-03btrfs-progs: code optimize cmd_scan_dev() use btrfs_register_one_device()Anand Jain3-31/+12
2014-11-03btrfs-progs: only report internal dev replace result if there's a resultEryu Guan2-12/+33
2014-10-17Btrfs progs v3.17v3.17David Sterba1-1/+1
2014-10-17btrfs-progs: run fsck image tests in filename orderDavid Sterba1-1/+1
2014-10-17Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana8-23/+395
2014-10-16btrfs-progs: fix show super unknown flag outputZach Brown1-1/+1
2014-10-16btrfs-progs: check sscanf return codeZach Brown1-1/+6
2014-10-16btrfs-progs: open RW to register device using btrfs-controlAnand Jain1-1/+1
2014-10-16btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain5-7/+6
2014-10-16btrfs-progs: mkfs should be consistent in calling register deviceAnand Jain1-2/+2
2014-10-16Btrfs-progs: check, fix return value check of is_child_root()Filipe Manana1-1/+9
2014-10-14btrfs-progs: fix uninitialized warning in btrfs_calc_stripe_indexAnand Jain1-1/+3
2014-10-14Btrfs-progs: lookup all roots that point to a corrupt blockJosef Bacik1-73/+70
2014-10-14btrfs-progs: make fsck deal with bogus itemsJosef Bacik2-0/+45
2014-10-14btrfs-progs: check blocks when checking fs rootsJosef Bacik1-0/+21
2014-10-14btrfs-progs: add the ability to fix shifted item offsetsJosef Bacik2-13/+108
2014-10-14btrfs-progs: add shift_items to btrfs-corrupt-blockJosef Bacik1-0/+27
2014-10-14btrfs-progs: corrupt btrfs items in btrfs-corrup-blockJosef Bacik1-1/+87
2014-10-14Btrfs-progs: add ability to corrupt dir itemsJosef Bacik1-1/+102
2014-10-14Btrfs-progs: deal with mismatch index between dir index and inode refJosef Bacik1-3/+6
2014-10-14Btrfs-progs: add a dummy backref if our location is wrongJosef Bacik1-1/+7
2014-10-14Btrfs-progs: delete bogus dir indexesJosef Bacik3-18/+228
2014-10-14Btrfs-progs: re-search tree root if it changesJosef Bacik1-1/+8
2014-10-14Btrfs-progs: reset chunk state if we restart checkJosef Bacik1-1/+12
2014-10-14Btrfs-progs: update rbtree libsJosef Bacik4-350/+695
2014-10-14Btrfs-progs: break out rbtree util functionsJosef Bacik10-86/+133
2014-10-14Btrfs-progs: pull back backref.c and fix it upJosef Bacik9-12/+1877
2014-10-13Btrfs-progs: repair missing dir indexJosef Bacik2-2/+119
2014-10-10btrfs-progs: document the limit balance filterDavid Sterba1-0/+5
2014-10-10btrfs-progs: convert: set label or copy from originDavid Sterba2-9/+42
2014-10-10btrfs-progs: add options to tune units for fi df outputDavid Sterba4-31/+155
2014-10-10btrfs-progs: Remove extra 'const' modifiers; they don't do anything.Adam Buchbinder1-3/+3
2014-10-10btrfs-progs: extend pretty printers with unit modeDavid Sterba2-28/+64
2014-10-10btrfs-progs: print B for bytesDavid Sterba1-1/+1
2014-10-10btrfs-progs: debug: print more info about inodeDavid Sterba1-2/+6
2014-10-10btrfs-progs: check: do not dereference tree_refs as data_refsAlexandre Oliva1-7/+12
2014-10-10btrfs-progs: repair: remove recowed entry from the to-recow listAlexandre Oliva1-0/+1
2014-10-10Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong2-0/+12
2014-10-10Btrfs-progs: fsck: only allow partial opening under repair modeWang Shilong1-2/+5
2014-10-10Btrfs-progs: fsck: disallow partial opening if critical roots corruptedWang Shilong1-4/+1
2014-10-10btrfs-progs: do a separate probe for transient replacing deviceAnand Jain1-1/+18
2014-10-10btrfs-progs: fix device missing of btrfs fi show with seed devicesGui Hecheng3-26/+271
2014-10-10btrfs-progs: return error when canonicalize_path failedEryu Guan1-0/+1
2014-10-10btrfs-progs: add option to disable backtrace usageGustavo Zacarias2-0/+19
2014-10-10btrfs-progs: fix BUG_ON when all devices under seed fs are missingGui Hecheng1-2/+9
2014-10-10btrfs-progs: Check the consistence between the parent node and child node/leaf.Qu Wenruo1-0/+55
2014-10-10btrfs-progs: skip extent rebuild test if no testdevJosef Bacik1-4/+5
2014-10-10btrfs-progs: scrub, detect stale information in the status fileDavid Sterba1-1/+39
2014-10-10btrfs-progs: do not reclaim extent bufferNaohiro Aota1-34/+3
2014-10-10btrfs-progs: rebuild the crc tree with --init-csum-treeJosef Bacik1-0/+98
2014-10-10btrfs-progs: remove scan_for_btrfs()Anand Jain2-16/+0
2014-10-10btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain5-16/+13
2014-10-10btrfs-progs: super-recover: fix double free fs_devices memoryWang Shilong1-10/+3
2014-10-10btrfs-progs: force overwrite should wipe stale SBAnand Jain1-0/+38
2014-10-10btrfs-progs: make free space checker work on non-4k sectorsize filesystemsDavid Sterba2-15/+25
2014-10-10btrfs-progs: check, fix csum check in the presence of non-inlined refsFilipe David Borba Manana1-11/+27
2014-10-10btrfs-progs: fsck: add ability to check reloc rootsWang Shilong1-7/+26
2014-10-10btrfs-progs: fsck: finish transaction commit if repair error outWang Shilong1-1/+1
2014-10-10btrfs-progs: fsck: remove unfriendly BUG_ON() for searching tree failureWang Shilong1-26/+58
2014-10-10btrfs-progs: fsck: clear out log tree in repair modeWang Shilong1-0/+33
2014-10-10btrfs-progs: fsck: avoid pinning same block several timesWang Shilong1-0/+9
2014-10-10btrfs-progs: remove BTRFS_SCAN_DEV and btrfs_scan_one_dirEric Sandeen2-118/+2
2014-10-10btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2-12/+2
2014-10-10btrfs-progs: scan /proc/partitions not all of /dev with "-d"Eric Sandeen2-4/+4
2014-10-10btrfs-progs: wait until all subvolumes are cleanedDavid Sterba2-0/+243
2014-10-10btrfs-progs: Fix malloc size for superblock.Qu Wenruo1-1/+1
2014-10-01Btrfs progs v3.16.2v3.16.2David Sterba1-1/+1
2014-10-01Btrfs-progs: check all slots in leavesJosef Bacik1-1/+1
2014-10-01btrfs-progs: Check the csum tree node before go through the csum treeQu Wenruo1-0/+4
2014-10-01btrfs-progs: add root to dirty list when fixing bad keysJosef Bacik1-12/+15
2014-10-01Btrfs-progs: let btrfs-image actually work on a balanced fsJosef Bacik1-1/+2
2014-10-01Btrfs-progs: don't assert when we have an invalid mappingJosef Bacik1-2/+14
2014-10-01Btrfs-progs: make BUG*() be more verboseJosef Bacik2-5/+33
2014-10-01btrfs-progs: Add human readable incompat flags output for btrfs-show-superQu Wenruo1-0/+53
2014-10-01btrfs-progs: fix typo in subvol list usageDavid Disseldorp1-1/+1
2014-10-01btrfs-progs: update manpage with new option -f for btrfstuneGui Hecheng1-0/+7
2014-10-01btrfs-progs: Properly cast to avoid compiler warnings, fixes FTBFS on alpha a...Dimitri John Ledkov1-1/+1
2014-10-01btrfs-progs: fix many typos in documentsNaohiro Aota16-16/+16
2014-09-15Btrfs progs v3.16.1v3.16.1David Sterba1-1/+1
2014-09-14btrfs-progs: doc: fix invalid reference to setattr(8)Naohiro Aota1-1/+1
2014-09-14btrfs-progs: remove wrong set_argv0 for restoreGui Hecheng1-1/+0
2014-09-14btrfs-progs: remove btrfs_release_path before btrfs_free_pathGui Hecheng3-4/+0
2014-09-14btrfs-progs: fix find_mount_root() to handle duplicated mount point correctlyQu Wenruo1-2/+2
2014-09-14btrfs-progs: fix next_leaf in restore as it improperly skips some slotsGui Hecheng1-0/+1
2014-09-14btrfs-progs: fix len of read_extent_buffer for inline extent in restoreGui Hecheng1-1/+3
2014-09-14btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown3-21/+13
2014-09-14btrfs-progs: corrupt-block: fix a delete and use bug corrupting extent treeQu Wenruo1-3/+1
2014-09-14btrfs-progs: init uninitialized output buf for btrfs-restoreGui Hecheng1-2/+2
2014-09-14btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills4-6/+36
2014-09-02Btrfs-progs: fix typosHolger Hoffstätte4-5/+5
2014-09-02btrfs-progs: Improve static building and installationThomas Petazzoni1-3/+19
2014-09-02btrfs-progs: Add support for DISABLE_DOCUMENTATIONGustavo Zacarias1-2/+7
2014-09-02btrfs-progs: move debug info to verbose mode for restoreGui Hecheng1-1/+1
2014-09-02btrfs-progs: library version definesArvin Schnell3-2/+22
2014-08-28btrfs-progs: read global reserve size from space infosDavid Sterba2-1/+12
2014-08-28btrfs-progs: remove unused flags for btrfs_pathGui Hecheng3-11/+0
2014-08-28btrfs-progs: Do not free dirty extent bufferNaohiro Aota1-1/+1
2014-08-26Btrfs Progs v3.16v3.16Chris Mason1-1/+1
2014-08-22btrfs-progs: check: do not require argument for --subvol-extentsDavid Sterba1-1/+1
2014-08-22btrfs-progs: mkfs make --uuid require an argumentDavid Sterba1-1/+1
2014-08-22btrfs-progs: Fix spelling in btrfs sub list helpHugo Mills1-1/+1
2014-08-22btrfs-progs: fix unaligned loads in receiveZach Brown1-1/+1
2014-08-22btrfs-progs: add ask_user confirmation for btrfstune clear seeding flagGui Hecheng1-1/+16
2014-08-22btrfs-progs: avoid to use numeric literal for the size of uuid bufferSatoru Takeuchi1-1/+1
2014-08-22btrfs-progs: random fixes for usage string of btrfs scrubSatoru Takeuchi1-2/+3
2014-08-22btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive docu...Satoru Takeuchi2-3/+3
2014-08-22btrfs-progs: remove unused parameter in rollback for btrfs-convertGui Hecheng1-2/+2
2014-08-22btrfs-progs: check option conflict for btrfs-convertGui Hecheng1-0/+12
2014-08-22btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi3-19/+20
2014-08-22btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi3-6/+16
2014-08-22btrfs-progs: add mount status check for btrfs-imageGui Hecheng1-2/+12
2014-08-22btrfs-progs: remove unnecessary NULL check after get_df()Satoru Takeuchi1-1/+1
2014-08-22btrfs-progs: fix improper return value check for is_existing_blk_or_reg_fileGui Hecheng1-6/+13
2014-08-22btrfs-progs: remove unnecessary return value check in btrfs-propertyGui Hecheng1-4/+0
2014-08-22btrfs-progs: init variables which are checked later in btrfs-propertyGui Hecheng1-4/+4
2014-08-22btrfs-progs: mkfs: remove experimental tagDavid Sterba1-3/+2
2014-08-22btrfs-progs: add always option to restore's looping promptJustin Maggard1-9/+22
2014-08-22Btrfs-progs: fix some build warnings on 32bit platformWang Shilong6-8/+12
2014-08-22btrfs-progs: Unify the messy error message formatsSatoru Takeuchi1-7/+7
2014-08-22Btrfs-progs: remove author and copyright info from man pageWang Shilong8-96/+0
2014-08-22btrfs-progs: Check fstype in find_mount_root()Qu Wenruo4-0/+39
2014-08-22btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo3-9/+7
2014-08-22Btrfs-progs: fix wrong manpage of defrag commandLiu Bo1-2/+1
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng15-20/+36
2014-08-22btrfs-progs: Add uninstall targets to Makefiles.Nils Steinger2-0/+11
2014-08-22btrfs-progs: replace a confusing raw number with a macroGui Hecheng1-1/+1
2014-08-22btrfs-progs: fix wrong message about forcing the mixed group profileAnand Jain1-3/+1
2014-08-22btrfs-progs: fix build of static targetDavid Sterba1-1/+1
2014-08-22btrfs-progs: correct manpage option description for scrubGui Hecheng2-5/+5
2014-08-22btrfs-progs: remove unnecessary judgment for fd in scrubGui Hecheng1-3/+0
2014-08-22btrfs-progs: adjust the return values for scrubGui Hecheng1-5/+8
2014-08-22btrfs-progs: mkfs: don't zero extend small filesZach Brown1-38/+20
2014-08-22btrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for small volumeAnand Jain3-3/+4
2014-08-22btrfs-progs: dont break the stringAnand Jain1-2/+2
2014-08-22btrfs-progs: doc: fix incorrect subvol nameTsutomu Itoh1-1/+1
2014-08-22btrfs-progs: ignore orphaned qgroups by defaultMark Fasheh1-1/+13
2014-08-22Btrfs-progs: fix Segmentation fault of btrfs-convertLiu Bo1-2/+8
2014-08-22btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo9-24/+29
2014-08-22btrfs-progs: show extent state for a subvolumeMark Fasheh3-3/+92
2014-08-22btrfs-progs: limit minimal num of args for btrfs-imageGui Hecheng1-0/+4
2014-08-22btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng6-46/+58
2014-08-22btrfs-progs: balance filter: add limit of processed chunksDavid Sterba3-1/+18
2014-08-22btrfs-progs: add X inode flag to btrfs(5)David Sterba1-0/+2
2014-08-22btrfs-progs: cleanup unnecessary free if malloc fails in btrfs-imageGui Hecheng1-1/+1
2014-08-22Btrfs-progs: fsck: reduce memory usage for extents checkWang Shilong1-0/+2
2014-08-22btrfs-progs: fix btrfs-image old_restore fsck failureGui Hecheng1-2/+2