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