aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logGravatar Josef Bacik 1-0/+1
2014-01-29Btrfs: fix spin_unlock in check_ref_cleanupGravatar Chris Mason 1-1/+3
2014-01-28Btrfs: fix wrong block group in trace during the free space allocationGravatar Miao Xie 1-1/+2
2014-01-28Btrfs: cleanup the code of used_block_group in find_free_extent()Gravatar Miao Xie 1-20/+13
2014-01-28Btrfs: cleanup the redundant code for the block group allocation and initGravatar Miao Xie 1-50/+44
2014-01-28Btrfs: fix btrfs boot when compiled as built-inGravatar Filipe David Borba Manana 1-3/+3
2014-01-28Btrfs: throttle delayed refs betterGravatar Josef Bacik 1-1/+40
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsGravatar Josef Bacik 1-215/+102
2014-01-28Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Gravatar Wang Shilong 1-1/+1
2014-01-28Btrfs: return free space to global_rsv as much as possibleGravatar Liu Bo 1-1/+1
2014-01-28Btrfs: stop caching thread if extent_commit_sem is contendedGravatar Josef Bacik 1-1/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-6/+8
2014-01-28Btrfs: fix double initialization of the raid kobjectGravatar Miao Xie 1-4/+5
2014-01-28btrfs: fix static checker warningsGravatar Jeff Mahoney 1-2/+2
2014-01-28btrfs: remove unused variable from find_free_extentGravatar Valentina Giusti 1-2/+0
2014-01-28btrfs: publish allocation data in sysfsGravatar Jeff Mahoney 1-5/+77
2014-01-28Btrfs: introduce a head ref rbtreeGravatar Liu Bo 1-7/+14
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionGravatar Filipe David Borba Manana 1-12/+10
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesGravatar Miao Xie 1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsGravatar Miao Xie 1-5/+6
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocGravatar Miao Xie 1-2/+12
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesGravatar Miao Xie 1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Gravatar Miao Xie 1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantGravatar Miao Xie 1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Gravatar Miao Xie 1-4/+3
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesGravatar Dulshani Gunawardhana 1-3/+3
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-7/+4
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceGravatar Miao Xie 1-3/+12
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opGravatar Filipe David Borba Manana 1-7/+20
2013-11-11btrfs: add tracing for failed reservationsGravatar Jeff Mahoney 1-0/+7
2013-11-11btrfs: remove fs/btrfs/compat.hGravatar Zach Brown 1-1/+0
2013-11-11Btrfs: fixup error path in __btrfs_inc_extent_refGravatar Liu Bo 1-8/+2
2013-11-11Btrfs: free reserved space on error in a few placesGravatar Josef Bacik 1-2/+19
2013-11-11Btrfs: fixup reserved trace pointsGravatar Josef Bacik 1-2/+6
2013-11-11Btrfs: don't leak block group on errorGravatar Filipe David Borba Manana 1-2/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheGravatar Filipe David Borba Manana 1-2/+1
2013-09-21Btrfs: remove space_info->reservation_progressGravatar Josef Bacik 1-3/+0
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsGravatar Josef Bacik 1-3/+3
2013-09-21Revert "Btrfs: rework the overcommit logic to be based on the total size"Gravatar Josef Bacik 1-12/+3
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCGravatar Miao Xie 1-9/+24
2013-09-01Btrfs: remove ourselves from the cluster list under lockGravatar Josef Bacik 1-1/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-30/+17
2013-09-01Btrfs: create UUID tree if requiredGravatar Stefan Behrens 1-0/+3
2013-09-01Btrfs: avoid starting a transaction in the write pathGravatar Josef Bacik 1-13/+22
2013-09-01Btrfs: return ENOSPC when target space is fullGravatar Filipe David Borba Manana 1-1/+5
2013-09-01Btrfs: handle errors when doing slow cachingGravatar Josef Bacik 1-9/+23
2013-09-01Btrfs: cleanup reloc roots properly on errorGravatar Josef Bacik 1-1/+1
2013-09-01Btrfs/tracepoint: update delayed ref tracepointsGravatar Liu Bo 1-0/+6
2013-09-01btrfs_read_block_groups: Use enums to indexGravatar chandan 1-2/+6
2013-09-01Btrfs: make free space caching faster with many non-inline extent referencesGravatar Liu Bo 1-0/+11