Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason
2008-09-25btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang
2008-09-25Btrfs: Correct usage of IS_ERR() in extent_io.cPeter
2008-09-25Fix btrfs_fill_super to return -EINVAL when no FS foundYan
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason
2008-09-25Btrfs: Use a higher default ra pagesChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason
2008-09-25Btrfs: Make the FS tree the last objectid in the tree of tree rootsChris Mason
2008-09-25Add /dev/btrfs-control for device scanning ioctlsChris Mason
2008-09-25Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Match the extent tree code to btrfs-progs for multi-device mergingChris Mason
2008-09-25Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason
2008-09-25Btrfs: Disable sysfs files on older kernelsChris Mason
2008-09-25Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason
2008-09-25btrfs: fixes for kobject changes in mainlineGreg KH
2008-09-25Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason
2008-09-25Btrfs: Properly cast before shiftingChris Mason
2008-09-25Btrfs: Take the extent lock before dropping the delalloc bitsChris Mason
2008-09-25Btrfs: Fix looping on readdir of the subvol rootsYan Zheng
2008-09-25Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...Chris Mason
2008-09-25Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason
2008-09-25Btrfs: Allocator improvementsChris Mason
2008-09-25Btrfs: Disable tree defrag in SSD modeChris Mason
2008-09-25Btrfs: unaligned access fixesDavid Miller
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan
2008-09-25Btrfs: Fix i_blocks accountingChris Mason
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason
2008-09-25Btrfs: Don't case unsigned long to int in bio submissionChris Mason
2008-09-25Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason
2008-09-25btrfs_drop_extents: handle BTRFS_INODE_REF_KEY typesYan
2008-09-25Btrfs: Add checks for last byte in disk to allocator groupingChris Mason
2008-09-25Btrfs: Fix hole creation in file_writeYan
2008-09-25Btrfs: Update magicChris Mason
2008-09-25Btrfs: Add debugging for block group update failureChris Mason
2008-09-25Btrfs: Fix typo in extent_io.cYan
2008-09-25Btrfs: Lower stack usage in transaction.cChris Mason
2008-09-25Btrfs: Fix delalloc account on state deletionChris Mason
2008-09-25Call btrfs_cow_block while lowering tree level.Yan
2008-09-25Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason
2008-09-25Btrfs: Hash in the offset and owner for file extent backref keysChris Mason