aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-251-2/+2
* btrfs_start_transaction: wait for commits in progress to finishChris Mason2008-09-251-0/+1
* Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason2008-09-251-0/+6
* Btrfs: New data=ordered implementationChris Mason2008-09-251-2/+17
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-0/+1
* Btrfs: Online btree defragmentation fixesChris Mason2008-09-251-1/+6
* Btrfs: Add btree locking to the tree defragmentation codeChris Mason2008-09-251-0/+2
* Btrfs: Replace the transaction work queue with kthreadsChris Mason2008-09-251-9/+4
* Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason2008-09-251-0/+1
* Drop locks in btrfs_search_slot when reading a tree block.Chris Mason2008-09-251-1/+0
* 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