-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: Take out the merge-during-search-on-delete code, it is buggy.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
- Loading branch information
Chris Mason
authored and
David Woodhouse
committed
Feb 28, 2007
1 parent
d16302a
commit 8e19f2c
Showing
2 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
* cleanup, add more error checking, get rid of BUG_ONs | ||
* Make IO functions look more like the page cache | ||
* Fix ENOSPC handling | ||
* make blocksize a mkfs parameter instead of #define | ||
* make a real mkfs and superblock | ||
* Add shadowing and transactions | ||
* Do checksumming | ||
* Define FS objects in terms of different item types | ||
* Add block mapping tree (simple dm layer) | ||
* Add simple tree locking (semaphore per tree) | ||
* Make allocator smarter | ||
* Port into the kernel | ||
* Add virtual filesystems, mountable snapshots | ||
* Get rid of struct ctree_path, limiting tree levels held at one time | ||
* Release | ||
* Do real tree locking | ||
* Add extent mirroring (backup copies of blocks) | ||
* Add fancy interface to get access to incremental backups | ||
* Add fancy striped extents to make big reads faster | ||
* Use relocation to try and fix write errors | ||
* Make allocator much smarter | ||
* xattrs (directory streams for regular files) | ||
* fsck | ||
* Scrub & defrag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters