summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason
2012-01-26Btrfs: advance window_start if we're using a bitmapJosef Bacik
2012-01-26btrfs: mask out gfp flags in releasepageDavid Sterba
2012-01-26Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie
2012-01-26Btrfs: do not defrag a file partiallyLiu Bo
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens
2012-01-26Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik
2012-01-26Btrfs: Check for NULL page in extent_range_uptodateMitch Harder
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara
2012-01-26Btrfs: make sure a bitmap has enough bytesJosef Bacik
2012-01-26Btrfs: fix uninit warning in backref.cJan Schmidt
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Btrfs: use larger system chunksChris Mason
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik
2012-01-16Btrfs: space leak tracepointsJosef Bacik
2012-01-16Btrfs: protect orphan block rsv with spin_lockJosef Bacik
2012-01-16Btrfs: add allocator tracepointsJosef Bacik
2012-01-16Btrfs: don't call btrfs_throttle in file writeJosef Bacik
2012-01-16Btrfs: release space on error in page_mkwriteJosef Bacik
2012-01-16Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason
2012-01-16Btrfs: add balance progress reportingIlya Dryomov
2012-01-16Btrfs: allow for resuming restriper after it was pausedIlya Dryomov
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov
2012-01-16Btrfs: recover balance on mountIlya Dryomov
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov
2012-01-16Btrfs: implement online profile changingIlya Dryomov
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov
2012-01-16Btrfs: devid subset filterIlya Dryomov
2012-01-16Btrfs: devid filterIlya Dryomov
2012-01-16Btrfs: usage filterIlya Dryomov
2012-01-16Btrfs: profiles filterIlya Dryomov
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman