Btrfs: drop WARN_ON from btrfs_add_leaf_ref
[linux-2.6] / fs / btrfs / file.c
2008-09-26  Zheng YanBtrfs: extent_map and data=ordered fixes for space...
2008-09-25  Chris MasonRemove Btrfs compat code for older kernels
2008-09-25  Chris MasonMerge Btrfs into fs/btrfs
2008-09-25  Zheng YanBtrfs: Full back reference support
2008-09-25  Chris MasonBtrfs: Dir fsync optimizations
2008-09-25  Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25  Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25  Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25  Chris MasonBtrfs: Improve and cleanup locking done by walk_down_tree
2008-09-25  Chris MasonBtrfs: Drop some debugging around the extent_map pinned...
2008-09-25  Chris MasonBtrfs: Throttle tuning
2008-09-25  Sven WegenerBtrfs: Add compatibility for kernels >= 2.6.27-rc1
2008-09-25  YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25  Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25  Chris MasonBtrfs: Leaf reference cache update
2008-09-25  Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25  Chris MasonBtrfs: Data ordered fixes
2008-09-25  Chris MasonBtrfs: Keep extent mappings in ram until pending ordere...
2008-09-25  Chris MasonAdd a per-inode lock around btrfs_drop_extents
2008-09-25  Chris MasonBtrfs: Don't pin pages in ram until the entire ordered...
2008-09-25  Chris Masonbtrfs_start_transaction: wait for commits in progress...
2008-09-25  Chris MasonBtrfs: Update on disk i_size only after pending ordered...
2008-09-25  Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25  Chris MasonBtrfs: New data=ordered implementation
2008-09-25  Chris MasonBtrfs: Add a per-inode csum mutex to avoid races creati...
2008-09-25  Chris MasonAdd btrfs_end_transaction_throttle to force writers...
2008-09-25  Chris MasonFix btrfs_del_ordered_inode to allow forcing the drop...
2008-09-25  Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25  Sage WeilBtrfs: transaction ioctls
2008-09-25  Mingmingbtrfs delete ordered inode handling fix
2008-09-25  Chris MasonFix corners in writepage and btrfs_truncate_page
2008-09-25  Jeff MahoneyBtrfs: Add workaround for AppArmor changing remove_suid()
2008-09-25  Chris MasonBtrfs: Fix do_sync_file_range ifdefs (2.6.22)
2008-09-25  Sage WeilBtrfs: Clone file data ioctl
2008-09-25  Chris MasonBtrfs: Throttle file_write when data=ordered is flushin...
2008-09-25  Chris MasonBtrfs: Set nodatasum on the inode when written by a...
2008-09-25  Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25  Chris MasonBtrfs: A few updates for 2.6.18 and versions older...
2008-09-25  Chris MasonBtrfs: Add O_DIRECT read and write (writes == buffered...
2008-09-25  Chris MasonBtrfs: Properly cast before shifting
2008-09-25  Chris MasonBtrfs: Take the extent lock before dropping the delallo...
2008-09-25  Chris MasonBtrfs: Properly clear dirty and delalloc extent bits...
2008-09-25  YanBtrfs: Fix "no csum found for inode" issue.
2008-09-25  Chris MasonBtrfs: Fix i_blocks accounting
2008-09-25  Yanbtrfs_drop_extents: handle BTRFS_INODE_REF_KEY types
2008-09-25  YanBtrfs: Fix hole creation in file_write
2008-09-25  Yanbtrfs_drop_extent fixe for inline items > 8K
2008-09-25  Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
2008-09-25  Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25  Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25  Chris MasonBtrfs: Fix hole insertion corner cases
2008-09-25  Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25  Chris MasonBtrfs: Add data=ordered support
2008-09-25  Chris MasonBtrfs: Lower the max inline size to 8k
2008-09-25  Chris MasonBtrfs: Fix lock ordering of the snapshot semaphore...
2008-09-25  Chris MasonBtrfs: Force inlining off in a few places to save stack...
2008-09-25  Chris MasonBtrfs: Implement basic support for -ENOSPC
2008-09-25  Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25  Chris MasonFixes for loopback files in btrfs
2008-09-25  YanOff by one fix for btrfs_drop_extents
2008-09-25  Chris MasonBtrfs: Add lowest key information to back refs for...
2008-09-25  Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25  Chris Masonbtrfs_drop_extents: make sure the item is getting small...
2008-09-25  Chris MasonBtrfs: Fine tune the btree writeback exclusion some...
2008-09-25  Chris MasonBtrfs: Allow large data extents in a single file to...
2008-09-25  YanFix EXTENT_MAP_INLINE off by one in btrfs_drop_extents
2008-09-25  YanBtrfs: Fix u32 overflow in dirty_and_release_pages.
2008-09-25  Chris MasonBtrfs: Fix a number of inline extent problems that...
2008-09-25  Chris MasonBtrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
2008-09-25  Chris MasonAdd O_SYNC support to btrfs_file_write
2008-09-25  YanBtrfs: Fix for insert_inline_extent to handle offset...
2008-09-25  Jens Axboebtrfs: 32-bit type problems
2008-09-25  Chris MasonBtrfs: Default to 8k max packed tails
2008-09-25  Chris MasonBtrfs: Add back file data checksumming
2008-09-25  Chris MasonBtrfs: extent_map optimizations to cut down on CPU...
2008-09-25  Chris MasonBtrfs: Allow tails larger than one page
2008-09-25  Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25  Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25  Christoph HellwigBtrfs: factor page private preparations into a helper
2008-09-25  Chris MasonBtrfs: Use balance_dirty_pages_nr on btree blocks
2007-09-14  YanBtrfs: Fix off by one error in dirty_and_release_pages
2007-09-14  Christoph HellwigBtrfs: use unlocked_ioctl
2007-09-11  Christoph Hellwig[PATCH] btrfs: fix printk format warning
2007-09-10  Chris MasonBtrfs: Add more synchronization before creating a snapshot
2007-08-30  Chris MasonBtrfs: remove extra drop_extent_cache call
2007-08-30  Chris MasonBtrfs: fsx delalloc fixes
2007-08-27  Chris MasonBtrfs: Add delayed allocation to the extent based page...
2007-08-27  Chris MasonBtrfs: Extent based page cache code. This uses an...
2007-08-10  Josef BacikBtrfs: delay commits during fsync to allow more writers
2007-08-07  Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
2007-07-25  Chris MasonBtrfs: deal with api changes in 2.6.23-rc1
2007-07-11  Zach BrownBtrfs: trivial include fixups
2007-06-28  Chris MasonBtrfs: crash recovery fixes
2007-06-22  Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-22  Chris MasonBtrfs: Switch to libcrc32c to avoid problems with crypt...
2007-06-18  Chris MasonSubject: Rework btrfs_file_write to only allocate while...
2007-06-15  Chris MasonBtrfs: patch queue: page_mkwrite
2007-06-12  Chris MasonBtrfs: i386 fixes from axboe
2007-06-12  Chris MasonBtrfs: add GPLv2
2007-06-12  Chris MasonBtrfs: 64 bit div fixes
next