aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c
Commit message (Expand)AuthorAgeFilesLines
* Fix btrfs_wait_ordered_extent_range to properly waitChris Mason2008-09-251-1/+2
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-251-4/+1
* Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-251-4/+39
* Btrfs: New data=ordered implementationChris Mason2008-09-251-26/+36
* Btrfs: Clone file data ioctlSage Weil2008-09-251-6/+6
* Btrfs: Write bio checksumming outside the FS mutexChris Mason2008-09-251-14/+32
* Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason2008-09-251-5/+5
* Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason2008-09-251-2/+4
* Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason2008-09-251-3/+33
* Btrfs: checksum file data at bio submission time instead of during writepageChris Mason2008-09-251-11/+39
* Btrfs: Add some extra debugging around file data checksum failuresChris Mason2008-09-251-0/+4
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-1/+1
* Minor fix for btrfs_csum_file_block.Yan2008-09-251-6/+4
* Btrfs: Optimize csum insertion to create larger items when possibleChris Mason2008-09-251-1/+36
* Btrfs: Add back file data checksummingChris Mason2008-09-251-8/+9
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-5/+5
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-32/+31
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-40/+6
* Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason2007-06-181-1/+0
* Btrfs: patch queue: page_mkwriteChris Mason2007-06-151-1/+1
* btrfs: Code cleanupAneesh2007-06-131-2/+0
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
* Btrfs: printk fixesChris Mason2007-06-121-5/+0
* Btrfs: 64 bit div fixesChris Mason2007-06-121-1/+2
* Btrfs: fixup various fsx failuresChris Mason2007-05-291-0/+30
* Btrfs: sparse files!Chris Mason2007-05-241-5/+6
* Btrfs: switch to crc32c instead of sha256Chris Mason2007-05-101-16/+19
* Btrfs: many file_write fixes, inline dataChris Mason2007-04-191-0/+1
* Btrfs: working file_write, reorganized key flagsChris Mason2007-04-181-19/+47
* Btrfs: rework csums and extent item orderingChris Mason2007-04-171-24/+2
* Btrfs: progress on file_writeChris Mason2007-04-171-20/+41
* Btrfs: early work to file_write in big extentsChris Mason2007-04-161-7/+104
* Btrfs: drop owner and parentidChris Mason2007-04-101-1/+1
* Btrfs: csum_verify_file_block locking fixChris Mason2007-04-021-0/+2
* Btrfs: dynamic allocation of path structChris Mason2007-04-021-17/+26
* Btrfs: corruption hunt continuesChris Mason2007-03-301-2/+2
* Btrfs: verify csums on readChris Mason2007-03-291-0/+60
* Btrfs: byte offsets for file keysChris Mason2007-03-271-2/+3
* Btrfs: add generation field to file extentChris Mason2007-03-271-0/+1
* btrfs_get_block, file read/writeChris Mason2007-03-261-2/+50
* Btrfs: initial move to kernel module landChris Mason2007-03-211-5/+1
* Btrfs: Add inode map, and the start of file extent itemsChris Mason2007-03-201-0/+6
* Btrfs: add inode itemChris Mason2007-03-151-0/+7