libbtrfsutil: don't return free space cache inodes from deleted_subvolumes()
[platform/upstream/btrfs-progs.git] / extent_io.c
2017-10-06 Jeff Mahoneybtrfs-progs: extent-cache: actually cache extent buffers
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_map_block and its variants...
2017-07-03 Qu Wenruobtrfs-progs: Refactor nodesize user in extent_io.c
2017-03-08 David Sterbabtrfs-progs: remove unused argument from clear_extent_dirty
2017-03-08 David Sterbabtrfs-progs: remove unused argument from set_extent_dirty
2017-03-08 David Sterbabtrfs-progs: remove unused argument from set_extent_bits
2017-03-08 David Sterbabtrfs-progs: remove unused argument from clear_extent_bits
2016-07-28 David Sterbabtrfs-progs: handler memory allocation error in write_d...
2016-07-28 David Sterbabtrfs-progs: handle memory allocation error in __alloc_...
2016-07-26 Omar Sandovalbtrfs-progs: fix btrfsck of space_cache=v2 bitmaps...
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-03-14 Ondrej Kozinabtrfs-progs: libbtrfs: remove max/min macros from API
2016-01-12 Omar Sandovalbtrfs-progs: check the free space tree in btrfsck
2015-10-21 Silvio Frickebtrfs-progs: use calloc instead of malloc+memset
2015-08-31 Qu Wenruobtrfs-progs: Avoid reading bad fd in case of missing...
2015-02-27 Qu Wenruobtrfs-progs: Move (set/clear_)extent_buffer_uptodate...
2015-02-02 Qu Wenruobtrfs-progs: read_tree_block() and read_node_slot(...
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2014-11-03 Zach Brownbtrfs-progs: check read extent errors when mapping
2014-10-14 Josef BacikBtrfs-progs: pull back backref.c and fix it up
2014-10-10 Naohiro Aotabtrfs-progs: do not reclaim extent buffer
2014-08-28 Naohiro Aotabtrfs-progs: Do not free dirty extent buffer
2014-01-31 Liu BoBtrfs-progs: fix the mismatch of extent buffer's space
2013-10-16 Josef BacikBtrfs-progs: keep track of transid failures and fix...
2013-10-16 chandanbtrfs-progs: clear_extent_bits: Fix memory leak.
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from shared...
2013-08-09 Wang Sheng-Huibtrfs-progs: fix the comment for extent_io.c/clear_exte...
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 Miao XieBtrfs-progs: extend the extent cache for the device...
2013-07-03 Miao XieBtrfs-progs: introduce common insert/search/delete...
2013-04-23 Josef BacikBtrfs-progs: add a free space cache checker to fsck V2
2013-02-19 Arvin Schnellbtrfs-progs: make libbtrfs usable from C++
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: don't leak in set_extent_bits
2013-02-01 David WoodhouseAdd basic RAID[56] support
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-06 Chris MasonAllow extent_buffers to use more ram
2012-02-05 Chris MasonAdd open_ctree_fs_info for partial FS opens
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 Sergei Trofimovichmkfs.btrfs: write zeroes instead on uninitialized data.
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2008-05-13 Chris MasonVerify parent generation number on btree reads
2008-04-22 Chris MasonUpdate the Ext3 converter
2008-04-01 Alex Chiangbtrfs-progs: Fix printf format casting errors
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-03-04 Chris MasonRename the extent_map code to extent_io