aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAge
* Btrfs: A number of nodatacow fixesChris Mason2008-09-25
* Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason2008-09-25
* Btrfs: Add support for online device removalChris Mason2008-09-25
* Btrfs: Fix clone ioctl to not hold the path over insertsChris Mason2008-09-25
* Btrfs: Silence bogus inode.c compiler warningsChris Mason2008-09-25
* Btrfs: Clone file data ioctlSage Weil2008-09-25
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-25
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-25
* Btrfs: Do more optimal file RA during shrinking and defragChris Mason2008-09-25
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-25
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-25
* Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason2008-09-25
* Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason2008-09-25
* Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason2008-09-25
* Btrfs: Remove debugging statements from the invalidatepage callsChris Mason2008-09-25
* Force page->private removal in btrfs_invalidatepageChris Mason2008-09-25
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-25
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-25
* Btrfs: Write bio checksumming outside the FS mutexChris Mason2008-09-25
* Btrfs: Create a work queue for bio writesChris Mason2008-09-25
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-25
* Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason2008-09-25
* Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason2008-09-25
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-25
* Btrfs: Retry metadata reads in the face of checksum failuresChris Mason2008-09-25
* Btrfs: Handle data block end_io through the async work queueChris Mason2008-09-25
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-09-25
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-25
* Create a btrfs backing dev infoChris Mason2008-09-25
* Btrfs: Implement raid0 when multiple devices are presentChris Mason2008-09-25
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-25
* Btrfs: Dynamic chunk and block group allocationChris Mason2008-09-25
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-25
* Btrfs: Misc 2.6.25 updatesChris Mason2008-09-25
* Btrfs: checksum file data at bio submission time instead of during writepageChris Mason2008-09-25
* Btrfs: Fix looping on readdir of the subvol rootsYan Zheng2008-09-25
* Btrfs: Fix i_blocks accountingChris Mason2008-09-25
* Btrfs: Fix typo in extent_io.cYan2008-09-25
* Btrfs: Enable delalloc accountingChris Mason2008-09-25
* Fix hole start calculation in btrfs_settarChris Mason2008-09-25
* Properly align the hole size in btrfs_setattrChris Mason2008-09-25
* Btrfs: Align extent length to sectorsize inYan2008-09-25
* Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason2008-09-25
* Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason2008-09-25
* Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason2008-09-25
* Btrfs: extent_io and extent_state optimizationsChris Mason2008-09-25
* Btrfs: Add some extra debugging around file data checksum failuresChris Mason2008-09-25
* Btrfs: Force f_pos to the max when a readdir hits the end of the directory.Chris Mason2008-09-25
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-25
* Btrfs: Fix hole insertion corner casesChris Mason2008-09-25