aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason2008-09-251-0/+1
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-251-0/+1
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-251-0/+1
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Fix i_blocks accountingChris Mason2008-09-251-0/+1
| | | | | | | | | | Now that delayed allocation accounting works, i_blocks accounting is changed to only modify i_blocks when extents inserted or removed. The fillattr call is changed to include the delayed allocation byte count in the i_blocks result. Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-0/+2
| | | | | | | | | | | | | | There is now extent_map for mapping offsets in the file to disk and extent_io for state tracking, IO submission and extent_bufers. The new extent_map code shifts from [start,end] pairs to [start,len], and pushes the locking out into the caller. This allows a few performance optimizations and is easier to use. A number of extent_map usage bugs were fixed, mostly with failing to remove extent_map entries when changing the file. Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Add inode flags supportYan2008-09-251-0/+1
| | | | | | This patch adds NODATASUM & NODATACOW inode flags support. Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Add data=ordered supportChris Mason2008-09-251-0/+1
| | | | | | | | This forces file data extents down the disk along with the metadata that references them. The current implementation is fairly simple, and just writes out all of the dirty pages in an inode before the commit. Signed-off-by: Chris Mason <[email protected]>
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-271-0/+3
| | | | | | instead of buffer heads. Signed-off-by: Chris Mason <[email protected]>
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-101-0/+5
| | | | Signed-off-by: Chris Mason <[email protected]>
* btrfs: Code cleanupAneesh2007-06-131-0/+1
| | | | | | | | | | | Attaching below is some of the code cleanups that i came across while reading the code. a) alloc_path already calls init_path. b) Mention that btrfs_inode is the in memory copy.Ext4 have ext4_inode_info as the in memory copy ext4_inode as the disk copy Signed-off-by: Chris Mason <[email protected]>
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: allocator improvements, inode block groupsChris Mason2007-04-301-0/+1
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: drop the inode map treeChris Mason2007-04-101-2/+0
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: start of support for many FS volumesChris Mason2007-04-061-0/+2
| | | | Signed-off-by: Chris Mason <[email protected]>
* Btrfs: still corruption huntingChris Mason2007-04-021-0/+14
Signed-off-by: Chris Mason <[email protected]>