summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Start btree concurrency work.Chris Mason12-214/+579
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason3-1/+10
2008-09-25BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig1-0/+3
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig4-729/+796
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig1-12/+49
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason3-16/+28
2008-09-25Btrfs: Worker thread optimizationsChris Mason2-34/+73
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason1-1/+8
2008-09-25Btrfs: Fix mount -o max_inline=0Chris Mason1-2/+5
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason8-132/+626
2008-09-25btrfs: allow scanning multiple devices during mountChristoph Hellwig1-5/+16
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig3-108/+141
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig1-1/+7
2008-09-25btrfs: tiny makefile cleanupChristoph Hellwig1-7/+1
2008-09-25Btrfs: transaction ioctlsSage Weil5-2/+83
2008-09-25Btrfs: Dislable acl xattr handlersYan1-6/+6
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt1-3/+3
2008-09-25btrfsctl -A error code fixupLinda Knippers1-2/+2
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener3-1/+39
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason1-1/+3
2008-09-25btrfs delete ordered inode handling fixMingming5-32/+23
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason1-7/+0
2008-09-25Btrfs: Allocator fix variety packChris Mason5-97/+209
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason1-2/+1
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason1-1/+1
2008-09-25Btrfs: Enable btree balancing on old kernels againChris Mason1-3/+0
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason2-0/+10
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason3-15/+17
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason3-15/+63
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason6-109/+253
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason9-49/+155
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason6-64/+55
2008-09-25Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls foreverChris Mason1-0/+8
2008-09-25Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason2-3/+19
2008-09-25Btrfs: A number of nodatacow fixesChris Mason2-5/+23
2008-09-25Btrfs: Only open block devices once during mount -o subvol=Chris Mason1-0/+3
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason3-5/+19
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason3-12/+156
2008-09-25Btrfs: Add support for online device removalChris Mason8-122/+412
2008-09-25Btrfs: Fix clone ioctl to not hold the path over insertsChris Mason1-32/+47
2008-09-25Btrfs: Silence bogus inode.c compiler warningsChris Mason1-2/+2
2008-09-25Btrfs: Add workaround for AppArmor changing remove_suid()Jeff Mahoney2-0/+30
2008-09-25Btrfs: Fix do_sync_file_range ifdefs (2.6.22)Chris Mason1-1/+1
2008-09-25Btrfs: Compile warning fixup in volume.cChris Mason1-1/+1
2008-09-25Btrfs: Clone file data ioctlSage Weil5-11/+179
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason3-7/+26
2008-09-25Btrfs: Tune stripe selection for raid1 and raid10Chris Mason1-10/+7
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason4-8/+33
2008-09-25Btrfs: Drop some verbose printksChris Mason3-23/+10
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason5-27/+208