aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Btrfs: Avoid writeback stallsChris Mason1-9/+3
2008-11-18Btrfs: unplug all devices in the unplug call backChris Mason1-1/+1
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason1-1/+4
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-0/+13
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-4/+10
2008-11-17Btrfs: Seed device supportYan Zheng1-21/+35
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-20/+63
2008-11-13Btrfs: Improve metadata read latenciesChris Mason1-3/+3
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason1-0/+10
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-8/+19
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-24/+57
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-7/+14
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-1/+2
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-2/+0
2008-10-29Btrfs: Add zlib compression supportChris Mason1-5/+13
2008-10-01Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering1-0/+2
2008-10-01Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering1-1/+2
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+32
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-3/+8
2008-09-26Btrfs: update space balancing codeZheng Yan1-0/+9
2008-09-26Btrfs: Add shared reference cacheZheng Yan1-0/+2
2008-09-25Btrfs: Raise thresholds for metadata writebackChris Mason1-2/+2
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-28/+0
2008-09-25Btrfs: Full back reference supportZheng Yan1-2/+2
2008-09-25Btrfs: Checksum tree blocks in the backgroundChris Mason1-9/+17
2008-09-25Btrfs: free space accounting redoJosef Bacik1-4/+3
2008-09-25Btrfs: Fix mismerge in block header checksChris Mason1-1/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-2/+15
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason1-3/+2
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason1-1/+1
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason1-1/+4
2008-09-25Btrfs: Tree logging fixesChris Mason1-3/+30
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-21/+117
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-1/+6
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason1-1/+7
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason1-7/+9
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-1/+8
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason1-19/+26
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason1-7/+15
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason1-7/+4
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason1-3/+22
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of devicesChris Mason1-1/+3
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason1-0/+1
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-0/+1
2008-09-25Btrfs: More throttle tuningChris Mason1-11/+2
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-0/+15
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-2/+3
2008-09-25Btrfs: Fix verify_parent_transidChris Mason1-1/+1
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-2/+5
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-3/+5