aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
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