summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: make sure the async caching thread advances the keyChris Mason2009-07-311-4/+17
* Btrfs: be more polite in the async caching threadsChris Mason2009-07-301-2/+3
* Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-3/+3
* Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-281-1/+3
* Btrfs: change how we unpin extentsJosef Bacik2009-07-271-107/+42Star
* Btrfs: clear all space_info->full after removing a block groupChris Mason2009-07-241-1/+2
* Btrfs: async block group cachingJosef Bacik2009-07-241-91/+380
* Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik2009-07-241-1/+24
* Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2009-07-221-29/+41
* Btrfs: fix error message formattingHu Tao2009-07-021-1/+1
* Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-021-174/+390
* Btrfs: check duplicate backrefs for both data and metadataYan Zheng2009-06-111-11/+4Star
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-101-4/+3Star
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-101-1/+1
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-850/+1764
* Btrfs: Fix oops and use after free during space balancingChris Mason2009-06-041-3/+48
* Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P2009-05-141-1/+1
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-7/+14
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-1/+27
* Btrfs: rework allocation clusteringChris Mason2009-04-031-53/+128
* Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-11/+0Star
* Btrfs: kill the block group alloc mutexJosef Bacik2009-04-031-23/+23
* Btrfs: clean up find_free_extentJosef Bacik2009-04-031-165/+91Star
* Btrfs: free space cache cleanupsJosef Bacik2009-04-031-1/+1
* Btrfs: try to free metadata pages when we free btree blocksChris Mason2009-03-311-0/+4
* Btrfs: tree logging unlink/rename fixesChris Mason2009-03-241-1/+1
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-19/+50
* Btrfs: reduce stalls during transaction commitChris Mason2009-03-241-1/+2
* Btrfs: process the delayed reference queue in clustersChris Mason2009-03-241-51/+98
* Btrfs: try to cleanup delayed refs while freeing extentsChris Mason2009-03-241-0/+67
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-1107/+389Star
* Btrfs: Fix locking around adding new space_infoChris Mason2009-03-101-3/+42
* Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-091-2/+2
* Btrfs: try committing transaction before returning ENOSPCJosef Bacik2009-02-201-10/+47
* Btrfs: add better -ENOSPC handlingJosef Bacik2009-02-201-15/+200
* Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng2009-02-121-0/+2
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-121-2/+5
* Btrfs: use larger metadata clusters in ssd modeChris Mason2009-02-121-1/+2
* Btrfs: make sure all pending extent operations are completeJosef Bacik2009-02-121-29/+42
* Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason2009-02-051-0/+1
* Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason2009-02-041-44/+262
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-0/+5
* Btrfs: sort references by byte number during btrfs_inc_refChris Mason2009-02-041-6/+79
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-7/+3Star
* Btrfs: fix stop searching test in replace_one_extentYan Zheng2009-01-211-6/+7
* Btrfs: remove duplicated #includeHuang Weiyi2009-01-211-1/+0Star
* Btrfs: Fix infinite loop in btrfs_extent_post_opYan Zheng2009-01-211-1/+3
* Btrfs: fix locking issue in btrfs_remove_block_groupYan Zheng2009-01-211-1/+3
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-6/+2Star
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0Star