btrfs-progs: report I/O errors when closing the filesystem
[platform/upstream/btrfs-progs.git] / volumes.c
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'
2013-07-03 Liu BoBtrfs-progs: enhance btrfs-image to restore image onto...
2013-07-03 Liu BoBtrfs-progs: skip open devices which is missing
2013-07-03 Miao XieBtrfs-progs: Add chunk rebuild function for RAID1/SINGL...
2013-07-03 Miao XieBtrfs-progs: Add chunk recover function - using old...
2013-07-03 Miao XieBtrfs-progs: extend the extent cache for the device...
2013-07-03 Miao XieBtrfs-progs: introduce common insert/search/delete...
2013-07-03 Miao XieBtrfs-progs: Don't free the devices when close the...
2013-07-03 Miao XieBtrfs-progs: don't close the file descriptor 0 when...
2013-04-23 Anand Jainbtrfs-progs: delete unused function btrfs_read_super_device
2013-03-10 David Sterbabtrfs-progs: separate super_copy out of fs_info
2013-03-10 Eric Sandeenbtrfs-progs: check return of posix_fadvise
2013-02-27 Eric Sandeenbtrfs-progs: avoid double-free in __btrfs_map_block
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Zach Brownbtrfs-progs: free path on read_chunk_tree error
2013-02-06 Zach Brownbtrfs-progs: don't write memory after sb to disk
2013-02-01 David WoodhouseAdd basic RAID[56] support
2013-02-01 Chris MasonClear caches when opening and closing devices
2013-01-31 Stefan BehrensBtrfs-progs: add support for device replace procedure
2013-01-17 Arne JansenBtrfs-progs: fix unaligned accesses
2012-02-22 Chris Masonbtrfsck: add early code to handle corrupted block groups
2012-02-22 Chris MasonScan /dev/md and device mapper devices last
2011-11-03 Chris MasonBtrfs: fix raid10 reading math
2011-10-31 Chris MasonMerge branch 'recovery-beta' of git://git./linux/kernel...
2011-10-27 Josef Bacikbtrfs-progs: add a recovery utility to pull files from...
2011-10-25 Hubert Karioremove unused variables
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2011-10-25 Donggeun Kimbtrfs-progs: Add new feature to mkfs.btrfs to make...
2011-04-22 Chris MasonFill missing devices so degraded filesystems can be...
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-05 Yan Zhengsuperblock duplication
2008-11-20 Yan ZhengBtrfs image tool
next