summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* btrfs-progs: convert: use on-stack path buffer in link_subvolDavid Sterba2016-11-09
* btrfs-progs: convert: use on-stack path buffer in create_imageDavid Sterba2016-11-09
* btrfs-progs: convert: use on-stack path buffer in record_file_blocksDavid Sterba2016-11-09
* btrfs-progs: mkfs: use on-stack path buffer in cleanup_temp_chunksDavid Sterba2016-11-09
* btrfs-progs: reduce size of btrfs_path::lowest_levelDavid Sterba2016-11-09
* btrfs-progs: reduce size of btrfs_path::readaDavid Sterba2016-11-09
* btrfs-progs: reduce size of btrfs_path, locks are not usedDavid Sterba2016-11-09
* btrfs-progs: mkfs: constify some char parametersDavid Sterba2016-11-09
* btrfs-progs: mkfs: use const char for unmodified members of directory_name_entryDavid Sterba2016-11-09
* btrfs-progs: check: reorder fields in inode_backref for better packingDavid Sterba2016-11-09
* btrfs-progs: check: unify type for inode_backref::itemtypeDavid Sterba2016-11-09
* btrfs-progs: check: unify type for inode_backref::filetypeDavid Sterba2016-11-09
* btrfs-progs: send: cleanup use of ctransid delta temporary variable in find_g...David Sterba2016-11-09
* btrfs-progs: send: cleanup, rename send context variablesDavid Sterba2016-11-09
* btrfs-progs: send: cleanup, rename some variables in dump_threadDavid Sterba2016-11-09
* btrfs-progs: send: clean types in write_bufDavid Sterba2016-11-09
* btrfs-progs: send: use proper type for read result, and rename the variableDavid Sterba2016-11-09
* btrfs-progs: send: increase size of transfer bufferDavid Sterba2016-11-09
* btrfs-progs: send: constify some arugmentsDavid Sterba2016-11-09
* btrfs-progs: tests: add test for multi-subvolume send from parentDavid Sterba2016-11-09
* btrfs-progs: dump-tree: convert dir-item-to-string to tableDavid Sterba2016-11-09
* btrfs-progs: dump-tree: convert key-to-string to tableDavid Sterba2016-11-09
* btrfs-progs: dump-tree: cleanup types for item number iterationDavid Sterba2016-11-09
* btrfs-progs: dump-tree: move remaining item variables to the scope of useDavid Sterba2016-11-09
* btrfs-progs: dump-tree: move variable declarations closer to their useDavid Sterba2016-11-09
* btrfs-progs: dump-tree: rename extent buffer variable in btrfs_print_leafDavid Sterba2016-11-09
* btrfs-progs: dump-tree: add untyped item ptr helper and use itDavid Sterba2016-11-09
* btrfs-progs: dump-tree: constify char argument in print_root_refDavid Sterba2016-11-09
* btrfs-progs: dump-tree: simplify and fix check for empty uuidDavid Sterba2016-11-09
* btrfs-progs: dump-tree: return void from print_* functionsDavid Sterba2016-11-09
* btrfs-progs: dump-tree: pass item size instead of itemDavid Sterba2016-11-09
* btrfs-progs: remove unused parameter from print_inode_itemDavid Sterba2016-11-09
* btrfs-progs: dump-tree: consolidate data key namesDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print dev statsDavid Sterba2016-11-09
* btrfs-progs: add dev stats on-disk structureDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print balance status itemDavid Sterba2016-11-09
* btrfs-progs: add balance status structuresDavid Sterba2016-11-09
* btrfs-progs: teach print_leaf about temporary item subtypesDavid Sterba2016-11-09
* btrfs-progs: teach print_leaf about permanent item subtypesDavid Sterba2016-11-09
* btrfs-progs: switch dev stats item to the permanent item keyDavid Sterba2016-11-09
* btrfs-progs: introduce key type for persistent permanent itemsDavid Sterba2016-11-09
* btrfs-progs: print-tree: extract offset from the item keyDavid Sterba2016-11-09
* btrfs-progs: introduce key type for persistent temporary itemsDavid Sterba2016-11-09
* btrfs-progs: mkfs: store creation time of the toplevel subvolumeDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print missing data for file extent itemDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print more root_item dataDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print missing dir_item dataDavid Sterba2016-11-09
* btrfs-progs: dump-tree: print missing inode_item dataDavid Sterba2016-11-09
* btrfs-progs: dump-tree: add helper to print timespecDavid Sterba2016-11-09
* btrfs-progs: dump-tree: factor inode_item dump to functionDavid Sterba2016-11-09