aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2008-12-02Btrfs: fix panic on error during mountJosef Bacik
2008-12-02Btrfs: add support for compat flags to btrfsJosef Bacik
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-11-20Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng
2008-11-20Btrfs: compat code fixesChris Mason
2008-11-19Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason
2008-11-19Btrfs: Avoid writeback stallsChris Mason
2008-11-18Btrfs: unplug all devices in the unplug call backChris Mason
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-11-17Btrfs: Seed device supportYan Zheng
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-13Btrfs: Improve metadata read latenciesChris Mason
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-11-06Btrfs: Add ordered async work queuesChris Mason
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-01Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failureJim Meyering
2008-10-01Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzallocJim Meyering
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason
2008-09-26Btrfs: update space balancing codeZheng Yan
2008-09-26Btrfs: Add shared reference cacheZheng Yan
2008-09-25Btrfs: Raise thresholds for metadata writebackChris Mason
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Btrfs: Checksum tree blocks in the backgroundChris Mason
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: Fix mismerge in block header checksChris Mason
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason