aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason
2012-03-29Btrfs: update to the right index of defragmentLiu Bo
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo
2012-03-29Btrfs: fix race between direct io and autodefragLiu Bo
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo
2012-03-28Btrfs: don't use crc items bigger than 4KBChris Mason
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-28btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba
2012-03-28Btrfs: enhance superblock sanity checksDavid Sterba
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens
2012-03-27Btrfs: minor cleanup in scrubStefan Behrens
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov
2012-03-27Btrfs: fix memory leak in resolver codeIlya Dryomov
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov
2012-03-27Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov
2012-03-27Btrfs: add __get_block_group_index() helperIlya Dryomov
2012-03-27Btrfs: add get_restripe_target() helperIlya Dryomov
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov
2012-03-27Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt
2012-03-27Btrfs: check return value of btrfs_cow_block()Jan Schmidt
2012-03-27Btrfs: actually call btrfs_init_lockdepJan Schmidt
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik
2012-03-26Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason
2012-03-26Btrfs: adjust the write_lock_level as we unlockChris Mason
2012-03-26Btrfs: loop waiting on writebackChris Mason
2012-03-26Btrfs: add the ability to cache a pointer into the ebChris Mason
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik