aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: transaction ioctlsSage Weil
2008-09-25btrfs delete ordered inode handling fixMingming
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Btrfs: Add workaround for AppArmor changing remove_suid()Jeff Mahoney
2008-09-25Btrfs: Fix do_sync_file_range ifdefs (2.6.22)Chris Mason
2008-09-25Btrfs: Clone file data ioctlSage Weil
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason
2008-09-25Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason
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