summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-253-15/+54
* Btrfs: Add flush barriers on commitChris Mason2008-09-253-3/+16
* Btrfs: Remove extent_map debugging messageChris Mason2008-09-251-1/+0
* Btrfs: Add inode flags supportYan2008-09-253-14/+24
* Btrfs: online shrinking fixesChris Mason2008-09-252-11/+36
* Btrfs: Disable btree reada during extent backref lookups.Chris Mason2008-09-251-0/+4
* Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason2008-09-256-0/+26
* Btrfs: Move snapshot creation to commit timeChris Mason2008-09-253-67/+100
* Btrfs: Add data=ordered supportChris Mason2008-09-2513-28/+387
* Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason2008-09-251-10/+36
* Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason2008-09-251-1/+21
* Properly call btrfs_search_slot while shrinkingChris Mason2008-09-251-1/+9
* Btrfs: Lower the max inline size to 8kChris Mason2008-09-251-1/+1
* Btrfs: Change st_blocksize to 4kChris Mason2008-09-252-2/+9
* Btrfs: Properly handle overlapping extent in shrink_extent_treeYan2008-09-251-84/+56
* Btrfs: Add a helper that finds previous extent itemYan2008-09-251-44/+36
* Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason2008-09-251-2/+4
* count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason2008-09-252-3/+3
* Btrfs: Force inlining off in a few places to save stack usageChris Mason2008-09-253-49/+54
* Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason2008-09-252-4/+10
* Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason2008-09-255-43/+63
* Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason2008-09-252-44/+11
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-255-9/+28
* Btrfs: Fix NULL block groups on reading the inodeChris Mason2008-09-252-2/+6
* Btrfs: Support for online FS resize (grow and shrink)Chris Mason2008-09-258-14/+629
* Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason2008-09-252-3/+3
* Btrfs: Implement basic support for -ENOSPCChris Mason2008-09-256-28/+193
* Btrfs: Less aggressive readahead on deletesChris Mason2008-09-251-9/+11
* Btrfs: Fix nodatacow extent lookupChris Mason2008-09-251-1/+0
* Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason2008-09-252-2/+8
* kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason2008-09-252-24/+56
* Btrfs: Back port to 2.6.18-el kernelsChris Mason2008-09-259-20/+239
* Btrfs: Add mount option to enforce a max extent sizeChris Mason2008-09-254-11/+65
* Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason2008-09-251-0/+10
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-255-25/+293
* Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason2008-09-254-9/+34
* Fixes for loopback files in btrfsChris Mason2008-09-252-2/+14
* Off by one fix for btrfs_drop_extentsYan2008-09-251-1/+2
* Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason2008-09-252-10/+10
* Fix btrfs_inc_ref to add backref hintsChris Mason2008-09-251-2/+4
* Btrfs: Fix typo in .. check (thanks Yan)Chris Mason2008-09-251-1/+1
* Btrfs: Add backrefs for symbolic link inodesChris Mason2008-09-251-17/+13
* Btrfs: Extra NULL block group checks in find_free_extentChris Mason2008-09-251-0/+6
* Btrfs: Add back pointers from the inode to the directory that references itChris Mason2008-09-253-143/+272
* Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason2008-09-254-19/+110
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-258-105/+577
* Btrfs: Implement generation numbers in block pointersChris Mason2008-09-253-8/+115
* Btrfs: section mismatch warningsChristian Hesse2008-09-253-3/+3
* Btrfs: Fix buffer get/release issue in create_snapshotYan2008-09-251-2/+2
* Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason2008-09-251-11/+17
OpenPOWER on IntegriCloud