Age | Commit message (Expand) | Author | Files | Lines |
2013-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -12/+72 |
2013-03-28 | Btrfs: limit the global reserve to 512mb | Josef Bacik | 1 | -1/+1 |
2013-03-28 | Btrfs: fix space leak when we fail to reserve metadata space | Josef Bacik | 1 | -6/+41 |
2013-03-22 | Btrfs: handle a bogus chunk tree nicely | Josef Bacik | 1 | -5/+30 |
2013-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+4 |
2013-03-14 | Btrfs: return EIO if we have extent tree corruption | Josef Bacik | 1 | -1/+4 |
2013-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -186/+392 |
2013-03-01 | Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logic | Wang Shilong | 1 | -44/+38 |
2013-03-01 | Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve fails | Wang Shilong | 1 | -5/+6 |
2013-03-01 | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -17/+3 |
2013-02-28 | Btrfs: fix wrong reserved space in qgroup during snap/subv creation | Miao Xie | 1 | -12/+53 |
2013-02-26 | btrfs: cleanup for open-coded alignment | Qu Wenruo | 1 | -6/+3 |
2013-02-26 | clear chunk_alloc flag on retryable failure | Alexandre Oliva | 1 | -3/+3 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2013-02-20 | btrfs: limit fallocate extent reservation to 256MB | Zach Brown | 1 | -1/+1 |
2013-02-20 | Merge branch 'raid56-experimental' into for-linus-3.9 | Chris Mason | 1 | -34/+122 |
2013-02-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/... | Chris Mason | 1 | -98/+186 |
2013-02-20 | btrfs: put some enospc messages under enospc_debug | David Sterba | 1 | -11/+15 |
2013-02-20 | Btrfs: fix deadlock due to unsubmitted | Miao Xie | 1 | -1/+2 |
2013-02-20 | Btrfs: steal from global reserve if we are cleaning up orphans | Josef Bacik | 1 | -0/+11 |
2013-02-20 | Btrfs: rework the overcommit logic to be based on the total size | Josef Bacik | 1 | -3/+12 |
2013-02-20 | btrfs: remove unnecessary DEFINE_WAIT() declarations | Eric Sandeen | 1 | -2/+0 |
2013-02-20 | Btrfs: do not overcommit if we don't have enough space for global rsv | Josef Bacik | 1 | -2/+19 |
2013-02-20 | Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits | Miao Xie | 1 | -6/+16 |
2013-02-20 | Btrfs: use percpu counter for fs_info->delalloc_bytes | Miao Xie | 1 | -2/+4 |
2013-02-20 | Btrfs: make raid attr array more readable | Miao Xie | 1 | -13/+9 |
2013-02-20 | Btrfs: record first logical byte in memory | Liu Bo | 1 | -1/+18 |
2013-02-20 | Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay | Liu Bo | 1 | -2/+1 |
2013-02-20 | Btrfs: kill unused argument of update_block_group | Liu Bo | 1 | -7/+5 |
2013-02-20 | Btrfs: kill unused arguments of cache_block_group | Liu Bo | 1 | -8/+5 |
2013-02-20 | Btrfs: remove deprecated comments | Liu Bo | 1 | -6/+0 |
2013-02-20 | Btrfs: don't re-enter when allocating a chunk | Josef Bacik | 1 | -0/+7 |
2013-02-20 | Btrfs: flush all dirty inodes if writeback can not start | Miao Xie | 1 | -9/+31 |
2013-02-20 | Btrfs: make delayed ref lock logic more readable | Miao Xie | 1 | -18/+24 |
2013-02-20 | Btrfs: use slabs for delayed reference allocation | Miao Xie | 1 | -7/+7 |
2013-02-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -12/+10 |
2013-02-06 | Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadata | Jan Schmidt | 1 | -12/+10 |
2013-02-05 | Merge branch 'for-linus' into raid56-experimental | Chris Mason | 1 | -2/+4 |
2013-02-01 | Btrfs: reduce CPU contention while waiting for delayed extent operations | Chris Mason | 1 | -4/+56 |
2013-02-01 | Btrfs: fix cluster alignment for mount -o ssd | Chris Mason | 1 | -1/+6 |
2013-02-01 | Btrfs: RAID5 and RAID6 | David Woodhouse | 1 | -29/+59 |
2013-01-29 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -93/+138 |
2013-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+4 |
2013-01-14 | Btrfs: reset path lock state to zero | Liu Bo | 1 | -0/+2 |
2013-01-14 | Btrfs: let allocation start from the right raid type | Liu Bo | 1 | -1/+1 |
2013-01-14 | Btrfs: set flushing if we're limited flushing | Josef Bacik | 1 | -1/+1 |
2013-01-12 | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them | Miao Xie | 1 | -17/+3 |
2013-01-09 | btrfs: fix comment typos | Liu Bo | 1 | -3/+3 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -92/+135 |
2012-12-17 | Btrfs: don't take inode delalloc mutex if we're a free space inode | Josef Bacik | 1 | -6/+19 |