Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | Btrfs: forced readonly mounts on errors | liubo | 1 | -0/+11 |
2011-01-16 | Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check | Josef Bacik | 1 | -5/+0 |
2011-01-16 | btrfs: fix wrong free space information of btrfs | Miao Xie | 1 | -1/+57 |
2011-01-16 | btrfs: restructure find_free_dev_extent() | Miao Xie | 1 | -2/+2 |
2011-01-16 | btrfs: try to reclaim some space when chunk allocation fails | Miao Xie | 1 | -2/+7 |
2011-01-05 | Btrfs: fix off by one while setting block groups readonly | Chris Mason | 1 | -1/+2 |
2010-12-14 | Btrfs: prevent RAID level downgrades when space is low | Chris Mason | 1 | -1/+19 |
2010-12-14 | Btrfs: account for missing devices in RAID allocation profiles | Chris Mason | 1 | -2/+15 |
2010-12-11 | Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots | Josef Bacik | 1 | -3/+7 |
2010-12-09 | Btrfs: do not do fast caching if we are allocating blocks for tree_root | Josef Bacik | 1 | -6/+12 |
2010-12-09 | Btrfs: deal with space cache errors better | Josef Bacik | 1 | -4/+6 |
2010-11-22 | btrfs: Fix early enospc because 'unused' calculated with wrong sign. | Arne Jansen | 1 | -1/+1 |
2010-10-29 | Btrfs: drop unused variable in block_alloc_rsv | Chris Mason | 1 | -4/+0 |
2010-10-29 | Btrfs: cleanup warnings from gcc 4.6 (nonbugs) | Andi Kleen | 1 | -2/+0 |
2010-10-29 | Btrfs: use the flusher threads for delalloc throttling | Chris Mason | 1 | -18/+15 |
2010-10-29 | Btrfs: tune the chunk allocation to 5% of the FS as metadata | Chris Mason | 1 | -4/+18 |
2010-10-29 | Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 1 | -127/+171 |
2010-10-29 | Btrfs: let the user know space caching is enabled | Josef Bacik | 1 | -0/+2 |
2010-10-29 | Btrfs: Add a clear_cache mount option | Josef Bacik | 1 | -0/+2 |
2010-10-29 | Btrfs: add support for mixed data+metadata block groups | Josef Bacik | 1 | -3/+19 |
2010-10-29 | Btrfs: check cache->caching_ctl before returning if caching has started | Josef Bacik | 1 | -0/+6 |
2010-10-29 | Btrfs: load free space cache if it exists | Josef Bacik | 1 | -3/+47 |
2010-10-29 | Btrfs: write out free space cache | Josef Bacik | 1 | -0/+48 |
2010-10-28 | Btrfs: create special free space cache inode | Josef Bacik | 1 | -6/+225 |
2010-10-26 | Btrfs: remove warn_on from use_block_rsv | Josef Bacik | 1 | -5/+0 |
2010-10-26 | Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction | Josef Bacik | 1 | -3/+6 |
2010-10-22 | Btrfs: rework how we reserve metadata bytes | Josef Bacik | 1 | -109/+129 |
2010-10-22 | Btrfs: don't allocate chunks as aggressively | Josef Bacik | 1 | -2/+5 |
2010-10-22 | Btrfs: re-work delalloc flushing | Josef Bacik | 1 | -12/+14 |
2010-10-22 | Btrfs: fix reservation code for mixed block groups | Josef Bacik | 1 | -2/+6 |
2010-10-22 | Btrfs: fix df regression | Josef Bacik | 1 | -0/+10 |
2010-10-22 | Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim | Josef Bacik | 1 | -0/+5 |
2010-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+2 |
2010-06-11 | Btrfs: Fix BUG_ON for fs converted from extN | Yan, Zheng | 1 | -1/+2 |
2010-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -902/+1353 |
2010-05-27 | Btrfs: drop verbose enospc printk | Chris Mason | 1 | -0/+2 |
2010-05-25 | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 1 | -14/+9 |
2010-05-25 | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 1 | -0/+28 |
2010-05-25 | Btrfs: Introduce global metadata reservation | Yan, Zheng | 1 | -19/+128 |
2010-05-25 | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 1 | -240/+121 |
2010-05-25 | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 1 | -114/+169 |
2010-05-25 | Btrfs: Introduce contexts for metadata reservation | Yan, Zheng | 1 | -328/+701 |
2010-05-25 | Btrfs: Shrink delay allocated space in a synchronized | Yan, Zheng | 1 | -110/+55 |
2010-05-25 | Btrfs: Kill allocate_wait in space_info | Yan, Zheng | 1 | -74/+58 |
2010-05-25 | Btrfs: Link block groups of different raid types | Yan, Zheng | 1 | -34/+113 |
2010-04-28 | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 1 | -1/+1 |
2010-04-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Linus Torvalds | 1 | -5/+15 |
2010-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -9/+14 |
2010-04-06 | Btrfs: fix data enospc check overflow | Josef Bacik | 1 | -5/+15 |
2010-04-05 | Btrfs: fix small race with delalloc flushing waitqueue's | Josef Bacik | 1 | -5/+4 |