summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason8-98/+1385
2012-01-17Btrfs: add balance progress reportingIlya Dryomov4-5/+84
2012-01-17Btrfs: allow for resuming restriper after it was pausedIlya Dryomov1-0/+15
2012-01-17Btrfs: allow for canceling restriperIlya Dryomov6-3/+53
2012-01-17Btrfs: allow for pausing restriperIlya Dryomov6-3/+94
2012-01-17Btrfs: add skip_balance mount optionIlya Dryomov3-5/+17
2012-01-17Btrfs: recover balance on mountIlya Dryomov3-2/+139
2012-01-17Btrfs: save balance parameters to diskIlya Dryomov2-1/+231
2012-01-17Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov2-0/+29
2012-01-17Btrfs: implement online profile changingIlya Dryomov3-1/+129
2012-01-17Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov2-1/+19
2012-01-17Btrfs: virtual address space subset filterIlya Dryomov2-0/+21
2012-01-17Btrfs: devid subset filterIlya Dryomov2-0/+47
2012-01-17Btrfs: devid filterIlya Dryomov2-0/+24
2012-01-17Btrfs: usage filterIlya Dryomov2-0/+37
2012-01-17Btrfs: profiles filterIlya Dryomov2-0/+28
2012-01-17Btrfs: add basic infrastructure for selective balancingIlya Dryomov3-2/+71
2012-01-17Btrfs: add basic restriper infrastructureIlya Dryomov6-41/+281
2012-01-17Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov1-0/+20
2012-01-17Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov2-9/+36
2012-01-17Btrfs: introduce masks for chunk type and profileIlya Dryomov3-27/+22
2012-01-17Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov4-16/+6
2012-01-08Btrfs: revamp clustered allocation logicAlexandre Oliva1-63/+49
2012-01-08Btrfs: don't set up allocation result twiceAlexandre Oliva1-3/+0
2012-01-07Btrfs: test free space only for unclustered allocationAlexandre Oliva1-11/+23
2012-01-07Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason1-1/+5
2012-01-07Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-07Btrfs: run chunk allocations while we do delayed refsChris Mason2-12/+11
2011-12-23Merge branch 'integration' into for-linusChris Mason2-5/+7
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds13-140/+311
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-16Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason11-117/+211
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik4-22/+80
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik4-78/+83
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler1-5/+26
2011-12-15Btrfs: add a cond_resched() into the worker loopChris Mason1-1/+1
2011-12-15Btrfs: fix ctime update of on-disk inodeLi Zefan1-2/+2
2011-12-15btrfs: keep orphans for subvolume deletionArne Jansen1-0/+32
2011-12-15Btrfs: fix inaccurate available space on raid0 profileMiao Xie1-6/+13
2011-12-15Btrfs: fix wrong disk space information of the filesMiao Xie1-1/+4
2011-12-15Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie1-6/+12
2011-12-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason1-1/+1