summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason
2008-09-25Btrfs: Fix looping on readdir of the subvol rootsYan Zheng
2008-09-25Btrfs: Fix i_blocks accountingChris Mason
2008-09-25Btrfs: Fix typo in extent_io.cYan
2008-09-25Btrfs: Enable delalloc accountingChris Mason
2008-09-25Fix hole start calculation in btrfs_settarChris Mason
2008-09-25Properly align the hole size in btrfs_setattrChris Mason
2008-09-25Btrfs: Align extent length to sectorsize inYan
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason
2008-09-25Btrfs: Add some extra debugging around file data checksum failuresChris Mason
2008-09-25Btrfs: Force f_pos to the max when a readdir hits the end of the directory.Chris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason
2008-09-25Btrfs: Disable delalloc accounting for nowChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason
2008-09-25Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason
2008-09-25Btrfs: Add readonly inode flagYan
2008-09-25Btrfs: Add inode flags supportYan
2008-09-25Btrfs: online shrinking fixesChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Fix nodatacow extent lookupChris Mason
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason
2008-09-25Fixes for loopback files in btrfsChris Mason
2008-09-25Btrfs: Fix typo in .. check (thanks Yan)Chris Mason
2008-09-25Btrfs: Add backrefs for symbolic link inodesChris Mason
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason