| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-08-02 | 1 | -96/+43 |
|\ |
|
| * | Btrfs: don't call writepages from within write_full_page | Josef Bacik | 2011-08-01 | 1 | -10/+0 |
| * | Btrfs: clean up for find_first_extent_bit() | Xiao Guangrong | 2011-08-01 | 1 | -40/+24 |
| * | Btrfs: clean up for wait_extent_bit() | Xiao Guangrong | 2011-08-01 | 1 | -5/+1 |
| * | Btrfs: clean up for insert_state() | Xiao Guangrong | 2011-08-01 | 1 | -5/+5 |
| * | btrfs: Make extent-io callbacks that never fail return void | Jeff Mahoney | 2011-08-01 | 1 | -38/+14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-07-27 | 1 | -85/+83 |
|\ \
| |/ |
|
| * | Merge branch 'integration' into for-linus | Chris Mason | 2011-07-27 | 1 | -85/+83 |
| |\ |
|
| | * | Btrfs: reduce extent_state lock contention for metadata | Chris Mason | 2011-07-27 | 1 | -14/+41 |
| | * | Btrfs: switch the btrfs tree locks to reader/writer | Chris Mason | 2011-07-27 | 1 | -2/+9 |
| | * | Btrfs: stop using highmem for extent_buffers | Chris Mason | 2011-07-27 | 1 | -54/+13 |
| | * | Btrfs: tag pages for writeback in sync | Josef Bacik | 2011-07-27 | 1 | -3/+9 |
| | * | Btrfs: fix how we merge extent states and deal with cached states | Josef Bacik | 2011-07-11 | 1 | -12/+11 |
* | | | writeback: make writeback_control.nr_to_write straight | Wu Fengguang | 2011-07-09 | 1 | -2/+0 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-06-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch 'for-chris' of | Chris Mason | 2011-05-28 | 1 | -1/+1 |
| |\ |
|
| | * | Btrfs: set range_start to the right start in count_range_bits | Josef Bacik | 2011-05-23 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-05-27 | 1 | -264/+60 |
|\ \ \
| |/ / |
|
| * | | Btrfs: return -ENOMEM in clear_extent_bit | Chris Mason | 2011-05-26 | 1 | -1/+2 |
| * | | Merge branch 'cleanups_and_fixes' into inode_numbers | Chris Mason | 2011-05-23 | 1 | -16/+40 |
| |\ \ |
|
| | * | | Btrfs: fix unsafe usage of merge_state | Xiao Guangrong | 2011-05-23 | 1 | -8/+14 |
| | * | | Btrfs: allocate extent state and check the result properly | Xiao Guangrong | 2011-05-23 | 1 | -8/+26 |
| | |/ |
|
| * | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 1 | -248/+19 |
| |\ \ |
|
| | * | | btrfs: remove all unused functions | David Sterba | 2011-05-06 | 1 | -227/+0 |
| | * | | btrfs: drop gfp parameter from alloc_extent_buffer | David Sterba | 2011-05-02 | 1 | -4/+3 |
| | * | | btrfs: drop gfp parameter from find_extent_buffer | David Sterba | 2011-05-02 | 1 | -2/+1 |
| | * | | btrfs: drop unused argument from extent_io_tree_init | David Sterba | 2011-05-02 | 1 | -1/+1 |
| | * | | btrfs: unify checking of IS_ERR and null | David Sterba | 2011-05-02 | 1 | -6/+6 |
| | * | | btrfs: rename variables clashing with global function names | David Sterba | 2011-05-02 | 1 | -14/+14 |
| | |/ |
|
| * | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num... | Chris Mason | 2011-05-21 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Btrfs: Always use 64bit inode number | Li Zefan | 2011-04-25 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 2011-05-26 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | btrfs: add cleancache support | Dan Magenheimer | 2011-05-26 | 1 | -0/+9 |
| |/ / |
|
* | | | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 1 | -0/+1 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-04-26 | 1 | -1/+1 |
|\ \ |
|
| * | | btrfs: fix wrong allocating flag when reading page | Itaru Kitayama | 2011-04-25 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-04-18 | 1 | -20/+62 |
|\ \
| |/ |
|
| * | Btrfs end_bio_extent_readpage should look for locked bits | Chris Mason | 2011-04-16 | 1 | -1/+1 |
| * | Btrfs: make uncache_state unconditional | Chris Mason | 2011-04-12 | 1 | -5/+3 |
| * | btrfs: using cached extent_state in set/unlock combinations | Arne Jansen | 2011-04-11 | 1 | -17/+53 |
| * | btrfs: properly handle overlapping areas in memmove_extent_buffer | Sergei Trofimovich | 2011-04-11 | 1 | -3/+11 |
* | | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Btrfs: add initial tracepoint support for btrfs | liubo | 2011-03-28 | 1 | -0/+2 |
| * | Btrfs: return error if the range we want to map is bogus | Josef Bacik | 2011-03-17 | 1 | -0/+1 |
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 1 | -1/+1 |
| |\ |
|
| | * | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-03-13 | 1 | -6/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | Btrfs: make sure not to return overlapping extents to fiemap | Chris Mason | 2011-03-08 | 1 | -6/+27 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-02-25 | 1 | -39/+99 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|