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
AgeCommit message (Expand)Author
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason
2008-09-25Btrfs: Disable delalloc accounting for nowChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason
2008-09-25Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason
2008-09-25Btrfs: Add readonly inode flagYan
2008-09-25Btrfs: Add inode flags supportYan
2008-09-25Btrfs: online shrinking fixesChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Fix nodatacow extent lookupChris Mason
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason
2008-09-25Fixes for loopback files in btrfsChris Mason
2008-09-25Btrfs: Fix typo in .. check (thanks Yan)Chris Mason
2008-09-25Btrfs: Add backrefs for symbolic link inodesChris Mason
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25Btrfs: Fix buffer get/release issue in create_snapshotYan
2008-09-25xattr support for btrfsJosef Bacik
2008-09-25Btrfs: Add readpages supportChris Mason
2008-09-25Properly delete csum item in btrfs_truncate_in_trans.Yan
2008-09-25Btrfs: Add writepages supportChris Mason
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Fix inline extent handling in btrfs_get_extentYan
2008-09-25Btrfs: Compile fixes for 2.6.24-rc1Chris Mason
2008-09-25Fix ENOTEMPTY check in btrfs_rmdirYan
2008-09-25btrfs_inode_by_name return random value.Yan
2008-09-25Btrfs: Off by one fixes in extent_map.cYan
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason
2008-09-25Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe
2008-09-25btrfs: 32-bit type problemsJens Axboe