summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-03-26Btrfs: introduce mark_extent_buffer_accessedJosef Bacik
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-26Btrfs: only use the existing eb if it's count isn't 0Josef Bacik
2012-03-26Btrfs: set page->private to the ebJosef Bacik
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik
2012-03-22btrfs: Fix busyloop in transaction_kthread()Jan Kara
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney
2012-03-22btrfs: add varargs to btrfs_errorJeff Mahoney
2012-03-22btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh
2012-03-22btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh
2012-03-22btrfs: Go readonly on tree errors in balance_levelMark Fasheh
2012-03-22btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney
2012-03-22btrfs: split extent_state opsJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney
2012-03-22btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney
2012-03-22btrfs: btrfs_update_root error push-upJeff Mahoney