summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Align extent length to sectorsize inYan1-0/+2
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason1-36/+24
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason1-22/+63
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason1-49/+65
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason1-12/+23
2008-09-25Btrfs: Add some extra debugging around file data checksum failuresChris Mason1-3/+5
2008-09-25Btrfs: Force f_pos to the max when a readdir hits the end of the directory.Chris Mason1-1/+1
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-83/+92
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason1-3/+12
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan1-2/+3
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-6/+26
2008-09-25Btrfs: Disable delalloc accounting for nowChris Mason1-0/+2
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-10/+3
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason1-0/+19
2008-09-25Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason1-0/+1
2008-09-25Btrfs: Add readonly inode flagYan1-4/+12
2008-09-25Btrfs: Add inode flags supportYan1-13/+11
2008-09-25Btrfs: online shrinking fixesChris Mason1-2/+13
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+12
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason1-64/+15
2008-09-25Btrfs: Add data=ordered supportChris Mason1-16/+30
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason1-1/+1
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason1-1/+1
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason1-3/+7
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason1-2/+4
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason1-34/+5
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason1-1/+1
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason1-0/+4
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-3/+102
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason1-1/+1
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-16/+145
2008-09-25Btrfs: Fix nodatacow extent lookupChris Mason1-1/+0
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason1-0/+1
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason1-18/+42
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-5/+16
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason1-10/+18
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason1-14/+108
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason1-1/+10
2008-09-25Fixes for loopback files in btrfsChris Mason1-2/+13
2008-09-25Btrfs: Fix typo in .. check (thanks Yan)Chris Mason1-1/+1
2008-09-25Btrfs: Add backrefs for symbolic link inodesChris Mason1-17/+13
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason1-141/+117
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason1-10/+4
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-10/+28
2008-09-25Btrfs: Fix buffer get/release issue in create_snapshotYan1-2/+2
2008-09-25xattr support for btrfsJosef Bacik1-1/+14
2008-09-25Btrfs: Add readpages supportChris Mason1-1/+11
2008-09-25Properly delete csum item in btrfs_truncate_in_trans.Yan1-1/+2
2008-09-25Btrfs: Add writepages supportChris Mason1-0/+10
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-19/+48