| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-11-29 | 1 | -1/+1 |
|\ |
|
| * | btrfs: Fix early enospc because 'unused' calculated with wrong sign. | Arne Jansen | 2010-11-21 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2010-10-30 | 1 | -154/+540 |
|\ \
| |/ |
|
| * | Btrfs: drop unused variable in block_alloc_rsv | Chris Mason | 2010-10-29 | 1 | -4/+0 |
| * | Btrfs: cleanup warnings from gcc 4.6 (nonbugs) | Andi Kleen | 2010-10-29 | 1 | -2/+0 |
| * | Btrfs: use the flusher threads for delalloc throttling | Chris Mason | 2010-10-29 | 1 | -18/+15 |
| * | Btrfs: tune the chunk allocation to 5% of the FS as metadata | Chris Mason | 2010-10-29 | 1 | -4/+18 |
| * | Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 2010-10-29 | 1 | -127/+171 |
| |\ |
|
| | * | Btrfs: remove warn_on from use_block_rsv | Josef Bacik | 2010-10-26 | 1 | -5/+0 |
| | * | Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction | Josef Bacik | 2010-10-26 | 1 | -3/+6 |
| | * | Btrfs: rework how we reserve metadata bytes | Josef Bacik | 2010-10-22 | 1 | -109/+129 |
| | * | Btrfs: don't allocate chunks as aggressively | Josef Bacik | 2010-10-22 | 1 | -2/+5 |
| | * | Btrfs: re-work delalloc flushing | Josef Bacik | 2010-10-22 | 1 | -12/+14 |
| | * | Btrfs: fix reservation code for mixed block groups | Josef Bacik | 2010-10-22 | 1 | -2/+6 |
| | * | Btrfs: fix df regression | Josef Bacik | 2010-10-22 | 1 | -0/+10 |
| | * | Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim | Josef Bacik | 2010-10-22 | 1 | -0/+5 |
| * | | Btrfs: let the user know space caching is enabled | Josef Bacik | 2010-10-29 | 1 | -0/+2 |
| * | | Btrfs: Add a clear_cache mount option | Josef Bacik | 2010-10-29 | 1 | -0/+2 |
| * | | Btrfs: add support for mixed data+metadata block groups | Josef Bacik | 2010-10-29 | 1 | -3/+19 |
| * | | Btrfs: check cache->caching_ctl before returning if caching has started | Josef Bacik | 2010-10-29 | 1 | -0/+6 |
| * | | Btrfs: load free space cache if it exists | Josef Bacik | 2010-10-29 | 1 | -3/+47 |
| * | | Btrfs: write out free space cache | Josef Bacik | 2010-10-29 | 1 | -0/+48 |
| * | | Btrfs: create special free space cache inode | Josef Bacik | 2010-10-28 | 1 | -6/+225 |
| |/ |
|
* | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -2/+1 |
* | | btrfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2010-06-11 | 1 | -1/+2 |
|\ |
|
| * | Btrfs: Fix BUG_ON for fs converted from extN | Yan, Zheng | 2010-06-11 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 | 1 | -902/+1353 |
|\ \
| |/ |
|
| * | Btrfs: drop verbose enospc printk | Chris Mason | 2010-05-26 | 1 | -0/+2 |
| * | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 2010-05-25 | 1 | -14/+9 |
| * | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 2010-05-25 | 1 | -0/+28 |
| * | Btrfs: Introduce global metadata reservation | Yan, Zheng | 2010-05-25 | 1 | -19/+128 |
| * | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 2010-05-25 | 1 | -240/+121 |
| * | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 2010-05-25 | 1 | -114/+169 |
| * | Btrfs: Introduce contexts for metadata reservation | Yan, Zheng | 2010-05-25 | 1 | -328/+701 |
| * | Btrfs: Shrink delay allocated space in a synchronized | Yan, Zheng | 2010-05-25 | 1 | -110/+55 |
| * | Btrfs: Kill allocate_wait in space_info | Yan, Zheng | 2010-05-25 | 1 | -74/+58 |
| * | Btrfs: Link block groups of different raid types | Yan, Zheng | 2010-05-25 | 1 | -34/+113 |
* | | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2010-04-28 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Linus Torvalds | 2010-04-12 | 1 | -5/+15 |
|\ |
|
| * | Btrfs: fix data enospc check overflow | Josef Bacik | 2010-04-05 | 1 | -5/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-04-05 | 1 | -9/+14 |
|\ \
| |/ |
|
| * | Btrfs: fix small race with delalloc flushing waitqueue's | Josef Bacik | 2010-04-05 | 1 | -5/+4 |
| * | Btrfs: kill max_extent mount option | Josef Bacik | 2010-03-30 | 1 | -2/+2 |
| * | Btrfs: fail to mount if we have problems reading the block groups | Josef Bacik | 2010-03-30 | 1 | -1/+4 |
| * | Btrfs: add NULL check for do_walk_down() | Miao Xie | 2010-03-30 | 1 | -1/+4 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | Btrfs: cache the extent state everywhere we possibly can V2 | Josef Bacik | 2010-03-15 | 1 | -4/+7 |
* | Btrfs: Fix oopsen when dropping empty tree. | Yan, Zheng | 2010-02-04 | 1 | -4/+4 |
* | Btrfs: fix possible panic on unmount | Josef Bacik | 2010-01-17 | 1 | -13/+19 |