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: 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
2007-09-14Btrfs: Simplify makefileJan Engelhardt
2007-09-14Btrfs: add modules_install targetChris Mason
2007-09-14Btrfs: Fix extra link count dec in renameChris Mason
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-09-11Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig
2007-09-11Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig
2007-09-11Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig
2007-09-11Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig
2007-09-11[PATCH] btrfs: fix printk format warningChristoph Hellwig
2007-09-11Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason
2007-09-11Btrfs: Add more synchronization before creating a snapshotChris Mason
2007-09-11Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason
2007-08-30Btrfs: remove extra drop_extent_cache callChris Mason
2007-08-30Btrfs: fsx delalloc fixesChris Mason
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason
2007-08-29Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason
2007-08-29Btrfs: Fix oopsen in extent_tree.c during enospcYan
2007-08-29Btrfs: Add mount into directory supportYan
2007-08-29Btrfs: Fix mknod to properly send rdev info back to diskYan
2007-08-29Btrfs: ctree.c cleanupsYan
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason
2007-08-28Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason
2007-08-28Btrfs: Make sure to cow the root during a snapshotChris Mason
2007-08-28Btrfs: Do more extensive readahead during tree searchesChris Mason
2007-08-27fix block readahead in btrfs_next_leafYan
2007-08-11Btrfs: delay commits during fsync to allow more writersJosef Bacik
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-09Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason