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