aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingJosef Bacik
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig
2008-10-09Btrfs: Rev the disk format for the new back reference formatChris Mason
2008-10-09Btrfs: Fix makefile for builing btrfs staticSage Weil
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason
2008-10-01Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason
2008-10-01Btrfs: fix deadlock between alloc_mutex/chunk_mutexJosef Bacik
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-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason
2008-09-30Btrfs: fix seekiness due to finding the wrong block groupJosef Bacik
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-29Btrfs: drop WARN_ON from btrfs_add_leaf_refChris 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: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-26Btrfs: Add shared reference cacheZheng Yan
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan
2008-09-25Btrfs: Raise thresholds for metadata writebackChris Mason
2008-09-25Btrfs: fix sleep with spinlock held during unmountChris Mason
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: Fix allocation completions in tree log replayChris Mason
2008-09-25Update Btrfs files for in-kernel usageChris Mason
2008-09-25Btrfs: Fix race against disk_i_size updatesChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Add check for tree-log roots in btrfs_alloc_reserved_extentsChris Mason
2008-09-25Btrfs: Checksum tree blocks in the backgroundChris Mason
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: fix cache_block_group error handlingJosef Bacik
2008-09-25Fix leaf overflow check in btrfs_insert_empty_itemsChris Mason
2008-09-25Btrfs: Fix mismerge in block header checksChris Mason
2008-09-25Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesChris Mason
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason
2008-09-25Btrfs: Copy into the log tree in big batchesChris Mason
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason
2008-09-25Btrfs: Dir fsync optimizationsChris Mason
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason
2008-09-25Btrfs: Tree logging fixesChris Mason