summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-251-14/+108
* Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason2008-09-251-1/+10
* Fixes for loopback files in btrfsChris Mason2008-09-251-2/+13
* Btrfs: Fix typo in .. check (thanks Yan)Chris Mason2008-09-251-1/+1
* Btrfs: Add backrefs for symbolic link inodesChris Mason2008-09-251-17/+13
* Btrfs: Add back pointers from the inode to the directory that references itChris Mason2008-09-251-141/+117
* Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason2008-09-251-10/+4
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-251-10/+28
* Btrfs: Fix buffer get/release issue in create_snapshotYan2008-09-251-2/+2
* 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
OpenPOWER on IntegriCloud