btrfs-progs: tests: remove trivial use of local variables
[platform/upstream/btrfs-progs.git] / volumes.c
2018-02-24 Qu Wenruobtrfs-progs: volumes: Allow find_free_dev_extent()...
2018-02-24 Qu Wenruobtrfs-progs: Introduce btrfs_raid_array and related...
2018-02-24 Qu Wenruobtrfs-progs: Refactor parameter of BTRFS_MAX_DEVS(...
2018-02-02 Gu Jinxiangbtrfs-progs: Use fs_info instead of root for BTRFS_LEAF...
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2018-01-31 Qu Wenruobtrfs-progs: volumes: Remove unnecessary parameters...
2018-01-31 Qu Wenruobtrfs-progs: volumes: Remove unnecessary trans parameter
2018-01-31 Qu Wenruobtrfs-progs: volumes: Make find_free_dev_extent_start...
2018-01-31 Nikolay Borisovbtrfs-progs: Replace usage of list_for_each with list_f...
2017-11-14 Qu Wenruobtrfs-progs: rescue: Introduce fix-device-size
2017-11-14 Qu Wenruobtrfs-progs: Introduce function to fix super block...
2017-11-14 Qu Wenruobtrfs-progs: Introduce function to fix unaligned device...
2017-11-14 Qu Wenruobtrfs-progs: mkfs: avoid BUG_ON for chunk allocation...
2017-11-14 Liu Bobtrfs-progs: do not add stale device into fs_devices
2017-09-25 Qu Wenruobtrfs-progs: Refactor find_next_chunk to get rid of...
2017-09-08 David Sterbabtrfs-progs: drop blocksize argument from btrfs_find_cr...
2017-08-24 Nikolay Borisovbtrfs-progs: Use already defined BTRFS_BLOCK_GROUP_PROF...
2017-07-20 Justin Maggardbtrfs-progs: Fix an infinite loop in btrfs_next_bg
2017-07-12 Qu Wenruobtrfs-progs: Refactor chunk creation functions to use...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_add_device() to use btrfs_f...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_chunk_readonly to use btrfs...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_add_system_chunk to use...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_read_sys_array/chunk_tree...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_find_device to use btrfs_fs...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_check_chunk_valid to use...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_next_bg and its callers...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_info
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_map_block and its variants...
2017-07-03 Qu Wenruobtrfs-progs: Introduce function to get correct stripe...
2017-07-03 Qu Wenruobtrfs-progs: Enhance chunk item validation check
2017-07-03 Qu Wenruobtrfs-progs: raid56: Introduce raid56 header for later...
2017-07-03 Qu Wenruobtrfs-progs: Refactor sectorsize users in volumes.c
2017-07-03 Qu Wenruobtrfs-progs: Cleanup open-coded btrfs_chunk_item_size
2017-03-08 Omar Sandovalbtrfs-progs: report I/O errors when closing the filesystem
2017-03-08 David Sterbabtrfs-progs: remove unused argument from btrfs_add_syst...
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2016-12-14 Goldwyn Rodriguesbtrfs-progs: find_free_dev_extent() closer to kernel...
2016-12-14 Qu Wenruobtrfs-progs: volumes: Use new raid5_gen_result to calcu...
2016-11-11 Qu Wenruobtrfs-progs: Fix memory leak in write_raid56_with_parity
2016-11-09 David Sterbabtrfs-progs: fix unaligned u64 access in btrfs_alloc_da...
2016-10-25 Qu Wenruobtrfs-progs: volumes: Remove BUG_ON in raid56 write...
2016-10-05 David Sterbabtrfs-progs: don't access freed memory in btrfs_close_d...
2016-10-03 David Sterbabtrfs-progs: cleanup, kill trivial btrfs_key_type helper
2016-10-03 David Sterbabtrfs-progs: improve error handling in btrfs_alloc_data...
2016-09-21 David Sterbabtrfs-progs: handle errors from btrfs_alloc_path
2016-09-05 Qu Wenruobtrfs-progs: Do extra chunk check before processing...
2016-08-24 David Sterbabtrfs-progs: make superblock reading/scanning api more...
2016-07-29 Justin Maggardbtrfs-progs: fix memory leak with missing device
2016-07-28 David Sterbabtrfs-progs: fix unaligned access calculating raid56...
2016-07-13 Tsutomu Itohbtrfs-progs: add the error message when open fails
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to create convert data...
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 Liu Bobtrfs-progs: add validation checks for chunk loading
2016-03-14 David Sterbabtrfs-progs: don't print message for a missing device
2016-02-26 Qu Wenruobtrfs-progs: Add support for tree block operations...
2016-02-26 Qu Wenruobtrfs-progs: volume: Fix a bug causing btrfs-find-root...
2016-01-12 Qu Wenruobtrfs-progs: Enhance chunk validation check
2016-01-04 David Sterbabtrfs-progs: verbose error when we find an unexpected...
2016-01-04 David Sterbabtrfs-progs: handle invalid num_stripes in sys_array
2016-01-04 David Sterbabtrfs-progs: add more checks to btrfs_read_sys_array
2016-01-04 David Sterbabtrfs-progs: cleanup, rename a few variables in btrfs_r...
2016-01-04 David Sterbabtrfs-progs: update btrfs_read_sys_array to match kerne...
2015-11-16 Qu Wenruobtrfs-progs: find-root: Add support to search chunk...
2015-11-13 David Sterbabtrfs-progs: use on-stack buffer for btrfs_scan_one_device
2015-10-21 Silvio Frickebtrfs-progs: use calloc instead of malloc+memset
2015-08-31 Zhao Leibtrfs-progs: Introduce btrfs_close_all_devices helper
2015-05-26 Qu Wenruobtrfs-progs: btrfstune: fix a bug which makes unfinishe...
2015-05-20 Qu Wenruobtrfs-progs: Fix a bug in chunk item extra check and...
2015-05-14 Qu Wenruobtrfs-progs: Add extra chunk item check to avoid btrfs...
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2014-12-19 David Sterbabtrfs-progs: move contents of math.h to utils.h and...
2014-12-09 Gui Hechengbtrfs-progs: convert: fix unable to rollback case with...
2014-12-09 Gui Hechengbtrfs-progs: remove dead condition for btrfs_map_block
2014-10-10 Gui Hechengbtrfs-progs: fix device missing of btrfs fi show with...
2014-10-10 Gui Hechengbtrfs-progs: fix BUG_ON when all devices under seed...
2014-10-01 Josef BacikBtrfs-progs: don't assert when we have an invalid mapping
2014-08-22 Liu BoBtrfs-progs: fix Segmentation fault of btrfs-convert
2014-08-22 Qu Wenruobtrfs-progs: Allow btrfs_read_dev_super() to read all...
2014-08-22 Adam Buchbinderbtrfs-progs: Fix a use-after-free in the volumes code.
2014-05-02 Gui Hechengbtrfs-progs: add dev maxs limit for btrfs_alloc_chunk...
2014-05-02 Gui Hechengbtrfs-progs: fix wrong max system array size check...
2014-03-21 Qu Wenruobtrfs-progs: Fix a memleak in btrfs_scan_one_device.
2014-01-31 Anand Jainbtrfs-progs: btrfsck operations should be exclusive
2014-01-31 Anand Jainbtrfs-progs: use stripe_len define here
2014-01-31 Gui Hechengbtrfs-progs: remove NULL-ptr judge before free for...
2014-01-31 Wang ShilongBtrfs-progs: chunk-recover: add new flag to prepare...
2013-10-16 Hidetoshi Setobtrfs-progs: calculate available blocks on device properly
2013-09-03 Zach Brownbtrfs-progs: remove variable length stack arrays
2013-09-03 Zach Brownbtrfs-progs: fix shadow symbols
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from shared...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-09-03 Filipe David Borba... Btrfs-progs: return immediately on tree search failure
2013-08-09 Filipe David Borba... Btrfs-progs: optimize function btrfs_read_chunk_tree
2013-08-09 Filipe David Borba... Btrfs-progs: remove unused code
2013-08-09 Filipe David Borba... Btrfs-progs: add kstrdup() return value check
2013-08-09 Qu Wenruobtrfs-progs: Cleanup unneeded extra variant in btrfs_re...
2013-08-09 Qu Wenruobtrfs-progs: Cleanup for using BTRFS_SETGET_STACK inste...
2013-08-09 Eric SandeenBtrfs-progs: cleanup duplicated division functions
2013-07-05 Filipe David Borba... Btrfs-progs: fix closing of devices
2013-07-03 Chris MasonMerge branch 'liubo-image-restore'
next