summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-98/+288
* Btrfs: Allocator fix variety packChris Mason2008-09-251-1/+1
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-251-1/+1
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-251-34/+21
* Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2008-09-251-7/+28
* Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-09-251-7/+12
* Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason2008-09-251-1/+1
* Btrfs: Make sure nodes have enough room for a double splitChris Mason2008-09-251-1/+1
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-251-5/+0
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-251-0/+12
* Btrfs: Disable extra debugging checks on tree blocksChris Mason2008-09-251-0/+1
* Btrfs: Retry metadata reads in the face of checksum failuresChris Mason2008-09-251-1/+10
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-251-5/+0
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-09-251-1/+3
* Btrfs: Properly dirty buffers in the split corner casesChris Mason2008-09-251-0/+2
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-251-0/+5
* Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason2008-09-251-2/+8
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-1/+37
* Call btrfs_cow_block while lowering tree level.Yan2008-09-251-0/+3
* Btrfs: Copy correct tree when inserting into slot 0Chris Mason2008-09-251-1/+4
* Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason2008-09-251-14/+25
* Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason2008-09-251-18/+20
* Btrfs: Add data=ordered supportChris Mason2008-09-251-1/+5
* Btrfs: Force inlining off in a few places to save stack usageChris Mason2008-09-251-10/+11
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-251-3/+6
* Btrfs: Less aggressive readahead on deletesChris Mason2008-09-251-9/+11
* kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason2008-09-251-6/+14
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-251-1/+52
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-251-20/+176
* Btrfs: Implement generation numbers in block pointersChris Mason2008-09-251-0/+16
* Btrfs: Properly update right_nritems in push_leaf_leftYan2008-09-251-3/+2
* Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason2008-09-251-24/+50
* Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason2008-09-251-24/+32
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-6/+46
* Btrfs: Tune the automatic defrag codeChris Mason2008-09-251-43/+26
* Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason2008-09-251-51/+27
* Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason2008-09-251-1/+5
* Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason2008-09-251-20/+24
* btrfs: 32-bit type problemsJens Axboe2008-09-251-1/+1
* Btrfs: Default to 8k max packed tailsChris Mason2008-09-251-1/+1
* Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason2008-09-251-6/+16
* Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason2008-09-251-1/+0
* Btrfs: Large block related defrag optimizationsChris Mason2008-09-251-3/+1
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason2008-09-251-1/+0
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-251-0/+1
* Btrfs: Allow tails larger than one pageChris Mason2008-09-251-5/+19
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-251-3/+0
* Btrfs: Add back the online defragging codeChris Mason2008-09-251-89/+88
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-90/+229
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-2/+8
OpenPOWER on IntegriCloud