summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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-10[PATCH] btrfs: fix printk format warningChristoph Hellwig1-1/+1
2007-09-10Btrfs: 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-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-29/+21
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-157/+138
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik1-4/+18
2007-08-07Btrfs: 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
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-12Btrfs: 64 bit div fixesChris Mason1-3/+4
2007-06-12Btrfs: split up super.cChris Mason1-0/+783