summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-15btrfs: don't check DUP chunks twiceArne Jansen1-3/+5
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Jeff Liu1-2/+2
2012-02-15Btrfs: avoid positive number with ERR_PTRJan Schmidt1-0/+2
2012-02-15btrfs: Sector Size check during MountKeith Mannthey1-0/+6
2012-02-01Btrfs: don't reserve data with extents locked in btrfs_fallocateChris Mason1-15/+10
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason1-2/+8
2012-01-27Btrfs: advance window_start if we're using a bitmapJosef Bacik1-0/+1
2012-01-27btrfs: mask out gfp flags in releasepageDavid Sterba1-0/+7
2012-01-27Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie1-22/+27
2012-01-27Btrfs: do not defrag a file partiallyLiu Bo1-1/+1
2012-01-27Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens1-5/+6
2012-01-27Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik1-1/+1
2012-01-27Btrfs: Check for NULL page in extent_range_uptodateMitch Harder1-0/+2
2012-01-27btrfs: Fix busyloops in transaction waiting codeJan Kara1-2/+4
2012-01-27Btrfs: make sure a bitmap has enough bytesJosef Bacik1-1/+1
2012-01-27Btrfs: fix uninit warning in backref.cJan Schmidt1-2/+2
2012-01-17Btrfs: use larger system chunksChris Mason2-1/+4
2012-01-17Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik5-16/+7
2012-01-17Btrfs: space leak tracepointsJosef Bacik4-20/+89
2012-01-17Btrfs: protect orphan block rsv with spin_lockJosef Bacik1-4/+19
2012-01-17Btrfs: add allocator tracepointsJosef Bacik2-1/+20
2012-01-17Btrfs: don't call btrfs_throttle in file writeJosef Bacik1-1/+0
2012-01-17Btrfs: release space on error in page_mkwriteJosef Bacik1-1/+1
2012-01-17Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie1-7/+1
2012-01-17Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik2-10/+10
2012-01-17Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason10-10/+3201
2012-01-17Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason21-419/+1639
2012-01-17Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason6-226/+280
2012-01-17Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason8-98/+1385
2012-01-17Merge branch 'allocation-fixes' into integrationChris Mason4-108/+91
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