summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason4-139/+157
2012-03-29Merge branch 'error-handling' into for-linusChris Mason37-1018/+1973
2012-03-29btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba1-0/+8
2012-03-29Btrfs: enhance superblock sanity checksDavid Sterba1-5/+18
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens1-340/+1013
2012-03-27Btrfs: minor cleanup in scrubStefan Behrens1-36/+25
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens2-5/+7
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov1-3/+2
2012-03-27Btrfs: fix memory leak in resolver codeIlya Dryomov1-6/+1
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov1-4/+9
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov1-16/+11
2012-03-27Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov1-6/+18
2012-03-27Btrfs: add __get_block_group_index() helperIlya Dryomov1-5/+12
2012-03-27Btrfs: add get_restripe_target() helperIlya Dryomov1-44/+50
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov3-30/+25
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov3-12/+17
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov3-30/+30
2012-03-27Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov1-3/+2
2012-03-27Btrfs: deal with read errors on extent buffers differentlyJosef Bacik3-27/+66
2012-03-27Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4
2012-03-27Btrfs: adjust the write_lock_level as we unlockChris Mason1-6/+17
2012-03-27Btrfs: loop waiting on writebackChris Mason1-5/+5
2012-03-27Btrfs: add the ability to cache a pointer into the ebChris Mason3-30/+116
2012-03-27Btrfs: ensure an entire eb is written at onceJosef Bacik4-209/+390
2012-03-27Btrfs: introduce mark_extent_buffer_accessedJosef Bacik1-2/+15
2012-03-27Btrfs: introduce free_extent_buffer_staleJosef Bacik5-60/+201
2012-03-27Btrfs: only use the existing eb if it's count isn't 0Josef Bacik1-2/+8
2012-03-27Btrfs: set page->private to the ebJosef Bacik3-93/+91
2012-03-27Btrfs: allow metadata blocks larger than the page sizeChris Mason6-189/+190
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik3-19/+9
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik1-85/+8
2012-03-22btrfs: Fix busyloop in transaction_kthread()Jan Kara1-2/+7
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney23-385/+980
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney8-56/+300
2012-03-22btrfs: add varargs to btrfs_errorJeff Mahoney2-9/+66
2012-03-22btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh1-1/+3
2012-03-22btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh1-1/+2
2012-03-22btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh1-1/+3
2012-03-22btrfs: Go readonly on tree errors in balance_levelMark Fasheh1-2/+11
2012-03-22btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh1-1/+4
2012-03-22btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh1-1/+5
2012-03-22btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh1-4/+6
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh1-2/+13
2012-03-22btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh1-4/+7
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh2-2/+6
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney4-8/+12
2012-03-22btrfs: split extent_state opsJeff Mahoney3-15/+25
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney9-76/+63
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney28-410/+249
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney1-6/+16