aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason2008-09-251-7/+0
* Btrfs: Avoid 64 bit div for RAID10Chris Mason2008-09-251-1/+1
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-255-15/+168
* Btrfs: Only do async bio submission for pdflushChris Mason2008-09-251-0/+7
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-253-6/+2
* Btrfs: Write bio checksumming outside the FS mutexChris Mason2008-09-253-16/+45
* Btrfs: Create a work queue for bio writesChris Mason2008-09-255-13/+119
* Btrfs: Add RAID10 supportChris Mason2008-09-253-5/+49
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-257-62/+160
* Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason2008-09-253-11/+24
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-253-4/+13
* Btrfs: bio_endio support for linux 2.6.23 and older.Miguel2008-09-252-1/+8
* Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel2008-09-251-2/+1
* Btrfs: Endianess bug fix for v0.13 with kernelsMiguel2008-09-253-9/+24
* Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason2008-09-251-3/+5
* Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason2008-09-251-0/+6
* Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason2008-09-254-8/+122
* Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason2008-09-252-2/+75
* Btrfs: Disable extra debugging checks on tree blocksChris Mason2008-09-251-0/+1
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-254-1/+126
* Btrfs: Retry metadata reads in the face of checksum failuresChris Mason2008-09-257-52/+138
* Btrfs: Handle data block end_io through the async work queueChris Mason2008-09-253-12/+28
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-257-67/+310
* Btrfs: Add additional debugging for metadata checksum failuresChris Mason2008-09-253-4/+55
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-09-254-69/+103
* Btrfs: Fix allocation profile initChris Mason2008-09-253-21/+13
* Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason2008-09-251-1/+3
* Btrfs: Add support for duplicate blocks on a single spindleChris Mason2008-09-254-9/+37
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-256-93/+198
* Btrfs: Properly dirty buffers in the split corner casesChris Mason2008-09-251-0/+2
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-255-36/+60
* Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason2008-09-251-3/+4
* btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang2008-09-251-1/+1
* Btrfs: Correct usage of IS_ERR() in extent_io.cPeter2008-09-251-9/+9
* Fix btrfs_fill_super to return -EINVAL when no FS foundYan2008-09-253-5/+4
* Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason2008-09-253-9/+42
* Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason2008-09-253-3/+30
* Btrfs: Use a higher default ra pagesChris Mason2008-09-251-1/+1
* Create a btrfs backing dev infoChris Mason2008-09-253-0/+60