| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: fix OOPS of empty filesystem after balance | liubo | 2011-03-28 | 1 | -0/+23 |
* | Btrfs: fix memory leak of empty filesystem after balance | liubo | 2011-03-28 | 1 | -0/+6 |
* | Btrfs: fix uncheck memory allocations | Yoshinori Sano | 2011-03-28 | 1 | -0/+4 |
* | Btrfs: add btrfs_trim_fs() to handle FITRIM | Li Dongyang | 2011-03-28 | 1 | -1/+49 |
* | Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes | Li Dongyang | 2011-03-28 | 1 | -17/+26 |
* | Btrfs: make update_reserved_bytes() public | Li Dongyang | 2011-03-28 | 1 | -9/+7 |
* | btrfs: use GFP_NOFS instead of GFP_KERNEL | Miao Xie | 2011-03-28 | 1 | -2/+2 |
* | Btrfs: check return value of read_tree_block() | Tsutomu Itoh | 2011-03-28 | 1 | -0/+6 |
* | Btrfs: cleanup some BUG_ON() | Tsutomu Itoh | 2011-03-28 | 1 | -7/+18 |
* | Btrfs: add initial tracepoint support for btrfs | liubo | 2011-03-28 | 1 | -0/+4 |
* | Btrfs: check items for correctness as we search | Josef Bacik | 2011-03-17 | 1 | -0/+5 |
* | Btrfs: handle errors in btrfs_orphan_cleanup | Josef Bacik | 2011-03-17 | 1 | -1/+2 |
* | Btrfs: change reserved_extents to an atomic_t | Josef Bacik | 2011-03-17 | 1 | -16/+26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-03-13 | 1 | -12/+23 |
|\ |
|
| * | Btrfs: break out of shrink_delalloc earlier | Chris Mason | 2011-03-12 | 1 | -12/+23 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-02-25 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Btrfs: allow balance to explicitly allocate chunks as it relocates | Chris Mason | 2011-02-16 | 1 | -0/+7 |
| * | Btrfs: put ENOSPC debugging under a mount option | Chris Mason | 2011-02-16 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-02-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Btrfs: check return value of alloc_extent_map() | Tsutomu Itoh | 2011-02-14 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2011-02-07 | 1 | -17/+81 |
|\ \
| |/ |
|
| * | Btrfs: exclude super blocks when we read in block groups | Josef Bacik | 2011-02-06 | 1 | -8/+18 |
| * | btrfs: fix return value check of btrfs_start_transaction() | Tsutomu Itoh | 2011-02-01 | 1 | -2/+5 |
| * | btrfs: checking NULL or not in some functions | Tsutomu Itoh | 2011-02-01 | 1 | -0/+2 |
| * | Btrfs: make shrink_delalloc a little friendlier | Josef Bacik | 2011-01-31 | 1 | -3/+14 |
| * | Btrfs: use the global block reserve if we cannot reserve space | Josef Bacik | 2011-01-28 | 1 | -1/+27 |
| * | Btrfs: do not release more reserved bytes to the global_block_rsv than we need | Josef Bacik | 2011-01-28 | 1 | -2/+14 |
| * | btrfs: fix return value check of btrfs_join_transaction() | Tsutomu Itoh | 2011-01-28 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-01-17 | 1 | -11/+79 |
|\ \
| |/ |
|
| * | Btrfs: forced readonly mounts on errors | liubo | 2011-01-17 | 1 | -0/+11 |
| * | Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check | Josef Bacik | 2011-01-16 | 1 | -5/+0 |
| * | btrfs: fix wrong free space information of btrfs | Miao Xie | 2011-01-16 | 1 | -1/+57 |
| * | btrfs: restructure find_free_dev_extent() | Miao Xie | 2011-01-16 | 1 | -2/+2 |
| * | btrfs: try to reclaim some space when chunk allocation fails | Miao Xie | 2011-01-16 | 1 | -2/+7 |
| * | Btrfs: fix off by one while setting block groups readonly | Chris Mason | 2011-01-04 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-12-14 | 1 | -16/+59 |
|\ \
| |/ |
|
| * | Btrfs: prevent RAID level downgrades when space is low | Chris Mason | 2010-12-13 | 1 | -1/+19 |
| * | Btrfs: account for missing devices in RAID allocation profiles | Chris Mason | 2010-12-13 | 1 | -2/+15 |
| * | Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots | Josef Bacik | 2010-12-10 | 1 | -3/+7 |
| * | Btrfs: do not do fast caching if we are allocating blocks for tree_root | Josef Bacik | 2010-12-09 | 1 | -6/+12 |
| * | Btrfs: deal with space cache errors better | Josef Bacik | 2010-12-09 | 1 | -4/+6 |
* | | 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 |