aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-255-27/+208
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-256-0/+108
* Btrfs: Do more optimal file RA during shrinking and defragChris Mason2008-09-252-9/+22
* Btrfs: Avoid recursive chunk allocationsChris Mason2008-09-251-1/+1
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-256-108/+407
* Btrfs: write_cache_pages came in 2.6.22Chris Mason2008-09-251-1/+1
* Btrfs: Add failure handling for read_sys_arrayChris Mason2008-09-252-9/+18
* Btrfs: write_extent_pages came in 2.6.23Chris Mason2008-09-251-1/+1
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-256-2/+28
* Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2008-09-252-9/+30
* Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-09-251-7/+12
* Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason2008-09-251-1/+1
* Btrfs: Make sure nodes have enough room for a double splitChris Mason2008-09-251-1/+1
* Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason2008-09-252-7/+22
* Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason2008-09-253-12/+23
* Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason2008-09-251-0/+8
* Deal with page == NULL in the btrfs_unplug_io_fnChris Mason2008-09-251-2/+30
* Btrfs: Add a special device list for chunk allocationsChris Mason2008-09-252-5/+17
* Btrfs: Simplify device selection for mirrored readsChris Mason2008-09-252-20/+11
* Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason2008-09-254-38/+75
* Btrfs: Remove debugging statements from the invalidatepage callsChris Mason2008-09-252-2/+3
* Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason2008-09-251-0/+3
* Btrfs: Scale the bdi ra_pages by the number of devices in the FSChris Mason2008-09-251-1/+3
* Force page->private removal in btrfs_invalidatepageChris Mason2008-09-252-0/+18
* Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason2008-09-251-7/+26
* Btrfs: Fix chunk allocation when some devices don't have enough room for stripesChris Mason2008-09-251-16/+29
* Btrfs: Calculate appropriate chunk sizes for both small and large filesystemsChris Mason2008-09-251-7/+61
* Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason2008-09-253-20/+44
* Btrfs: Add support for labels in the super blockChris Mason2008-09-252-8/+11
* Btrfs: Check device uuids along with devidsChris Mason2008-09-252-7/+28