aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik1-1/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-6/+8
2014-01-28Btrfs: fix double initialization of the raid kobjectMiao Xie1-4/+5
2014-01-28btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-28btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney1-5/+77
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo1-7/+14
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana1-12/+10
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-5/+6
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-3/+3
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-7/+4
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceMiao Xie1-3/+12
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana1-7/+20
2013-11-11btrfs: add tracing for failed reservationsJeff Mahoney1-0/+7
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: fixup error path in __btrfs_inc_extent_refLiu Bo1-8/+2
2013-11-11Btrfs: free reserved space on error in a few placesJosef Bacik1-2/+19
2013-11-11Btrfs: fixup reserved trace pointsJosef Bacik1-2/+6
2013-11-11Btrfs: don't leak block group on errorFilipe David Borba Manana1-2/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-2/+1
2013-09-21Btrfs: remove space_info->reservation_progressJosef Bacik1-3/+0
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-3/+3
2013-09-21Revert "Btrfs: rework the overcommit logic to be based on the total size"Josef Bacik1-12/+3
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie1-9/+24
2013-09-01Btrfs: remove ourselves from the cluster list under lockJosef Bacik1-1/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-30/+17
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+3
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-13/+22
2013-09-01Btrfs: return ENOSPC when target space is fullFilipe David Borba Manana1-1/+5
2013-09-01Btrfs: handle errors when doing slow cachingJosef Bacik1-9/+23
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik1-1/+1
2013-09-01Btrfs/tracepoint: update delayed ref tracepointsLiu Bo1-0/+6
2013-09-01btrfs_read_block_groups: Use enums to indexchandan1-2/+6
2013-09-01Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo1-0/+11
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney1-1/+7
2013-09-01Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana1-4/+17
2013-09-01Btrfs: set lockdep class before locking new extent bufferJosef Bacik1-0/+2
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-1/+14
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+1
2013-07-02Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik1-5/+4
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik1-5/+54