| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: disk-io: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 | 1 | -2/+2 |
* | btrfs: sink blocksize parameter to btrfs_find_create_tree_block | David Sterba | 2014-12-12 | 1 | -1/+1 |
* | btrfs: sink blocksize parameter to reada_tree_block_flagged | David Sterba | 2014-12-12 | 1 | -1/+1 |
* | btrfs: sink blocksize parameter to readahead_tree_block | David Sterba | 2014-12-12 | 1 | -1/+1 |
* | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l... | Chris Mason | 2014-10-04 | 1 | -4/+3 |
|\ |
|
| * | btrfs: remove unused parameter blocksize from btrfs_find_tree_block | David Sterba | 2014-10-02 | 1 | -1/+1 |
| * | btrfs: remove parameter blocksize from read_tree_block | David Sterba | 2014-10-02 | 1 | -1/+1 |
| * | btrfs: return void from readahead_tree_block | David Sterba | 2014-10-02 | 1 | -1/+1 |
| * | btrfs: remove unused parameter from readahead_tree_block | David Sterba | 2014-10-02 | 1 | -2/+1 |
* | | btrfs: use slab for end_io_wq structures | David Sterba | 2014-10-02 | 1 | -0/+2 |
* | | btrfs: use enum for wq endio metadata type | David Sterba | 2014-10-02 | 1 | -2/+2 |
|/ |
|
* | Btrfs: implement repair function when direct read fails | Miao Xie | 2014-09-17 | 1 | -0/+1 |
* | btrfs: make close_ctree return void | David Sterba | 2014-09-17 | 1 | -1/+1 |
* | Btrfs: add sanity tests for new qgroup accounting code | Josef Bacik | 2014-06-09 | 1 | -0/+1 |
* | Btrfs: add a sanity test for btrfs_split_item | Josef Bacik | 2013-11-11 | 1 | -0/+4 |
* | Btrfs: fix oops caused by the space balance and dead roots | Miao Xie | 2013-10-10 | 1 | -2/+11 |
* | Btrfs: introduce grab/put functions for the root of the fs/file tree | Miao Xie | 2013-06-14 | 1 | -0/+21 |
* | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 1 | -3/+8 |
* | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -2/+0 |
* | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 2013-05-06 | 1 | -1/+1 |
* | Btrfs: cleanup unused function | Liu Bo | 2013-04-29 | 1 | -1/+0 |
* | Btrfs: RAID5 and RAID6 | David Woodhouse | 2013-02-01 | 1 | -0/+7 |
* | Btrfs: cleanup for btrfs_btree_balance_dirty | Liu Bo | 2012-12-12 | 1 | -2/+2 |
* | Btrfs: make filesystem read-only when submitting barrier fails | Stefan Behrens | 2012-10-09 | 1 | -0/+2 |
* | Btrfs: remove superblock writing after fatal error | Stefan Behrens | 2012-08-28 | 1 | -1/+1 |
* | Btrfs: added helper to create new trees | Arne Jansen | 2012-07-10 | 1 | -0/+6 |
* | btrfs: Drop unused function btrfs_abort_devices() | Asias He | 2012-05-30 | 1 | -1/+0 |
* | Btrfs: avoid sleeping in verify_parent_transid while atomic | Chris Mason | 2012-05-06 | 1 | -1/+2 |
* | btrfs: enhance transaction abort infrastructure | Jeff Mahoney | 2012-03-22 | 1 | -0/+4 |
* | btrfs: return void in functions without error conditions | Jeff Mahoney | 2012-03-22 | 1 | -1/+1 |
* | btrfs: clean_tree_block should panic on observed memory corruption and return... | Jeff Mahoney | 2012-03-22 | 1 | -2/+2 |
* | btrfs: take allocation of ->tree_root into open_ctree() | Al Viro | 2012-01-08 | 1 | -2/+0 |
* | btrfs: make open_ctree() return int | Al Viro | 2012-01-08 | 1 | -3/+3 |
* | btrfs: sanitizing ->fs_info, part 4 | Al Viro | 2012-01-08 | 1 | -0/+2 |
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integration | Chris Mason | 2011-11-06 | 1 | -0/+2 |
|\ |
|
| * | btrfs: add READAHEAD extent buffer flag | Arne Jansen | 2011-10-02 | 1 | -0/+2 |
* | | Btrfs: make sure to flush queued bios if write_cache_pages waits | Chris Mason | 2011-11-06 | 1 | -2/+0 |
|/ |
|
* | Btrfs: make a lockdep class for each root | Chris Mason | 2011-07-27 | 1 | -3/+7 |
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 1 | -18/+0 |
|\ |
|
| * | btrfs: remove all unused functions | David Sterba | 2011-05-06 | 1 | -7/+0 |
| * | btrfs: remove unused function prototypes | David Sterba | 2011-05-04 | 1 | -11/+0 |
* | | btrfs: implement delayed inode items operation | Miao Xie | 2011-05-21 | 1 | -0/+1 |
|/ |
|
* | Btrfs: forced readonly mounts on errors | liubo | 2011-01-17 | 1 | -0/+1 |
* | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 2010-05-25 | 1 | -1/+1 |
* | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 2010-05-25 | 1 | -2/+0 |
* | Btrfs: leave btree locks spinning more often | Chris Mason | 2009-03-24 | 1 | -0/+1 |
* | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 2009-02-12 | 1 | -0/+10 |
* | Btrfs: fix tree logs parallel sync | Yan Zheng | 2009-01-21 | 1 | -0/+2 |
* | Btrfs: superblock duplication | Yan Zheng | 2008-12-08 | 1 | -2/+15 |
* | Btrfs: mount ro and remount support | Yan Zheng | 2008-11-12 | 1 | -0/+2 |