summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-7/+7
2008-09-25Fix inline extent handling in btrfs_get_extentYan1-16/+18
2008-09-25Btrfs: Compile fixes for 2.6.24-rc1Chris Mason1-1/+10
2008-09-25Fix ENOTEMPTY check in btrfs_rmdirYan1-1/+4
2008-09-25btrfs_inode_by_name return random value.Yan1-2/+3
2008-09-25Btrfs: Off by one fixes in extent_map.cYan1-0/+1
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason1-1/+1
2008-09-25Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe1-0/+4
2008-09-25btrfs: 32-bit type problemsJens Axboe1-1/+1
2008-09-25Btrfs: Add back file data checksummingChris Mason1-11/+10
2008-09-25Btrfs: Add back metadata checksummingChris Mason1-4/+0
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-12/+20
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-46/+44
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-168/+267
2008-09-25btrfs_get_extent should treat inline extents as though they hold a whole blockChris Mason1-5/+7
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig1-6/+1
2008-09-25Btrfs: Fix double free and off by one in inode.cYan1-2/+1
2008-09-25Btrfs: truncate: don't update inode->i_blocks when extent is a holeYan1-4/+6
2008-09-25create btrfs_path slab with the correct sizeYan1-1/+1
2008-09-25fix found_type decrement in btrfs_truncate_in_transYan1-1/+1
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-12/+35
2007-09-14split up btrfs_ioctlChristoph Hellwig1-47/+59
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig1-18/+5
2007-09-14Btrfs: Fix extra link count dec in renameChris Mason1-7/+0
2007-09-10Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig1-21/+2
2007-09-10Btrfs: Add more synchronization before creating a snapshotChris Mason1-1/+9
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason1-12/+81
2007-08-30Btrfs: fsx delalloc fixesChris Mason1-163/+14
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason1-3/+95
2007-08-29Btrfs: Fix mknod to properly send rdev info back to diskYan1-0/+1
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-4/+9
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-62/+79
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-510/+306
2007-08-27Btrfs: Make sure to cow the root during a snapshotChris Mason1-0/+2
2007-08-27Btrfs: Do more extensive readahead during tree searchesChris Mason1-1/+1
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik1-0/+2
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-21/+2
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-3/+30
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason1-67/+2
2007-07-25Btrfs: deal with api changes in 2.6.23-rc1Chris Mason1-24/+26
2007-07-11Btrfs: Implement mknodJosef Bacik1-6/+66
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-28Btrfs: crash recovery fixesChris Mason1-3/+3
2007-06-25Btrfs: Fix mtime and ctime updates on parent dirsChris Mason1-1/+5
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-0/+2
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-58/+107
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-4/+7
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason1-6/+297
2007-06-13btrfs: Code cleanupAneesh1-9/+1
2007-06-12Btrfs: i386 fixes from axboeChris Mason1-2/+1