| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'error-handling' into for-linus | Chris Mason | 2012-03-28 | 1 | -8/+7 |
|\ |
|
| * | btrfs: split extent_state ops | Jeff Mahoney | 2012-03-22 | 1 | -1/+1 |
| * | btrfs: drop gfp_t from lock_extent | Jeff Mahoney | 2012-03-22 | 1 | -5/+4 |
| * | btrfs: return void in functions without error conditions | Jeff Mahoney | 2012-03-22 | 1 | -2/+2 |
* | | Btrfs: deal with read errors on extent buffers differently | Josef Bacik | 2012-03-26 | 1 | -3/+5 |
* | | Btrfs: ensure an entire eb is written at once | Josef Bacik | 2012-03-26 | 1 | -13/+11 |
* | | Btrfs: introduce free_extent_buffer_stale | Josef Bacik | 2012-03-26 | 1 | -1/+5 |
* | | Btrfs: set page->private to the eb | Josef Bacik | 2012-03-26 | 1 | -0/+1 |
* | | Btrfs: allow metadata blocks larger than the page size | Chris Mason | 2012-03-26 | 1 | -4/+8 |
|/ |
|
* | btrfs: delalloc for page dirtied out-of-band in fixup worker | Jeff Mahoney | 2012-02-15 | 1 | -0/+1 |
* | Btrfs: add nested locking mode for paths | Arne Jansen | 2012-01-04 | 1 | -0/+2 |
* | btrfs: mirror_num should be int, not u64 | Jan Schmidt | 2011-11-20 | 1 | -1/+1 |
* | Merge git://git.jan-o-sch.net/btrfs-unstable into integration | Chris Mason | 2011-11-06 | 1 | -2/+11 |
|\ |
|
| * | btrfs: Moved repair code from inode.c to extent_io.c | Jan Schmidt | 2011-09-29 | 1 | -1/+9 |
| * | btrfs scrub: add fixup code for errors on nodatasum files | Jan Schmidt | 2011-09-29 | 1 | -0/+1 |
| * | btrfs: add mirror_num to extent_read_full_page | Jan Schmidt | 2011-09-29 | 1 | -1/+1 |