summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason
2008-09-25Btrfs: Properly cast before shiftingChris Mason
2008-09-25Btrfs: Take the extent lock before dropping the delalloc bitsChris Mason
2008-09-25Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...Chris Mason
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan
2008-09-25Btrfs: Fix i_blocks accountingChris Mason
2008-09-25btrfs_drop_extents: handle BTRFS_INODE_REF_KEY typesYan
2008-09-25Btrfs: Fix hole creation in file_writeYan
2008-09-25btrfs_drop_extent fixe for inline items > 8KYan
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Lower the max inline size to 8kChris Mason
2008-09-25Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Fixes for loopback files in btrfsChris Mason
2008-09-25Off by one fix for btrfs_drop_extentsYan
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason
2008-09-25Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extentsYan
2008-09-25Btrfs: Fix u32 overflow in dirty_and_release_pages.Yan
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Add O_SYNC support to btrfs_file_writeChris Mason
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason
2008-09-25Btrfs: Add back file data checksummingChris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Allow tails larger than one pageChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason
2007-09-14Btrfs: Fix off by one error in dirty_and_release_pagesYan
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig
2007-09-11[PATCH] btrfs: fix printk format warningChristoph Hellwig
2007-09-10Btrfs: Add more synchronization before creating a snapshotChris Mason
2007-08-30Btrfs: remove extra drop_extent_cache callChris Mason
2007-08-30Btrfs: fsx delalloc fixesChris Mason
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason