aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAge
* Btrfs: Add data=ordered supportChris Mason2008-09-25
* Btrfs: Force inlining off in a few places to save stack usageChris Mason2008-09-25
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-25
* Btrfs: Less aggressive readahead on deletesChris Mason2008-09-25
* kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason2008-09-25
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-25
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-25
* Btrfs: Implement generation numbers in block pointersChris Mason2008-09-25
* Btrfs: Properly update right_nritems in push_leaf_leftYan2008-09-25
* Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason2008-09-25
* Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason2008-09-25
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-25
* Btrfs: Tune the automatic defrag codeChris Mason2008-09-25
* Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason2008-09-25
* Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason2008-09-25
* Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason2008-09-25
* btrfs: 32-bit type problemsJens Axboe2008-09-25
* Btrfs: Default to 8k max packed tailsChris Mason2008-09-25
* Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason2008-09-25
* Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason2008-09-25
* Btrfs: Large block related defrag optimizationsChris Mason2008-09-25
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason2008-09-25
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-25
* Btrfs: Allow tails larger than one pageChris Mason2008-09-25
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-25
* Btrfs: Add back the online defragging codeChris Mason2008-09-25
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-25
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-25
* Btrfs: Optimizations for the extent_buffer codeChris Mason2008-09-25
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-25
* Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason2007-09-10
* Btrfs: ctree.c cleanupsYan2007-08-29
* Btrfs: Do more extensive readahead during tree searchesChris Mason2007-08-27
* fix block readahead in btrfs_next_leafYan2007-08-27
* Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason2007-08-10
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-10
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-07
* Btrfs: Fold some btree readahead routines into something more generic.Chris Mason2007-08-07
* Btrfs: Do snapshot deletion in smaller chunks.Chris Mason2007-08-07
* Btrfs: Some code cleanupsAneesh2007-07-11
* Btrfs: trivial include fixupsZach Brown2007-07-11
* Btrfs: crash recovery fixesChris Mason2007-06-28
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-22
* btrfs: Code cleanupAneesh2007-06-13
* Btrfs: add GPLv2Chris Mason2007-06-12
* Btrfs: patch queue: fix corruption when splitting large itemsChris Mason2007-05-11
* Btrfs: fix check_node and check_leaf to use less cpuChris Mason2007-05-10
* Btrfs: allocator improvements, inode block groupsChris Mason2007-04-30
* Btrfs: add owner and type fields to the extents aand block headersChris Mason2007-04-20
* Btrfs: node balance optimizationsChris Mason2007-04-20