Btrfs: Add 1MB to the min_free in alloc_chunk
[pandora-kernel.git] / fs /
2008-09-25 Chris MasonBtrfs: Add 1MB to the min_free in alloc_chunk
2008-09-25 Chris MasonBtrfs: Scale the bdi ra_pages by the number of devices...
2008-09-25 Chris MasonForce page->private removal in btrfs_invalidatepage
2008-09-25 Chris MasonBtrfs: Set the btree inode i_size to OFFSET_MAX
2008-09-25 Chris MasonBtrfs: Fix chunk allocation when some devices don't...
2008-09-25 Chris MasonBtrfs: Calculate appropriate chunk sizes for both small...
2008-09-25 Chris MasonBtrfs: Don't drop extent_map cache during releasepage...
2008-09-25 Chris MasonBtrfs: Add support for labels in the super block
2008-09-25 Chris MasonBtrfs: Check device uuids along with devids
2008-09-25 Chris MasonBtrfs: Remove bogus max_sector warnings from the extent...
2008-09-25 Chris MasonBtrfs: Avoid 64 bit div for RAID10
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 Chris MasonBtrfs: Only do async bio submission for pdflush
2008-09-25 Chris MasonBtrfs: Don't wait on tree block writeback before freein...
2008-09-25 Chris MasonBtrfs: Write bio checksumming outside the FS mutex
2008-09-25 Chris MasonBtrfs: Create a work queue for bio writes
2008-09-25 Chris MasonBtrfs: Add RAID10 support
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonBtrfs: A few updates for 2.6.18 and versions older...
2008-09-25 Chris MasonAdd a min size parameter to btrfs_alloc_extent
2008-09-25 MiguelBtrfs: bio_endio support for linux 2.6.23 and older.
2008-09-25 MiguelBtrfs: define write_cache_pages for linux kernel <...
2008-09-25 MiguelBtrfs: Endianess bug fix for v0.13 with kernels
2008-09-25 Chris MasonBtrfs: Fixup a few u64<->pointer casts for 32 bit
2008-09-25 Chris MasonBtrfs: Add extra checks to avoid removing extent_state...
2008-09-25 Chris MasonBtrfs: Write out all super blocks on commit, and bring...
2008-09-25 Chris MasonBtrfs: Add O_DIRECT read and write (writes == buffered...
2008-09-25 Chris MasonBtrfs: Disable extra debugging checks on tree blocks
2008-09-25 Chris MasonBtrfs: Handle checksumming errors while reading data...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Handle data block end_io through the async work...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Add additional debugging for metadata checksum...
2008-09-25 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-09-25 Chris MasonBtrfs: Fix allocation profile init
2008-09-25 Chris MasonBtrfs: Don't allow written blocks from this transaction...
2008-09-25 Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 Chris MasonBtrfs: Properly dirty buffers in the split corner cases
2008-09-25 Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25 Chris MasonBtrfs: Keep fs_mutex during reads done by snapshot...
2008-09-25 Alex Chiangbtrfs-progs: Stop stomping on 'name' input parameter
2008-09-25 PeterBtrfs: Correct usage of IS_ERR() in extent_io.c
2008-09-25 YanFix btrfs_fill_super to return -EINVAL when no FS found
2008-09-25 Chris MasonReorder the flags field in struct btrfs_header and...
2008-09-25 Chris MasonBtrfs: Add leak debugging for extent_buffer and extent_...
2008-09-25 Chris MasonBtrfs: Use a higher default ra pages
2008-09-25 Chris MasonCreate a btrfs backing dev info
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Add support for device scanning and detection...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Move device information into the super block...
2008-09-25 Chris MasonBtrfs: Make the FS tree the last objectid in the tree...
2008-09-25 Chris MasonAdd /dev/btrfs-control for device scanning ioctls
2008-09-25 Chris MasonBtrfs: Bring back find_free_extent CPU usage optimizations
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonMatch the extent tree code to btrfs-progs for multi...
2008-09-25 Chris MasonBtrfs: Use KM_USERN instead of KM_IRQ during data summing
2008-09-25 Chris MasonBtrfs: Disable sysfs files on older kernels
2008-09-25 Chris MasonBtrfs: Make sure bio pages are adjacent during bulk...
2008-09-25 Chris MasonBtrfs: Misc 2.6.25 updates
2008-09-25 Greg KHbtrfs: fixes for kobject changes in mainline
2008-09-25 Chris MasonBtrfs: While doing checksums on bios, cache the extent_...
2008-09-25 Chris MasonBtrfs: checksum file data at bio submission time instea...
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 Yan ZhengBtrfs: Fix looping on readdir of the subvol roots
2008-09-25 Chris MasonBtrfs: Properly clear dirty and delalloc extent bits...
2008-09-25 Chris MasonBtrfs: Remove extent back refs in batches, and avoid...
2008-09-25 Chris MasonBtrfs: Allocator improvements
2008-09-25 Chris MasonBtrfs: Disable tree defrag in SSD mode
2008-09-25 David MillerBtrfs: unaligned access fixes
2008-09-25 YanBtrfs: Fix "no csum found for inode" issue.
2008-09-25 Chris MasonBtrfs: Fix i_blocks accounting
2008-09-25 Chris MasonBtrfs: Create larger bios for btree blocks
2008-09-25 Chris MasonBtrfs: Don't case unsigned long to int in bio submission
2008-09-25 Chris MasonBtrfs: Use 2MB as the empty_size for clustered allocations
2008-09-25 Yanbtrfs_drop_extents: handle BTRFS_INODE_REF_KEY types
2008-09-25 Chris MasonBtrfs: Add checks for last byte in disk to allocator...
2008-09-25 YanBtrfs: Fix hole creation in file_write
2008-09-25 Chris MasonBtrfs: Update magic
2008-09-25 Chris MasonBtrfs: Add debugging for block group update failure
2008-09-25 YanBtrfs: Fix typo in extent_io.c
2008-09-25 Chris MasonBtrfs: Lower stack usage in transaction.c
2008-09-25 Chris MasonBtrfs: Fix delalloc account on state deletion
2008-09-25 YanCall btrfs_cow_block while lowering tree level.
2008-09-25 Chris MasonBtrfs: Use last_alloc optimizations for metadata, even...
2008-09-25 Chris MasonBtrfs: Hash in the offset and owner for file extent...
2008-09-25 Chris MasonBtrfs: Insert extent record and the first backref in...
2008-09-25 Chris MasonBtrfs: Add a lookup cache to the extent state tree
2008-09-25 Chris MasonBtrfs: Add data block hints to SSD mode too
2008-09-25 Chris MasonBtrfs: Enable delalloc accounting
2008-09-25 Yanbtrfs_drop_extent fixe for inline items > 8K
2008-09-25 Chris MasonFix hole start calculation in btrfs_settar
2008-09-25 Chris MasonProperly align the hole size in btrfs_setattr
2008-09-25 YanBtrfs: Align extent length to sectorsize in
2008-09-25 Chris MasonBtrfs: Copy correct tree when inserting into slot 0
2008-09-25 Chris MasonBtrfs: Leave on the tree defragger in mount -o ssd...
2008-09-25 Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
next