summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Data ordered fixesChris Mason1-0/+1
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-4/+10
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason1-0/+8
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-1/+1
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-1/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-1/+1
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+1
2008-09-25Btrfs: New data=ordered implementationChris Mason1-22/+45
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason1-3/+3
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-1/+0
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-1/+1
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-6/+1
2008-09-25Btrfs: transaction ioctlsSage Weil1-1/+6
2008-09-25btrfs delete ordered inode handling fixMingming1-0/+7
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason1-8/+0
2008-09-25Btrfs: Add workaround for AppArmor changing remove_suid()Jeff Mahoney1-0/+5
2008-09-25Btrfs: Fix do_sync_file_range ifdefs (2.6.22)Chris Mason1-1/+1
2008-09-25Btrfs: Clone file data ioctlSage Weil1-1/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-0/+1
2008-09-25Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason1-0/+8
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason1-1/+46
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason1-1/+7
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason1-2/+9
2008-09-25Btrfs: Properly cast before shiftingChris Mason1-1/+1
2008-09-25Btrfs: Take the extent lock before dropping the delalloc bitsChris Mason1-0/+4
2008-09-25Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...Chris Mason1-0/+7
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan1-1/+4
2008-09-25Btrfs: Fix i_blocks accountingChris Mason1-6/+11
2008-09-25btrfs_drop_extents: handle BTRFS_INODE_REF_KEY typesYan1-3/+4
2008-09-25Btrfs: Fix hole creation in file_writeYan1-4/+2
2008-09-25btrfs_drop_extent fixe for inline items > 8KYan1-5/+3
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason1-1/+2
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason1-4/+0
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-14/+15
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason1-1/+77
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-3/+2
2008-09-25Btrfs: Lower the max inline size to 8kChris Mason1-1/+1
2008-09-25Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason1-2/+4
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason1-10/+6
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-4/+24
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-4/+11
2008-09-25Fixes for loopback files in btrfsChris Mason1-0/+1
2008-09-25Off by one fix for btrfs_drop_extentsYan1-1/+2
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason1-7/+4
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-3/+17
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason1-15/+15
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason1-1/+2
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason1-0/+6
2008-09-25Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extentsYan1-2/+1