Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan
2008-09-25Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason
2008-09-25Btrfs: Off by one fixes in extent_map.cYan
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason
2008-09-25Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason
2008-09-25Btrfs: sysfs compile fixupJens Axboe
2008-09-25Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe
2008-09-25Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Properly setup root key while reading the rootYan Zheng
2008-09-25Btrfs: Fix typo: owner is a 64 bit fieldChris Mason
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: Add back file data checksummingChris Mason
2008-09-25Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason
2008-09-25Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason
2008-09-25Btrfs: Large block related defrag optimizationsChris Mason
2008-09-25Btrfs: Add back metadata checksummingChris 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: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason
2008-09-25Btrfs: Add back the online defragging codeChris Mason
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Go back to kmaps instead of page_address in extent_buffersChris Mason
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25btrfs_get_extent should treat inline extents as though they hold a whole blockChris Mason
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig
2008-09-25Btrfs: Fix double free and off by one in inode.cYan
2008-09-25Btrfs: truncate: don't update inode->i_blocks when extent is a holeYan
2008-09-25create btrfs_path slab with the correct sizeYan
2008-09-25fix found_type decrement in btrfs_truncate_in_transYan
2008-09-25Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason
2007-09-15Btrfs: Fix cache_block_group to catch holes at the start of the groupYan
2007-09-14Btrfs: Fix off by one error in dirty_and_release_pagesYan
2007-09-14split up btrfs_ioctlChristoph Hellwig
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig