| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: switch extent_state state to unsigned | David Sterba | 2015-01-21 | 1 | -29/+29 |
* | btrfs: sink parameter len to alloc_extent_buffer | David Sterba | 2014-12-12 | 1 | -2/+2 |
* | btrfs: unify extent buffer allocation api | David Sterba | 2014-12-12 | 1 | -1/+2 |
* | Btrfs: set page and mapping error on compressed write failure | Filipe Manana | 2014-11-20 | 1 | -0/+1 |
* | Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off | Chris Mason | 2014-10-07 | 1 | -1/+1 |
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 2014-10-04 | 1 | -10/+0 |
|\ |
|
| * | btrfs: kill extent_buffer_page helper | David Sterba | 2014-10-02 | 1 | -6/+0 |
| * | btrfs: remove unused extent state bits | David Sterba | 2014-10-02 | 1 | -4/+0 |
* | | Btrfs: be aware of btree inode write errors to avoid fs corruption | Filipe Manana | 2014-10-03 | 1 | -2/+5 |
|/ |
|
* | Btrfs: cleanup the read failure record after write or when the inode is freeing | Miao Xie | 2014-09-17 | 1 | -0/+1 |
* | Btrfs: implement repair function when direct read fails | Miao Xie | 2014-09-17 | 1 | -1/+4 |
* | Btrfs: modify clean_io_failure and make it suit direct io | Miao Xie | 2014-09-17 | 1 | -3/+3 |
* | Btrfs: modify repair_io_failure and make it suit direct io | Miao Xie | 2014-09-17 | 1 | -1/+1 |
* | Btrfs: split bio_readpage_error into several functions | Miao Xie | 2014-09-17 | 1 | -0/+28 |
* | Btrfs: shrink further sizeof(struct extent_buffer) | Filipe Manana | 2014-09-17 | 1 | -2/+0 |
* | Btrfs: reduce size of struct extent_state | Filipe Manana | 2014-09-17 | 1 | -1/+0 |
* | Btrfs: remove unused wait queue in struct extent_buffer | Filipe Manana | 2014-06-19 | 1 | -1/+0 |
* | btrfs: new function read_extent_buffer_to_user | Gerhard Heift | 2014-06-12 | 1 | -0/+3 |
* | Btrfs: add sanity tests for new qgroup accounting code | Josef Bacik | 2014-06-09 | 1 | -0/+2 |
* | Btrfs: don't clear uptodate if the eb is under IO | Josef Bacik | 2014-04-06 | 1 | -0/+1 |
* | Btrfs: move the extent buffer radix tree into the fs_info | Josef Bacik | 2014-01-28 | 1 | -5/+3 |
* | Btrfs: use a bit to track if we're in the radix tree | Josef Bacik | 2014-01-28 | 1 | -0/+1 |
* | Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer... | Chandra Seetharaman | 2013-11-11 | 1 | -1/+1 |
* | Btrfs: add tests for find_lock_delalloc_range | Josef Bacik | 2013-11-11 | 1 | -0/+6 |
* | btrfs: mark some local function as 'static' | Sergei Trofimovich | 2013-09-01 | 1 | -1/+0 |
* | btrfs: Introduce extent_read_full_page_nolock() | Mark Fasheh | 2013-09-01 | 1 | -0/+3 |
* | Btrfs: cleanup arguments to extent_clear_unlock_delalloc | Josef Bacik | 2013-09-01 | 1 | -12/+9 |
* | Btrfs: don't cache the csum value into the extent state tree | Miao Xie | 2013-09-01 | 1 | -6/+4 |
* | Btrfs: check if we can nocow if we don't have data space | Josef Bacik | 2013-07-02 | 1 | -0/+1 |
* | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 2013-05-17 | 1 | -0/+2 |
* | btrfs: use unsigned long type for extent state bits | David Sterba | 2013-05-06 | 1 | -11/+12 |
* | btrfs: remove unused gfp mask parameter from release_extent_buffer callchain | David Sterba | 2013-05-06 | 1 | -1/+1 |
* | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -8/+0 |
* | btrfs: move leak debug code to functions | Eric Sandeen | 2013-05-06 | 1 | -1/+5 |
* | Btrfs: cleanup destroy_marked_extents | Josef Bacik | 2013-05-06 | 1 | -0/+1 |
* | Btrfs: improve the performance of the csums lookup | Miao Xie | 2013-05-06 | 1 | -0/+4 |
* | Btrfs: fix race between mmap writes and compression | Chris Mason | 2013-03-26 | 1 | -0/+2 |
* | btrfs: use only inline_pages from extent buffer | David Sterba | 2013-02-28 | 1 | -2/+1 |
* | Merge branch 'raid56-experimental' into for-linus-3.9 | Chris Mason | 2013-02-20 | 1 | -1/+1 |
|\ |
|
| * | Btrfs: add rw argument to merge_bio_hook() | David Woodhouse | 2013-02-01 | 1 | -1/+1 |
* | | Btrfs: remove unused extent io tree ops V2 | Josef Bacik | 2013-02-20 | 1 | -3/+0 |
|/ |
|
* | Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree | Stefan Behrens | 2012-12-12 | 1 | -2/+2 |
* | btrfs: move inline function code to header file | Robin Dong | 2012-10-09 | 1 | -2/+12 |
* | Btrfs: cache extent state when writing out dirty metadata pages | Josef Bacik | 2012-10-09 | 1 | -2/+4 |
* | Btrfs: do not async metadata csumming in certain situations | Josef Bacik | 2012-10-09 | 1 | -0/+1 |
* | Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag | Liu Bo | 2012-10-01 | 1 | -0/+2 |
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason | 2012-05-31 | 1 | -0/+3 |
|\ |
|
| * | Btrfs: dummy extent buffers for tree mod log | Jan Schmidt | 2012-05-26 | 1 | -0/+3 |
* | | Btrfs: finish ordered extents in their own thread | Josef Bacik | 2012-05-30 | 1 | -3/+2 |
|/ |
|
* | Btrfs: always store the mirror we read the eb from | Josef Bacik | 2012-04-18 | 1 | -2/+2 |