summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-2/+3
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-8/+15
* Btrfs: Add a thread pool just for submit_bioChris Mason2008-09-251-0/+4
* Btrfs: split out ioctl.cChristoph Hellwig2008-09-251-1/+8
* Btrfs: Add a mount option to control worker thread pool sizeChris Mason2008-09-251-0/+1
* Btrfs: Add async worker threads for pre and post IO checksummingChris Mason2008-09-251-3/+11
* btrfs: sanity mount option parsing and early mount codeChristoph Hellwig2008-09-251-2/+1
* Btrfs: transaction ioctlsSage Weil2008-09-251-0/+4
* Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener2008-09-251-0/+3
* Btrfs: Allocator fix variety packChris Mason2008-09-251-0/+2
* Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason2008-09-251-0/+1
* Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason2008-09-251-0/+3
* Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason2008-09-251-1/+1
* Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason2008-09-251-0/+2
* Btrfs: Add support for online device removalChris Mason2008-09-251-1/+2
* Btrfs: Clone file data ioctlSage Weil2008-09-251-2/+2
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-251-1/+1
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-251-0/+2
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-251-0/+1
* Btrfs: Add support for labels in the super blockChris Mason2008-09-251-0/+2
* Btrfs: Check device uuids along with devidsChris Mason2008-09-251-0/+5
* Btrfs: Write bio checksumming outside the FS mutexChris Mason2008-09-251-1/+3
* Btrfs: Create a work queue for bio writesChris Mason2008-09-251-0/+3
* Btrfs: Add RAID10 supportChris Mason2008-09-251-0/+7
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-251-13/+67
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-251-1/+2
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-251-0/+4
* Btrfs: Fix allocation profile initChris Mason2008-09-251-6/+7
* Btrfs: Add support for duplicate blocks on a single spindleChris Mason2008-09-251-0/+1
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-251-2/+7
* Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason2008-09-251-3/+25
* Create a btrfs backing dev infoChris Mason2008-09-251-0/+2
* Btrfs: Implement raid0 when multiple devices are presentChris Mason2008-09-251-0/+3
* Btrfs: Add support for device scanning and detection ioctlsChris Mason2008-09-251-2/+19
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-251-0/+3
* Btrfs: Move device information into the super block so it can be scannedChris Mason2008-09-251-19/+2
* Btrfs: Make the FS tree the last objectid in the tree of tree rootsChris Mason2008-09-251-9/+8
* Btrfs: Dynamic chunk and block group allocationChris Mason2008-09-251-1/+11
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-27/+286
* Btrfs: checksum file data at bio submission time instead of during writepageChris Mason2008-09-251-5/+3
* Btrfs: unaligned access fixesDavid Miller2008-09-251-11/+6
* Btrfs: Fix i_blocks accountingChris Mason2008-09-251-0/+9
* Btrfs: Update magicChris Mason2008-09-251-1/+1
* Btrfs: Add data block hints to SSD mode tooChris Mason2008-09-251-0/+1
* Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason2008-09-251-0/+1
* Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason2008-09-251-3/+14
* Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason2008-09-251-2/+10
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-7/+8
* Btrfs: Fix hole insertion corner casesChris Mason2008-09-251-0/+1
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-251-0/+2