summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-2/+0Star
* Btrfs: Add a mount option to control worker thread pool sizeChris Mason2008-09-251-1/+12
* Btrfs: Fix mount -o max_inline=0Chris Mason2008-09-251-2/+5
* btrfs: allow scanning multiple devices during mountChristoph Hellwig2008-09-251-5/+16
* btrfs: sanity mount option parsing and early mount codeChristoph Hellwig2008-09-251-105/+136
* Btrfs: transaction ioctlsSage Weil2008-09-251-1/+1
* btrfsctl -A error code fixupLinda Knippers2008-09-251-2/+2
* btrfs delete ordered inode handling fixMingming2008-09-251-1/+0Star
* Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason2008-09-251-10/+15
* Btrfs: Add support for online device removalChris Mason2008-09-251-27/+8Star
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-251-0/+1
* Fix btrfs_fill_super to return -EINVAL when no FS foundYan2008-09-251-2/+2
* Btrfs: Add support for device scanning and detection ioctlsChris Mason2008-09-251-17/+44
* Add /dev/btrfs-control for device scanning ioctlsChris Mason2008-09-251-1/+40
* Btrfs: Misc 2.6.25 updatesChris Mason2008-09-251-1/+10
* Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason2008-09-251-1/+18
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-1/+9
* Btrfs: Add basic lockfs callsYan2008-09-251-1/+13
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-251-1/+8
* Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason2008-09-251-1/+1
* Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason2008-09-251-0/+1
* Btrfs: Add flush barriers on commitChris Mason2008-09-251-1/+8
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-251-1/+15
* Btrfs: Support for online FS resize (grow and shrink)Chris Mason2008-09-251-3/+4
* Btrfs: Back port to 2.6.18-el kernelsChris Mason2008-09-251-0/+1
* Btrfs: Add mount option to enforce a max extent sizeChris Mason2008-09-251-1/+45
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-251-7/+27
* Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason2008-09-251-2/+15
* Btrfs: Return value checking in module initWyatt Banks2008-09-251-3/+18
* xattr support for btrfsJosef Bacik2008-09-251-0/+2
* Btrfs: Allow tails larger than one pageChris Mason2008-09-251-2/+0Star
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-2/+4
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-3/+4
* Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason2007-08-291-10/+39
* Btrfs: Add mount into directory supportYan2007-08-291-3/+120
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-291-0/+14
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-271-0/+1
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-271-0/+2
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-101-0/+2
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-261-1/+1
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-2/+1Star
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
* Btrfs: split up super.cChris Mason2007-06-121-2867/+12Star
* Btrfs: fix oops after block group lookupChris Mason2007-06-121-6/+2Star
* Btrfs: remove device treeChris Mason2007-06-091-88/+0Star
* Btrfs: add compat ioctlChris Mason2007-06-081-2/+25
* Btrfs: d_type optimizationChris Mason2007-06-081-9/+57
* Btrfs: fixup various fsx failuresChris Mason2007-05-291-32/+181
* Btrfs: sparse files!Chris Mason2007-05-241-22/+99
* Btrfs: symlinks and hard linksChris Mason2007-05-241-16/+147