summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-11-11Btrfs: remove unnecessary key copy when logging inodeFilipe David Borba Manana
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer...Chandra Seetharaman
2013-11-11Btrfs: fix up seek_hole/seek_data handlingJosef Bacik
2013-11-11Btrfs: add an assert to btrfs_lookup_csums_range for alignmentJosef Bacik
2013-11-11Btrfs: fix hole check in log_one_extentJosef Bacik
2013-11-11Btrfs: add a sanity test for a vacant extent at the front of a fileJosef Bacik
2013-11-11Btrfs: handle a missing extent for the first file extentJosef Bacik
2013-11-11Btrfs: stop all workers after we free block groupsJosef Bacik
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik
2013-11-11Btrfs: free reserved space on error in a few placesJosef Bacik
2013-11-11Btrfs: fixup reserved trace pointsJosef Bacik
2013-11-11Btrfs: free up block groups after everythingJosef Bacik
2013-11-11Btrfs: cleanup reserved space when freeing tree log on errorJosef Bacik
2013-11-11Btrfs: do not free the dirty bytes from the trans block rsv on cleanupJosef Bacik
2013-11-11Btrfs: fix memory leaks on transaction commit failureFilipe David Borba Manana
2013-11-11Btrfs: fix the dev-replace suspend sequenceIlya Dryomov
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana
2013-11-11Btrfs: remove unnecessary tree search when logging inodeFilipe David Borba Manana
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana
2013-11-11Btrfs: fix memory leak of chunks' extent mapLiu Bo
2013-11-11Btrfs: improve jitter performance of the sequential buffered writeMiao Xie
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik
2013-11-11Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsJosef Bacik
2013-11-11Btrfs: don't delete ordered roots from list during cleanupJosef Bacik
2013-11-11Btrfs: cleanup transaction on abortJosef Bacik
2013-11-11Btrfs: do not release metadata for space cache inodesJosef Bacik
2013-11-11Btrfs: reset intwrite on transaction abortJosef Bacik
2013-11-11Btrfs: relocate csums properly with prealloc extentsJosef Bacik
2013-11-11Btrfs: don't leak block group on errorFilipe David Borba Manana
2013-11-11Btrfs: fix sync fs to actually wait for all data to be persistedFilipe David Borba Manana
2013-11-11Btrfs: fix tracking of orphan inode countFilipe David Borba Manana
2013-11-11Btrfs: export btrfs space shared info to userspaceLiu Bo
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana
2013-11-11Btrfs: do a full search everytime in btrfs_search_old_slotJosef Bacik
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-11-11Btrfs: don't store NULL byte in symlink extentsFilipe David Borba Manana
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie
2013-10-10Btrfs: insert orphan roots into fs radix treeMiao Xie
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik
2013-10-10Btrfs: use right root when checking for hash collisionJosef Bacik
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong