deliverable/linux.git
2008-09-25  YanProperly delete csum item in btrfs_truncate_in_trans.
2008-09-25  Chris MasonBtrfs: Change push_leaf_{leaf,right} to empty the src...
2008-09-25  Chris MasonFix recursive KM_USER1 usage in btrfs_realloc_node
2008-09-25  Chris MasonBtrfs: Optimize allocations as we need to mix data...
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: Make defrag check nodes against the progress...
2008-09-25  YanBtrfs: Properly update free space cache in __free_extent
2008-09-25  Chris MasonBtrfs: Add writepages support
2008-09-25  YanBtrfs: small fixes for find_lock_delalloc_range.
2008-09-25  YanBtrfs: Fix typo and memory leak in extent-tree.c
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  YanMinor fix for btrfs_csum_file_block.
2008-09-25  YanFix inline extent handling in btrfs_get_extent
2008-09-25  YanBtrfs: Fix extent_map leak in extent_bmap
2008-09-25  Chris MasonBtrfs: Compile fixes for 2.6.24-rc1
2008-09-25  YanFix ENOTEMPTY check in btrfs_rmdir
2008-09-25  Yanbtrfs_inode_by_name return random value.
2008-09-25  Chris MasonBtrfs: Tune the automatic defrag code
2008-09-25  YanBtrfs: Fix for insert_inline_extent to handle offset...
2008-09-25  Chris MasonBtrfs: Fix split_leaf to detect when it is extending...
2008-09-25  YanBtrfs: Off by one fixes in extent_map.c
2008-09-25  Chris MasonBtrfs: Optimize csum insertion to create larger items...
2008-09-25  Chris MasonBtrfs: Fix split_leaf to avoid incorrect double splits
2008-09-25  Chris MasonBtrfs: Avoid recursive KM_USER1 mappings in copy_extent...
2008-09-25  Chris MasonBtrfs: CPU usage optimizations in push and the extent_m...
2008-09-25  Chris MasonBtrfs: Fix read/write_extent_buffer to use KM_USER1...
2008-09-25  Jens AxboeBtrfs: sysfs compile fixup
2008-09-25  Jens AxboeBtrfs: KM_IRQ0 usage in end_io handling
2008-09-25  Jens AxboeBtrfs: Fix bi_end_io() functions on > 2.6.23 kernels
2008-09-25  Jens Axboebtrfs: 32-bit type problems
2008-09-25  Yan ZhengBtrfs: Properly setup root key while reading the root
2008-09-25  Chris MasonBtrfs: Fix typo: owner is a 64 bit field
2008-09-25  Chris MasonBtrfs: Default to 8k max packed tails
2008-09-25  Chris MasonBtrfs: Defrag only leaves, and only when the parent...
2008-09-25  Chris MasonBtrfs: Add back file data checksumming
2008-09-25  Chris MasonBtrfs: Defrag: only walk into nodes with the defrag...
2008-09-25  Chris MasonBtrfs: balance_dirty_pages_ratelimited is causing probl...
2008-09-25  Chris MasonBtrfs: Large block related defrag optimizations
2008-09-25  Chris MasonBtrfs: Add back metadata checksumming
2008-09-25  Chris MasonBreakout BTRFS_SETGET_FUNCS into a separate C file...
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: Add an extent buffer LRU to reduce radix tree...
2008-09-25  Chris MasonBtrfs: Fix allocation routines to avoid intermixing...
2008-09-25  Chris MasonBtrfs: Add back the online defragging code
2008-09-25  Chris MasonBtrfs: Use an array of pages in the extent buffers...
2008-09-25  Chris MasonBtrfs: Cache extent buffer mappings
2008-09-25  Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25  Chris MasonBtrfs: Change the remaining radix trees used by extent...
2008-09-25  Chris MasonBtrfs: Stop using radix trees for the block group cache
2008-09-25  Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25  Chris MasonBtrfs: Go back to kmaps instead of page_address in...
2008-09-25  Chris MasonBtrfs: Avoid memcpy where possible in extent_buffers
2008-09-25  Chris MasonBtrfs: Optimizations for the extent_buffer code
2008-09-25  Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25  Chris Masonbtrfs_get_extent should treat inline extents as though...
2008-09-25  Christoph HellwigBtrfs: factor page private preparations into a helper
2008-09-25  YanBtrfs: Fix double free and off by one in inode.c
2008-09-25  YanBtrfs: truncate: don't update inode->i_blocks when...
2008-09-25  Yancreate btrfs_path slab with the correct size
2008-09-25  Yanfix found_type decrement in btrfs_truncate_in_trans
2008-09-25  Chris MasonBtrfs: Fix duplicate ENOSPC checks in find_free_extent
2008-09-25  Chris MasonBtrfs: Use balance_dirty_pages_nr on btree blocks
2007-09-14  YanBtrfs: Fix cache_block_group to catch holes at the...
2007-09-14  YanBtrfs: Fix off by one error in dirty_and_release_pages
2007-09-14  Christoph Hellwigsplit up btrfs_ioctl
2007-09-14  Christoph HellwigBtrfs: use unlocked_ioctl
2007-09-14  Jan EngelhardtBtrfs: Simplify makefile
2007-09-14  Chris MasonBtrfs: add modules_install target
2007-09-14  Chris MasonBtrfs: Fix extra link count dec in rename
2007-09-11  Chris MasonBtrfs: Added tag v0.8 for changeset f5ce4cc64def
2007-09-11  Chris MasonBtrfs: Find and remove dead roots the first time a...
2007-09-11  Christoph HellwigBtrfs: [PATCH] extent_map: add writepage_end_io hook
2007-09-11  Christoph HellwigBtrfs: [PATCH] extent_map: make the writepage_io hook...
2007-09-11  Christoph HellwigBtrfs: [PATCH] extent_map: provide generic bmap
2007-09-11  Christoph HellwigBtrfs: [PATCH] extent_map: fix locking for bio completion
2007-09-11  Christoph Hellwig[PATCH] btrfs: fix printk format warning
2007-09-11  Chris MasonBtrfs: Reorder tests in set_extent_bit to properly...
2007-09-10  Chris MasonBtrfs: Add more synchronization before creating a snapshot
2007-09-10  Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-30  Chris MasonBtrfs: remove extra drop_extent_cache call
2007-08-30  Chris MasonBtrfs: fsx delalloc fixes
2007-08-30  Chris MasonBtrfs: Add file data csums back in via hooks in the...
2007-08-29  Chris MasonBtrfs: Use mount -o subvol to select the subvol directo...
2007-08-29  YanBtrfs: Fix oopsen in extent_tree.c during enospc
2007-08-29  YanBtrfs: Add mount into directory support
2007-08-29  YanBtrfs: Fix mknod to properly send rdev info back to...
2007-08-29  YanBtrfs: ctree.c cleanups
2007-08-29  Josef BacikBtrfs: Add per-root block accounting and sysfs entries
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-27  Chris MasonBtrfs: Make sure to cow the root during a snapshot
2007-08-27  Chris MasonBtrfs: Do more extensive readahead during tree searches
2007-08-27  Yanfix block readahead in btrfs_next_leaf
2007-08-10  Chris MasonBtrfs: Added tag v0.7 for changeset 6125224d77d0
2007-08-10  Josef BacikBtrfs: delay commits during fsync to allow more writers
2007-08-10  Chris MasonBtrfs: Add BH_Defrag to mark buffers that are in need...
next
This page took 0.038155 seconds and 5 git commands to generate.