summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason1-4/+9
2008-09-25Btrfs: Add support for online device removalChris Mason1-1/+26
2008-09-25Btrfs: Fix clone ioctl to not hold the path over insertsChris Mason1-32/+47
2008-09-25Btrfs: Silence bogus inode.c compiler warningsChris Mason1-2/+2
2008-09-25Btrfs: Clone file data ioctlSage Weil1-2/+169
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason1-0/+11
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason1-0/+23
2008-09-25Btrfs: Do more optimal file RA during shrinking and defragChris Mason1-8/+7
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason1-8/+28
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-0/+4
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason1-6/+10
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason1-11/+21
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason1-5/+1
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason1-1/+2
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason1-0/+6
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason1-10/+110
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason1-0/+2
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason1-1/+10
2008-09-25Btrfs: Create a work queue for bio writesChris Mason1-8/+20
2008-09-25Add a min size parameter to btrfs_alloc_extentChris Mason1-0/+2
2008-09-25Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason1-3/+5
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason1-0/+66
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason1-1/+113
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-3/+4
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason1-1/+3
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason1-5/+3
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason1-1/+3
2008-09-25Create a btrfs backing dev infoChris Mason1-0/+5
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason1-2/+0
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason1-0/+29
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason1-2/+7
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-11/+15
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason1-28/+1
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason1-2/+30
2008-09-25Btrfs: Fix looping on readdir of the subvol rootsYan Zheng1-1/+4
2008-09-25Btrfs: Fix i_blocks accountingChris Mason1-14/+29
2008-09-25Btrfs: Fix typo in extent_io.cYan1-2/+1
2008-09-25Btrfs: Enable delalloc accountingChris Mason1-5/+13
2008-09-25Fix hole start calculation in btrfs_settarChris Mason1-11/+5
2008-09-25Properly align the hole size in btrfs_setattrChris Mason1-3/+3
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