summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason1-4/+0
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-14/+15
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason1-1/+77
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-3/+2
2008-09-25Btrfs: Lower the max inline size to 8kChris Mason1-1/+1
2008-09-25Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason1-2/+4
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason1-10/+6
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-4/+24
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-4/+11
2008-09-25Fixes for loopback files in btrfsChris Mason1-0/+1
2008-09-25Off by one fix for btrfs_drop_extentsYan1-1/+2
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason1-7/+4
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-3/+17
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason1-15/+15
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason1-1/+2
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason1-0/+6
2008-09-25Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extentsYan1-2/+1
2008-09-25Btrfs: Fix u32 overflow in dirty_and_release_pages.Yan1-4/+5
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-6/+30
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-1/+2
2008-09-25Add O_SYNC support to btrfs_file_writeChris Mason1-2/+13
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan1-9/+12
2008-09-25btrfs: 32-bit type problemsJens Axboe1-1/+1
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason1-1/+1
2008-09-25Btrfs: Add back file data checksummingChris Mason1-0/+1
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason1-1/+0
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-36/+116
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-66/+60
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-62/+67
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig1-6/+1
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-1/+1
2007-09-14Btrfs: Fix off by one error in dirty_and_release_pagesYan1-1/+1
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig1-2/+2
2007-09-11[PATCH] btrfs: fix printk format warningChristoph Hellwig1-1/+1
2007-09-11Btrfs: Add more synchronization before creating a snapshotChris Mason1-0/+2
2007-08-30Btrfs: remove extra drop_extent_cache callChris Mason1-2/+0
2007-08-30Btrfs: fsx delalloc fixesChris Mason1-9/+17
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-29/+21
2007-08-28Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-157/+138
2007-08-11Btrfs: delay commits during fsync to allow more writersJosef Bacik1-4/+18
2007-08-08Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-1/+1
2007-07-25Btrfs: deal with api changes in 2.6.23-rc1Chris Mason1-2/+7
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-28Btrfs: crash recovery fixesChris Mason1-4/+11
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-50/+81
2007-06-22Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason1-1/+2
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-111/+133
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason1-150/+26
2007-06-12Btrfs: i386 fixes from axboeChris Mason1-2/+5