aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Add a min size parameter to btrfs_alloc_extentChris Mason
2008-09-25Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
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