Btrfs: Add support for device scanning and detection ioctls
[linux-2.6-block.git] / fs /
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...
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25 Chris MasonBtrfs: Add inode item and backref in one insert, reduci...
2008-09-25 Chris MasonBtrfs: During deletes and truncate, remove many items...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Add some extra debugging around file data checks...
2008-09-25 Chris MasonBtrfs: Force f_pos to the max when a readdir hits the...
2008-09-25 Chris MasonBtrfs: Tune readahead during defrag to avoid reading...
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: Include sched.h in the acl code for current...
2008-09-25 YanBtrfs: Add basic lockfs calls
2008-09-25 YanBtrfs: Fix for test_range_bit
2008-09-25 YanFix for btrfs_find_free_objectid
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Use blk_congestion_wait on older kernels
2008-09-25 YanBtrfs: Fix compile on 2.6.22 kernel
2008-09-25 YanBtrfs: Fix compile on kernel without ACLs enabled
2008-09-25 Chris MasonBtrfs: Fix data=ordered vs wait_on_inode deadlock on...
2008-09-25 Chris MasonBtrfs: Run igrab on data=ordered inodes to prevent...
2008-09-25 Chris MasonBtrfs: Disable delalloc accounting for now
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Add drop inode func to avoid data=ordered deadlock
2008-09-25 Chris MasonBtrfs: Delete any remaining extent_maps before freeing...
2008-09-25 Chris MasonBtrfs: Only delete roots from sysfs when they were...
2008-09-25 Chris MasonBtrfs: Change magic string to reflect new format
2008-09-25 YanBtrfs: Add readonly inode flag
2008-09-25 YanBtrfs: Implement ACLs setting and getting
2008-09-25 Chris MasonBtrfs: Remove verbose WARN_ON
2008-09-25 Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
2008-09-25 Chris MasonBtrfs: Add flush barriers on commit
2008-09-25 Chris MasonBtrfs: Remove extent_map debugging message
2008-09-25 YanBtrfs: Add inode flags support
2008-09-25 Chris MasonBtrfs: online shrinking fixes
2008-09-25 Chris MasonBtrfs: Disable btree reada during extent backref lookups.
2008-09-25 Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25 Chris MasonBtrfs: Move snapshot creation to commit time
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Change tree block csum tagging to avoid false...
2008-09-25 Chris MasonBtrfs: resizer: don't hold the fs_mutex for long period...
2008-09-25 Chris MasonProperly call btrfs_search_slot while shrinking
2008-09-25 Chris MasonBtrfs: Lower the max inline size to 8k
2008-09-25 Chris MasonBtrfs: Change st_blocksize to 4k
2008-09-25 YanBtrfs: Properly handle overlapping extent in shrink_ext...
2008-09-25 YanBtrfs: Add a helper that finds previous extent item
2008-09-25 Chris MasonBtrfs: Fix lock ordering of the snapshot semaphore...
2008-09-25 Chris Masoncount_snapshots: Properly update the leaf pointer after...
2008-09-25 Chris MasonBtrfs: Force inlining off in a few places to save stack...
2008-09-25 Chris MasonBtrfs: 32 bit compile fixes for the resizer and enospc...
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
next