| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -2/+1 |
| 2025-05-15 | btrfs: get rid of btrfs_read_dev_super() | Qu Wenruo | 1 | -1/+0 |
| 2025-05-15 | btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super() | Qu Wenruo | 1 | -2/+0 |
| 2025-05-15 | btrfs: change return type of btree_csum_one_bio() to int | David Sterba | 1 | -1/+1 |
| 2025-01-13 | btrfs: remove stray comment about SRCU | David Sterba | 1 | -3/+0 |
| 2024-11-11 | btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction() | Filipe Manana | 1 | -2/+1 |
| 2024-11-11 | btrfs: drop unused parameter options from open_ctree() | David Sterba | 1 | -2/+1 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -9/+8 |
| 2024-07-11 | btrfs: move btrfs_block_group_root() to block-group.c | Anand Jain | 1 | -1/+0 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 2 | David Sterba | 1 | -4/+12 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 1 | David Sterba | 1 | -0/+4 |
| 2024-02-29 | btrfs: fix double free of anonymous device after snapshot creation failure | Filipe Manana | 1 | -1/+1 |
| 2023-12-15 | btrfs: move one shot mount option clearing to super.c | Josef Bacik | 1 | -1/+0 |
| 2023-12-15 | btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h | Filipe Manana | 1 | -2/+0 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -1/+2 |
| 2023-08-21 | btrfs: make btrfs_cleanup_fs_roots() static | Filipe Manana | 1 | -1/+0 |
| 2023-06-19 | btrfs: use a separate end_io handler for read_extent_buffer | Christoph Hellwig | 1 | -3/+2 |
| 2023-06-19 | btrfs: move btrfs_verify_level_key into tree-checker.c | Josef Bacik | 1 | -2/+0 |
| 2023-02-15 | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty | Josef Bacik | 1 | -2/+2 |
| 2023-02-15 | btrfs: add trans argument to btrfs_clean_tree_block | Josef Bacik | 1 | -1/+2 |
| 2023-02-15 | btrfs: remove now spurious bio submission helpers | Christoph Hellwig | 1 | -1/+0 |
| 2023-02-15 | btrfs: support cloned bios in btree_csum_one_bio | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: handle checksum generation in the storage layer | Christoph Hellwig | 1 | -8/+1 |
| 2023-02-15 | btrfs: open code the submit_bio_start helpers | Christoph Hellwig | 1 | -1/+0 |
| 2023-01-03 | btrfs: fix compat_ro checks against remount | Qu Wenruo | 1 | -1/+1 |
| 2022-12-05 | btrfs: move struct btrfs_tree_parent_check out of disk-io.h | Christoph Hellwig | 1 | -29/+1 |
| 2022-12-05 | btrfs: concentrate all tree block parentness check parameters into one structure | Qu Wenruo | 1 | -4/+32 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_metadata_bio | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_wq_submit_bio | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters | David Sterba | 1 | -2/+1 |
| 2022-12-05 | btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio | David Sterba | 1 | -2/+10 |
| 2022-12-05 | btrfs: remove unused function prototypes | Josef Bacik | 1 | -4/+0 |
| 2022-12-05 | btrfs: move btrfs_get_block_group helper out of disk-io.h | Josef Bacik | 1 | -7/+1 |
| 2022-10-24 | btrfs: make thaw time super block check to also verify checksum | Qu Wenruo | 1 | -0/+2 |
| 2022-09-26 | btrfs: relax block-group-tree feature dependency checks | Qu Wenruo | 1 | -0/+1 |
| 2022-09-26 | btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2 | Qu Wenruo | 1 | -1/+1 |
| 2022-09-26 | btrfs: check superblock to ensure the fs was not modified at thaw time | Qu Wenruo | 1 | -1/+3 |
| 2022-08-17 | btrfs: move lockdep class helpers to locking.c | Josef Bacik | 1 | -10/+0 |
| 2022-07-25 | btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully | Christoph Hellwig | 1 | -3/+3 |
| 2022-07-25 | btrfs: remove btrfs_end_io_wq | Christoph Hellwig | 1 | -10/+0 |
| 2022-07-25 | btrfs: defer I/O completion based on the btrfs_raid_bio | Christoph Hellwig | 1 | -1/+0 |
| 2022-05-16 | btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio | David Sterba | 1 | -2/+1 |
| 2022-05-16 | btrfs: do not return errors from btrfs_submit_metadata_bio | Christoph Hellwig | 1 | -2/+1 |
| 2022-05-16 | btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-16 | btrfs: remove trivial wrapper btrfs_read_buffer() | Filipe Manana | 1 | -2/+2 |
| 2022-03-14 | btrfs: add code to support the block group root | Josef Bacik | 1 | -0/+2 |
| 2022-01-03 | btrfs: track the csum, extent, and free space trees in a rb tree | Josef Bacik | 1 | -12/+6 |
| 2022-01-03 | btrfs: stop accessing ->csum_root directly | Josef Bacik | 1 | -0/+6 |
| 2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 1 | -1/+7 |
| 2022-01-03 | btrfs: add a btrfs_block_group_root() helper | Josef Bacik | 1 | -0/+5 |
| 2021-10-26 | btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZE | Qu Wenruo | 1 | -3/+0 |
| 2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -1/+1 |
| 2021-02-09 | btrfs: split alloc_log_tree() | Naohiro Aota | 1 | -0/+2 |
| 2021-02-08 | btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid | Nikolay Borisov | 1 | -1/+1 |
| 2021-02-08 | btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid | Nikolay Borisov | 1 | -1/+1 |
| 2020-12-09 | btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset | Qu Wenruo | 1 | -1/+1 |
| 2020-12-09 | btrfs: clear oneshot options on mount and remount | Boris Burkov | 1 | -0/+1 |
| 2020-12-09 | btrfs: lift read-write mount setup from mount and remount | Boris Burkov | 1 | -0/+1 |
| 2020-12-09 | btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c | Nikolay Borisov | 1 | -0/+2 |
| 2020-12-08 | btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer | Qu Wenruo | 1 | -1/+1 |
| 2020-12-08 | btrfs: pass the owner_root and level to alloc_extent_buffer | Josef Bacik | 1 | -1/+2 |
| 2020-12-08 | btrfs: pass root owner to read_tree_block | Josef Bacik | 1 | -2/+2 |
| 2020-12-08 | btrfs: cleanup extent buffer readahead | Josef Bacik | 1 | -1/+0 |
| 2020-12-08 | btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio | Qu Wenruo | 1 | -4/+4 |
| 2020-12-08 | btrfs: generate lockdep keyset names at compile time | David Sterba | 1 | -3/+0 |
| 2020-10-26 | btrfs: add a helper to read the tree_root commit root for backref lookup | Josef Bacik | 1 | -0/+3 |
| 2020-10-07 | btrfs: call submit_bio_hook directly for metadata pages | Nikolay Borisov | 1 | -0/+2 |
| 2020-10-07 | btrfs: replace readpage_end_io_hook with direct calls | Nikolay Borisov | 1 | -1/+3 |
| 2020-10-07 | btrfs: remove btree_get_extent | Nikolay Borisov | 1 | -3/+0 |
| 2020-07-27 | btrfs: preallocate anon block device at first phase of snapshot creation | Qu Wenruo | 1 | -0/+2 |
| 2020-05-25 | btrfs: simplify root lookup by id | David Sterba | 1 | -2/+1 |
| 2020-05-25 | btrfs: get rid of endio_repair_workers | Omar Sandoval | 1 | -1/+0 |
| 2020-03-23 | btrfs: move the root freeing stuff into btrfs_put_root | Josef Bacik | 1 | -15/+1 |
| 2020-03-23 | btrfs: use the page cache for super block reading | Johannes Thumshirn | 1 | -3/+3 |
| 2020-03-23 | btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root | Josef Bacik | 1 | -2/+2 |
| 2020-03-23 | btrfs: add a leak check for roots | Josef Bacik | 1 | -1/+8 |
| 2020-03-23 | btrfs: make the init of static elements in fs_info separate | Josef Bacik | 1 | -0/+1 |
| 2020-03-23 | btrfs: export and rename free_fs_info | Josef Bacik | 1 | -0/+1 |
| 2020-03-23 | btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root | Josef Bacik | 1 | -0/+4 |
| 2020-03-23 | btrfs: make the fs root init functions static | Josef Bacik | 1 | -3/+0 |
| 2020-03-23 | btrfs: open code btrfs_read_fs_root_no_name | Josef Bacik | 1 | -6/+0 |
| 2020-03-23 | btrfs: remove btrfs_read_fs_root, not used anymore | Josef Bacik | 1 | -2/+0 |
| 2020-03-23 | btrfs: export and use btrfs_read_tree_root for tree-log | Josef Bacik | 1 | -0/+2 |
| 2020-01-20 | btrfs: drop create parameter to btrfs_get_extent() | Omar Sandoval | 1 | -2/+2 |
| 2019-11-18 | btrfs: add __cold attribute to more functions | David Sterba | 1 | -2/+2 |
| 2019-09-09 | btrfs: Make reada_tree_block_flagged private | Nikolay Borisov | 1 | -2/+0 |
| 2019-07-01 | btrfs: directly call into crypto framework for checksumming | Johannes Thumshirn | 1 | -2/+0 |
| 2019-04-29 | btrfs: get fs_info from trans in btrfs_create_tree | David Sterba | 1 | -1/+0 |
| 2019-04-29 | btrfs: get fs_info from eb in btrfs_verify_level_key | David Sterba | 1 | -2/+1 |
| 2019-04-29 | btrfs: get fs_info from eb in clean_tree_block | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: move tree block wait and write helpers to tree-log | David Sterba | 1 | -2/+0 |
| 2019-04-29 | btrfs: Check the first key and level for cached extent buffer | Qu Wenruo | 1 | -0/+3 |
| 2018-12-17 | btrfs: drop extra enum initialization where using defaults | David Sterba | 1 | -5/+5 |
| 2018-08-06 | btrfs: unify end_io callbacks of async_submit_bio | David Sterba | 1 | -2/+3 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 1 | -16/+4 |
| 2018-03-31 | btrfs: Validate child tree block's level and first key | Qu Wenruo | 1 | -3/+5 |
| 2018-03-31 | btrfs: separate types for submit_bio_start and submit_bio_done | David Sterba | 1 | -2/+2 |
| 2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -1/+1 |
| 2018-03-26 | btrfs: remove unused function btrfs_async_submit_limit() | Anand Jain | 1 | -1/+0 |
| 2018-01-22 | btrfs: sink get_extent parameter to read_extent_buffer_pages | David Sterba | 1 | -0/+3 |
| 2017-08-16 | btrfs: use named constant for bdev blocksize | David Sterba | 1 | -0/+8 |
| 2017-08-16 | btrfs: Cleanup num_tolerated_disk_barrier_failures | Qu Wenruo | 1 | -2/+0 |
| 2017-07-05 | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+6 |
| 2017-06-19 | btrfs: btrfs_wait_tree_block_writeback can be void return | Jeff Layton | 1 | -1/+1 |
| 2017-06-19 | Btrfs: replace tree->mapping with tree->private_data | Josef Bacik | 1 | -3/+3 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -6/+6 |
| 2017-04-18 | btrfs: convert btrfs_root.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -2/+2 |
| 2017-02-28 | btrfs: constify input buffer of btrfs_csum_data | David Sterba | 1 | -1/+1 |
| 2017-02-17 | btrfs: merge two superblock writing helpers | David Sterba | 1 | -2/+1 |
| 2017-02-17 | btrfs: remove unused parameter from clean_tree_block | David Sterba | 1 | -2/+1 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -11/+12 |
| 2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 1 | -2/+1 |
| 2016-12-06 | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney | 1 | -2/+2 |
| 2016-11-30 | btrfs: change btrfs_csum_final result param type to u8 | Domagoj Tršan | 1 | -1/+1 |
| 2016-11-30 | btrfs: remove trivial helper btrfs_find_tree_block | David Sterba | 1 | -2/+0 |
| 2016-09-26 | Btrfs: fix memory leak of block group cache | Liu Bo | 1 | -0/+2 |
| 2016-08-26 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2016-08-25 | btrfs: don't create or leak aliased root while cleaning up orphans | Jeff Mahoney | 1 | -0/+2 |
| 2016-08-04 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
| 2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2016-07-26 | btrfs: tests, require fs_info for root | Jeff Mahoney | 1 | -1/+2 |
| 2016-06-07 | btrfs: use bio fields for op and flags | Mike Christie | 1 | -1/+1 |
| 2016-06-02 | Btrfs: self-tests: Support non-4k page size | Feifei Xu | 1 | -1/+1 |
| 2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 1 | -2/+2 |
| 2016-01-07 | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 1 | -2/+2 |
| 2015-12-07 | btrfs: remove a trivial helper btrfs_set_buffer_uptodate | David Sterba | 1 | -1/+0 |
| 2015-10-01 | Btrfs: add btrfs_read_dev_one_super() to read one specific SB | Anand Jain | 1 | -0/+2 |
| 2015-08-31 | btrfs: Add raid56 support for updating | Zhao Lei | 1 | -0/+1 |
| 2015-02-16 | Btrfs: disk-io: replace root args iff only fs_info used | Daniel Dressler | 1 | -2/+2 |
| 2014-12-12 | btrfs: sink blocksize parameter to btrfs_find_create_tree_block | David Sterba | 1 | -1/+1 |
| 2014-12-12 | btrfs: sink blocksize parameter to reada_tree_block_flagged | David Sterba | 1 | -1/+1 |
| 2014-12-12 | btrfs: sink blocksize parameter to readahead_tree_block | David Sterba | 1 | -1/+1 |
| 2014-10-04 | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l... | Chris Mason | 1 | -4/+3 |
| 2014-10-02 | btrfs: use slab for end_io_wq structures | David Sterba | 1 | -0/+2 |
| 2014-10-02 | btrfs: use enum for wq endio metadata type | David Sterba | 1 | -2/+2 |
| 2014-10-02 | btrfs: remove unused parameter blocksize from btrfs_find_tree_block | David Sterba | 1 | -1/+1 |
| 2014-10-02 | btrfs: remove parameter blocksize from read_tree_block | David Sterba | 1 | -1/+1 |
| 2014-10-02 | btrfs: return void from readahead_tree_block | David Sterba | 1 | -1/+1 |
| 2014-10-02 | btrfs: remove unused parameter from readahead_tree_block | David Sterba | 1 | -2/+1 |
| 2014-09-17 | Btrfs: implement repair function when direct read fails | Miao Xie | 1 | -0/+1 |
| 2014-09-17 | btrfs: make close_ctree return void | David Sterba | 1 | -1/+1 |
| 2014-06-09 | Btrfs: add sanity tests for new qgroup accounting code | Josef Bacik | 1 | -0/+1 |
| 2013-11-11 | Btrfs: add a sanity test for btrfs_split_item | Josef Bacik | 1 | -0/+4 |
| 2013-10-10 | Btrfs: fix oops caused by the space balance and dead roots | Miao Xie | 1 | -2/+11 |
| 2013-06-14 | Btrfs: introduce grab/put functions for the root of the fs/file tree | Miao Xie | 1 | -0/+21 |
| 2013-06-14 | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 1 | -3/+8 |
| 2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen | 1 | -2/+0 |
| 2013-05-06 | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 1 | -1/+1 |
| 2013-04-29 | Btrfs: cleanup unused function | Liu Bo | 1 | -1/+0 |
| 2013-02-01 | Btrfs: RAID5 and RAID6 | David Woodhouse | 1 | -0/+7 |
| 2012-12-12 | Btrfs: cleanup for btrfs_btree_balance_dirty | Liu Bo | 1 | -2/+2 |
| 2012-10-09 | Btrfs: make filesystem read-only when submitting barrier fails | Stefan Behrens | 1 | -0/+2 |
| 2012-08-28 | Btrfs: remove superblock writing after fatal error | Stefan Behrens | 1 | -1/+1 |
| 2012-07-10 | Btrfs: added helper to create new trees | Arne Jansen | 1 | -0/+6 |
| 2012-05-30 | btrfs: Drop unused function btrfs_abort_devices() | Asias He | 1 | -1/+0 |
| 2012-05-06 | Btrfs: avoid sleeping in verify_parent_transid while atomic | Chris Mason | 1 | -1/+2 |
| 2012-03-22 | btrfs: enhance transaction abort infrastructure | Jeff Mahoney | 1 | -0/+4 |
| 2012-03-22 | btrfs: return void in functions without error conditions | Jeff Mahoney | 1 | -1/+1 |
| 2012-03-22 | btrfs: clean_tree_block should panic on observed memory corruption and return... | Jeff Mahoney | 1 | -2/+2 |
| 2012-01-08 | btrfs: take allocation of ->tree_root into open_ctree() | Al Viro | 1 | -2/+0 |
| 2012-01-08 | btrfs: make open_ctree() return int | Al Viro | 1 | -3/+3 |
| 2012-01-08 | btrfs: sanitizing ->fs_info, part 4 | Al Viro | 1 | -0/+2 |
| 2011-11-06 | Merge branch 'for-chris' of git://github.com/sensille/linux into integration | Chris Mason | 1 | -0/+2 |
| 2011-11-06 | Btrfs: make sure to flush queued bios if write_cache_pages waits | Chris Mason | 1 | -2/+0 |
| 2011-10-02 | btrfs: add READAHEAD extent buffer flag | Arne Jansen | 1 | -0/+2 |
| 2011-07-27 | Btrfs: make a lockdep class for each root | Chris Mason | 1 | -3/+7 |
| 2011-05-22 | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 1 | -18/+0 |
| 2011-05-21 | btrfs: implement delayed inode items operation | Miao Xie | 1 | -0/+1 |
| 2011-05-06 | btrfs: remove all unused functions | David Sterba | 1 | -7/+0 |
| 2011-05-04 | btrfs: remove unused function prototypes | David Sterba | 1 | -11/+0 |
| 2011-01-17 | Btrfs: forced readonly mounts on errors | liubo | 1 | -0/+1 |
| 2010-05-25 | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 1 | -1/+1 |
| 2010-05-25 | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 1 | -2/+0 |
| 2009-03-24 | Btrfs: leave btree locks spinning more often | Chris Mason | 1 | -0/+1 |
| 2009-02-12 | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 1 | -0/+10 |
| 2009-01-21 | Btrfs: fix tree logs parallel sync | Yan Zheng | 1 | -0/+2 |
| 2008-12-08 | Btrfs: superblock duplication | Yan Zheng | 1 | -2/+15 |
| 2008-11-12 | Btrfs: mount ro and remount support | Yan Zheng | 1 | -0/+2 |
| 2008-11-06 | Btrfs: Add ordered async work queues | Chris Mason | 1 | -1/+3 |
| 2008-10-29 | Btrfs: Add zlib compression support | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Tree logging fixes | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 1 | -1/+7 |
| 2008-09-25 | Btrfs: Wait for async bio submissions to make some progress at queue time | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Transaction commit: don't use filemap_fdatawait | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Online btree defragmentation fixes | Chris Mason | 1 | -6/+0 |
| 2008-09-25 | Add btrfs_end_transaction_throttle to force writers to wait for pending commits | Chris Mason | 1 | -1/+0 |
| 2008-09-25 | Btrfs: Add mount -o degraded to allow mounts to continue with missing devices | Chris Mason | 1 | -1/+2 |
| 2008-09-25 | Btrfs: Handle write errors on raid1 and raid10 | Chris Mason | 1 | -1/+1 |
| 2008-09-25 | Btrfs: Pass down the expected generation number when reading tree blocks | Chris Mason | 1 | -3/+4 |
| 2008-09-25 | Btrfs: Create a work queue for bio writes | Chris Mason | 1 | -0/+3 |
| 2008-09-25 | Btrfs: Write out all super blocks on commit, and bring back proper barrier su... | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Handle data block end_io through the async work queue | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Verify checksums on tree blocks found without read_tree_block | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Add support for device scanning and detection ioctls | Chris Mason | 1 | -1/+3 |
| 2008-09-25 | Btrfs: Add support for multiple devices per filesystem | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Add data=ordered support | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Support for online FS resize (grow and shrink) | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Add back file data checksumming | Chris Mason | 1 | -0/+2 |
| 2008-09-25 | Btrfs: Add back the online defragging code | Chris Mason | 1 | -0/+7 |