aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* xattr support for btrfsJosef Bacik2008-09-251-1/+14
* Btrfs: Add readpages supportChris Mason2008-09-251-1/+11
* Properly delete csum item in btrfs_truncate_in_trans.Yan2008-09-251-1/+2
* Btrfs: Add writepages supportChris Mason2008-09-251-0/+10
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-19/+48
* Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason2008-09-251-7/+7
* Fix inline extent handling in btrfs_get_extentYan2008-09-251-16/+18
* Btrfs: Compile fixes for 2.6.24-rc1Chris Mason2008-09-251-1/+10
* Fix ENOTEMPTY check in btrfs_rmdirYan2008-09-251-1/+4
* btrfs_inode_by_name return random value.Yan2008-09-251-2/+3
* Btrfs: Off by one fixes in extent_map.cYan2008-09-251-0/+1
* Btrfs: Optimize csum insertion to create larger items when possibleChris Mason2008-09-251-1/+1
* Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe2008-09-251-0/+4
* btrfs: 32-bit type problemsJens Axboe2008-09-251-1/+1
* Btrfs: Add back file data checksummingChris Mason2008-09-251-11/+10
* Btrfs: Add back metadata checksummingChris Mason2008-09-251-4/+0
* Btrfs: Allow tails larger than one pageChris Mason2008-09-251-12/+20
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-46/+44
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-168/+267
* btrfs_get_extent should treat inline extents as though they hold a whole blockChris Mason2008-09-251-5/+7
* Btrfs: factor page private preparations into a helperChristoph Hellwig2008-09-251-6/+1
* Btrfs: Fix double free and off by one in inode.cYan2008-09-251-2/+1
* Btrfs: truncate: don't update inode->i_blocks when extent is a holeYan2008-09-251-4/+6
* create btrfs_path slab with the correct sizeYan2008-09-251-1/+1
* fix found_type decrement in btrfs_truncate_in_transYan2008-09-251-1/+1
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-251-12/+35
* split up btrfs_ioctlChristoph Hellwig2007-09-141-47/+59
* Btrfs: use unlocked_ioctlChristoph Hellwig2007-09-141-18/+5
* Btrfs: Fix extra link count dec in renameChris Mason2007-09-141-7/+0
* Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig2007-09-101-21/+2
* Btrfs: Add more synchronization before creating a snapshotChris Mason2007-09-101-1/+9
* Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason2007-09-101-12/+81
* Btrfs: fsx delalloc fixesChris Mason2007-08-301-163/+14
* Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason2007-08-301-3/+95
* Btrfs: Fix mknod to properly send rdev info back to diskYan2007-08-291-0/+1
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-291-4/+9
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-271-62/+79
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-271-510/+306
* Btrfs: Make sure to cow the root during a snapshotChris Mason2007-08-271-0/+2
* Btrfs: Do more extensive readahead during tree searchesChris Mason2007-08-271-1/+1
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-101-0/+2
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-101-21/+2
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-071-3/+30
* Btrfs: Fold some btree readahead routines into something more generic.Chris Mason2007-08-071-67/+2
* Btrfs: deal with api changes in 2.6.23-rc1Chris Mason2007-07-251-24/+26
* Btrfs: Implement mknodJosef Bacik2007-07-111-6/+66
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Btrfs: crash recovery fixesChris Mason2007-06-281-3/+3
* Btrfs: Fix mtime and ctime updates on parent dirsChris Mason2007-06-251-1/+5
* Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason2007-06-221-0/+2