aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds25-512/+2363
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason1-1/+2
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil3-5/+116
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil2-25/+93
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil4-0/+89
2010-10-29Btrfs: async transaction commitSage Weil4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil1-3/+5
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen15-94/+4
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen5-6/+10
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall2-3/+3
2010-10-29Btrfs: use memdup_user helpersJulia Lawall1-14/+6
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason1-2/+1
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie2-69/+49
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie1-11/+37
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason1-4/+18
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason1-9/+28
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason7-179/+294
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik4-3/+8
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik2-4/+28
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik1-0/+6
2010-10-29Btrfs: load free space cache if it existsJosef Bacik3-3/+345
2010-10-29Btrfs: write out free space cacheJosef Bacik6-13/+420
2010-10-29convert btrfsAl Viro1-9/+6
2010-10-28Btrfs: create special free space cache inodeJosef Bacik10-46/+668
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik1-5/+0
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik1-3/+6
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-22/+5
2010-10-22Btrfs: fix error handling in btrfs_get_sbJosef Bacik1-4/+3
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik4-127/+136
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik1-2/+5
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik3-15/+38
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik1-2/+6
2010-10-22Btrfs: fix df regressionJosef Bacik3-3/+23
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik1-24/+76
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik1-0/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig4-21/+5
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-16/+16
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy1-1/+0
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro2-6/+7