summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-09-14Btrfs: add modules_install targetChris Mason1-0/+2
2007-09-14Btrfs: Fix extra link count dec in renameChris Mason1-7/+0
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason5-12/+25
2007-09-10Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2-0/+3
2007-09-10Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig1-1/+6
2007-09-10Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig3-21/+23
2007-09-10Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig1-6/+8
2007-09-10[PATCH] btrfs: fix printk format warningChristoph Hellwig1-1/+1
2007-09-10Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason1-22/+22
2007-09-10Btrfs: Add more synchronization before creating a snapshotChris Mason4-1/+13
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason5-18/+100
2007-08-30Btrfs: remove extra drop_extent_cache callChris Mason1-2/+0
2007-08-30Btrfs: fsx delalloc fixesChris Mason3-174/+38
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason3-14/+193
2007-08-29Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason2-10/+45
2007-08-29Btrfs: Fix oopsen in extent_tree.c during enospcYan1-3/+2
2007-08-29Btrfs: Add mount into directory supportYan1-3/+120
2007-08-29Btrfs: Fix mknod to properly send rdev info back to diskYan1-0/+1
2007-08-29Btrfs: ctree.c cleanupsYan1-6/+8
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik9-11/+393
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason6-135/+216
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason9-669/+2203
2007-08-27Btrfs: Make sure to cow the root during a snapshotChris Mason1-0/+2
2007-08-27Btrfs: Do more extensive readahead during tree searchesChris Mason3-16/+52
2007-08-27fix block readahead in btrfs_next_leafYan1-1/+1
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik7-16/+66
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason4-11/+18
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason8-79/+125
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason3-12/+11
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason5-195/+49
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason3-4/+14
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason11-89/+553
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason4-96/+81
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason4-31/+91
2007-07-25Btrfs: cleaner make cleanJoel Becker1-1/+1
2007-07-25Btrfs: deal with api changes in 2.6.23-rc1Chris Mason2-26/+33
2007-07-11Btrfs: Implement mknodJosef Bacik1-6/+66
2007-07-11Btrfs: Some code cleanupsAneesh2-4/+8
2007-07-11Btrfs: trivial include fixupsZach Brown14-14/+1
2007-06-28Btrfs: crash recovery fixesChris Mason8-48/+112
2007-06-26Btrfs: Allow find_free_extent callers to pass in an exclusion rangeChris Mason1-49/+30
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason5-14/+18
2007-06-25Btrfs: Fix mtime and ctime updates on parent dirsChris Mason1-1/+5
2007-06-22Btrfs: Documentation updateChris Mason3-13/+7
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason7-32/+164
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason11-215/+410
2007-06-22Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason3-29/+8
2007-06-19Btrfs: reada while dropping snapshotsChris Mason1-1/+30
2007-06-19Btrfs: cache the extent tree preallocationChris Mason1-2/+12
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason7-117/+161