summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason
2012-03-03btrfs: fix locking issues in find_parent_nodes()Li Zefan
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo