summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs-progs: Convert man page for btrfs-rescueQu Wenruo2014-04-222-1/+61
* btrfs-progs: Convert man page for btrfs-check.Qu Wenruo2014-04-222-1/+46
* btrfs-progs: Convert man page for btrfs-scrubQu Wenruo2014-04-222-1/+99
* btrfs-progs: Convert man page for btrfs-device subcommand.Qu Wenruo2014-04-222-1/+76
* btrfs-progs: Convert man page for btrfs-balance.Qu Wenruo2014-04-222-1/+78
* btrfs-progs: Convert man page for filesystem subcommand.Qu Wenruo2014-04-222-1/+164
* btrfs-progs: Convert man page for btrfs-subvolumeQu Wenruo2014-04-222-1/+173
* btrfs-progs: Introduce asciidoc based man page and btrfs man page.Qu Wenruo2014-04-227-0/+316
* v3.14.1v3.14.1Chris Mason2014-04-181-1/+1
* btrfs-progs: correct prompt of minimal num of devs for raid56Gui Hecheng2014-04-111-2/+2
* Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana2014-04-114-14/+27
* Btrfs-progs: restore, for compressed extents don't read more bytes than neededFilipe David Borba Manana2014-04-111-2/+2
* btrfs-progs: Make property work with -t optionKusanagi Kouichi2014-04-111-3/+3
* btrfs-progs: Constify gettersKusanagi Kouichi2014-04-111-6/+6
* Btrfs-progs: btrfs: remove dead code in handle_optionsRakesh Pandit2014-04-111-22/+11
* btrfs-progs: Modify the help string to keep consistent with man page.Qu Wenruo2014-04-111-2/+1
* Btrfs-progs: fsck: fix wrong index in pick_next_pending()Wang Shilong2014-04-111-1/+1
* Btrfs-progs: fsck: reduce memory usage of extent record structWang Shilong2014-04-111-3/+3
* Btrfs-progs: fsck: fix possible memory leaks in run_next_block()Wang Shilong2014-04-111-0/+3
* Btrfs-progs: fsck: don't free @seen cache until we finish searchingWang Shilong2014-04-111-6/+1
* btrfs-progs v3.14v3.14Chris Mason2014-04-061-1/+1
* btrfs-progs: fix listing deleted subvolumesDavid Sterba2014-04-041-6/+4
* btrfs-progs: make device discard process interruptibleDavid Sterba2014-04-041-2/+24
* btrfs-progs: avoid implicit scan for backup SBAnand Jain2014-04-041-1/+8
* Btrfs-progs: fsck: fix memory leak and unnecessary call to freeRakesh Pandit2014-03-211-1/+1
* Btrfs-progs: return with -ENOMEM if malloc failsRakesh Pandit2014-03-211-1/+1
* Btrfs-progs: scrub: don't call unlock if pthread_mutex_lock failsRakesh Pandit2014-03-211-1/+2
* btrfs-progs: Fix a memleak in btrfs_scan_lblkid().Qu Wenruo2014-03-211-0/+1
* btrfs-progs: Fix a memleak in btrfs_scan_one_device.Qu Wenruo2014-03-212-3/+16
* btrfs-progs: skip erroneous free before initializationGui Hecheng2014-03-211-1/+2
* btrfs-progs: fix bug on mkfs with relative path specifiedGui Hecheng2014-03-211-6/+17
* Btrfs-progs: mkfs: make sure we can deal with hard links with -r optionWang Shilong2014-03-211-12/+9
* Btrfs-progs: mkfs: don't create extent for an empty fileWang Shilong2014-03-211-0/+3
* btrfs-progs: fix uninit variable in btrfs_scan_kernelChris Mason2014-03-211-1/+1
* Btrfs-progs: fsck: handle case that we can not lookup extent infoWang Shilong2014-03-212-11/+27
* Btrfs-progs: fsck: force to udate tree root for some casesWang Shilong2014-03-211-1/+22
* Btrfs-progs: fsck: insert root dir into reloc data tree when reiniting itWang Shilong2014-03-211-1/+8
* Btrfs-progs: fsck: reset balance after reiniting extent rootWang Shilong2014-03-211-7/+5
* Btrfs-progs: fsck: deal with really corrupted extent treeWang Shilong2014-03-211-0/+13
* Btrfs-progs: remove unused variable and update btrfs-image man pageRakesh Pandit2014-03-212-4/+4
* Btrfs-progs: use the correct integer type for ioctlArvin Schnell2014-03-211-1/+1
* btrfs-progs: make the device scan logic more clearGui Hecheng2014-03-211-22/+39
* btrfs-progs: cleanup device stat usage promptGui Hecheng2014-03-211-9/+4
* Btrfs-progs: free path if we don't find root itemRakesh Pandit2014-03-211-4/+4
* btrfs-progs: include <sys/xattr.h> instead of <attr/xattr.h>Christophe Vu-Brugier2014-03-212-2/+2
* Btrfs-progs: make sure to save mirror_num only if it is setJosef Bacik2014-03-211-1/+1
* Btrfs-progs: record generation for tree blocks in fsckJosef Bacik2014-03-211-7/+25
* btrfs-progs: Init root_item to avoid gcc 4.8.2 warningQu Wenruo2014-03-211-1/+1
* Btrfs-progs: use bitfield instead of integer for some variants in fs_infoWang Shilong2014-03-211-3/+5
* Btrfs-progs: fix restore of files with compressed extentsFilipe David Borba Manana2014-03-211-3/+6