summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Fix u32 overflow in dirty_and_release_pages.Yan1-4/+5
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-6/+30
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-1/+2
2008-09-25Add O_SYNC support to btrfs_file_writeChris Mason1-2/+13
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan1-9/+12
2008-09-25btrfs: 32-bit type problemsJens Axboe1-1/+1
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason1-1/+1
2008-09-25Btrfs: Add back file data checksummingChris Mason1-0/+1
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason1-1/+0
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-36/+116
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-66/+60
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-62/+67
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig1-6/+1
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-1/+1
2007-09-14Btrfs: Fix off by one error in dirty_and_release_pagesYan1-1/+1