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