aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Btrfs: tree logging checksum fixesYan Zheng1-26/+36
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-9/+9
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng1-0/+4
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason1-0/+4
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-3/+111
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-34/+192
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-116/+69
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-24/+32
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason1-0/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason1-1/+74
2008-09-25Btrfs: Fix variable init during csum creationChris Mason1-0/+1
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason1-2/+2
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-4/+12
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason1-1/+3
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason1-1/+1
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-0/+77
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-3/+5
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason1-1/+2
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-4/+1
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-4/+39
2008-09-25Btrfs: New data=ordered implementationChris Mason1-26/+36
2008-09-25Btrfs: Clone file data ioctlSage Weil1-6/+6
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason1-14/+32
2008-09-25Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason1-5/+5
2008-09-25Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason1-2/+4
2008-09-25Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason1-3/+33
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason1-11/+39
2008-09-25Btrfs: Add some extra debugging around file data checksum failuresChris Mason1-0/+4
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-1/+1
2008-09-25Minor fix for btrfs_csum_file_block.Yan1-6/+4
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason1-1/+36
2008-09-25Btrfs: Add back file data checksummingChris Mason1-8/+9
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-5/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-32/+31
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-40/+6
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-1/+0
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason1-1/+1
2007-06-13btrfs: Code cleanupAneesh1-2/+0
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-12Btrfs: printk fixesChris Mason1-5/+0
2007-06-12Btrfs: 64 bit div fixesChris Mason1-1/+2
2007-05-29Btrfs: fixup various fsx failuresChris Mason1-0/+30
2007-05-24Btrfs: sparse files!Chris Mason1-5/+6
2007-05-10Btrfs: switch to crc32c instead of sha256Chris Mason1-16/+19
2007-04-19Btrfs: many file_write fixes, inline dataChris Mason1-0/+1
2007-04-18Btrfs: working file_write, reorganized key flagsChris Mason1-19/+47
2007-04-17Btrfs: rework csums and extent item orderingChris Mason1-24/+2
2007-04-17Btrfs: progress on file_writeChris Mason1-20/+41