aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2012-03-22btrfs: find_and_setup_root error push-upJeff Mahoney
2012-03-22btrfs: Remove set bits return from clear_extent_bitJeff Mahoney
2012-03-22btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPCJeff Mahoney
2012-03-22btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney
2012-03-22btrfs: Simplify btrfs_insert_rootJeff Mahoney
2012-03-22btrfs: Fix kfree of member instead of structureJeff Mahoney
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney
2012-03-22btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney
2012-03-22btrfs: Add btrfs_panic()Jeff Mahoney
2012-03-18Don't limit non-nested epoll pathsJason Baron