| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: fix compiler warnings on 32 bit systems | Chris Mason | 2012-02-24 | 1 | -16/+19 |
* | Btrfs: increase the global block reserve estimates | Liu Bo | 2012-02-23 | 1 | -1/+1 |
* | Btrfs: fix a bug on overcommit stuff | Liu Bo | 2012-02-16 | 1 | -1/+4 |
* | Btrfs: fix trim 0 bytes after a device delete | Liu Bo | 2012-02-15 | 1 | -1/+8 |
* | Btrfs: fix enospc error caused by wrong checks of the chunk | Miao Xie | 2012-01-26 | 1 | -22/+27 |
* | Btrfs: use larger system chunks | Chris Mason | 2012-01-16 | 1 | -0/+3 |
* | Btrfs: add a delalloc mutex to inodes for delalloc reservations | Josef Bacik | 2012-01-16 | 1 | -2/+3 |
* | Btrfs: space leak tracepoints | Josef Bacik | 2012-01-16 | 1 | -8/+50 |
* | Btrfs: add allocator tracepoints | Josef Bacik | 2012-01-16 | 1 | -0/+9 |
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ... | Chris Mason | 2012-01-16 | 1 | -47/+140 |
|\ |
|
| * | Btrfs: add waitqueue instead of doing busy waiting for more delayed refs | Jan Schmidt | 2012-01-04 | 1 | -1/+58 |
| * | Btrfs: put back delayed refs that are too new | Arne Jansen | 2012-01-04 | 1 | -5/+22 |
| * | Btrfs: mark delayed refs as for cow | Arne Jansen | 2011-12-22 | 1 | -41/+60 |
* | | Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration | Chris Mason | 2012-01-16 | 1 | -1/+2 |
|\ \ |
|
| * | | Btrfs: update global block_rsv when creating a new block group | Li Zefan | 2012-01-11 | 1 | -0/+1 |
| * | | Btrfs: don't pass a trans handle unnecessarily in volumes.c | Li Zefan | 2012-01-11 | 1 | -1/+1 |
* | | | Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int... | Chris Mason | 2012-01-16 | 1 | -25/+103 |
|\ \ \ |
|
| * | | | Btrfs: implement online profile changing | Ilya Dryomov | 2012-01-16 | 1 | -1/+55 |
| * | | | Btrfs: do not reduce profile in do_chunk_alloc() | Ilya Dryomov | 2012-01-16 | 1 | -1/+1 |
| * | | | Btrfs: make avail_*_alloc_bits fields dynamic | Ilya Dryomov | 2012-01-16 | 1 | -0/+20 |
| * | | | Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit | Ilya Dryomov | 2012-01-16 | 1 | -9/+21 |
| * | | | Btrfs: introduce masks for chunk type and profile | Ilya Dryomov | 2012-01-16 | 1 | -9/+3 |
| * | | | Btrfs: get rid of *_alloc_profile fields | Ilya Dryomov | 2012-01-16 | 1 | -6/+4 |
| |/ / |
|
* | | | Btrfs: don't set up allocation result twice | Alexandre Oliva | 2012-01-07 | 1 | -3/+0 |
* | | | Btrfs: test free space only for unclustered allocation | Alexandre Oliva | 2012-01-06 | 1 | -11/+23 |
* | | | Btrfs: lower the bar for chunk allocation | Chris Mason | 2012-01-06 | 1 | -18/+3 |
* | | | Btrfs: run chunk allocations while we do delayed refs | Chris Mason | 2012-01-06 | 1 | -4/+10 |
* | | | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2011-12-16 | 1 | -14/+31 |
|\ \ \
| |/ / |
|
| * | | Btrfs: only set cache_generation if we setup the block group | Josef Bacik | 2011-12-15 | 1 | -1/+1 |
| * | | Btrfs: fix how we do delalloc reservations and how we free reservations on error | Josef Bacik | 2011-12-15 | 1 | -13/+30 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-12-08 | 1 | -51/+49 |
|\ \ \
| |/ / |
|
| * | | Btrfs: try cluster but don't advance in search list | Alexandre Oliva | 2011-12-08 | 1 | -43/+31 |
| * | | Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE | Alexandre Oliva | 2011-12-07 | 1 | -8/+18 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-12-01 | 1 | -11/+23 |
|\ \
| |/ |
|
| * | Btrfs: skip allocation attempt from empty cluster | Alexandre Oliva | 2011-11-30 | 1 | -3/+3 |
| * | Btrfs: skip block groups without enough space for a cluster | Alexandre Oliva | 2011-11-30 | 1 | -1/+1 |
| * | Btrfs: start search for new cluster at the beginning | Alexandre Oliva | 2011-11-30 | 1 | -4/+2 |
| * | Btrfs: fix deadlock on metadata reservation when evicting a inode | Miao Xie | 2011-11-30 | 1 | -4/+18 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-11-22 | 1 | -40/+79 |
|\ \
| |/ |
|
| * | Btrfs: wait on caching if we're loading the free space cache | Josef Bacik | 2011-11-20 | 1 | -40/+79 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-11-11 | 1 | -19/+31 |
|\ \
| |/ |
|
| * | Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush} | Miao Xie | 2011-11-10 | 1 | -16/+12 |
| * | Btrfs: fix our reservations for updating an inode when completing io | Josef Bacik | 2011-11-08 | 1 | -3/+19 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-11-06 | 1 | -330/+518 |
|\ \
| |/ |
|
| * | Merge git://git.jan-o-sch.net/btrfs-unstable into integration | Chris Mason | 2011-11-06 | 1 | -5/+5 |
| |\ |
|
| | * | btrfs: btrfs_multi_bio replaced with btrfs_bio | Jan Schmidt | 2011-09-29 | 1 | -5/+5 |
| * | | Btrfs: fix delayed insertion reservation | Josef Bacik | 2011-11-06 | 1 | -0/+18 |
| * | | Btrfs: be smarter about committing the transaction in reserve_metadata_bytes | Josef Bacik | 2011-11-06 | 1 | -19/+67 |
| * | | Btrfs: make a delayed_block_rsv for the delayed item insertion | Josef Bacik | 2011-11-06 | 1 | -0/+3 |
| * | | btrfs: separate superblock items out of fs_info | David Sterba | 2011-11-06 | 1 | -8/+8 |