summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Reinstate '-osubvol=.' option to mount entire treeDavid Woodhouse1-15/+19
2008-09-25Mask root object ID into f_fsid in btrfs_statfs()David Woodhouse1-0/+4
2008-09-25Fill f_fsid field in btrfs_statfs()David Woodhouse1-0/+6
2008-09-25NFS support for btrfs - v3Balaji Rao1-0/+2
2008-09-25Btrfs: Various small fixes.Yan Zheng1-0/+2
2008-09-25Btrfs: Add ACL supportJosef Bacik1-2/+7
2008-09-25Btrfs: Add version strings on module loadChris Mason1-0/+3
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-1/+0
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-10/+6
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-2/+0
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason1-1/+12
2008-09-25Btrfs: Fix mount -o max_inline=0Chris Mason1-2/+5
2008-09-25btrfs: allow scanning multiple devices during mountChristoph Hellwig1-5/+16
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig1-105/+136
2008-09-25Btrfs: transaction ioctlsSage Weil1-1/+1
2008-09-25btrfsctl -A error code fixupLinda Knippers1-2/+2
2008-09-25btrfs delete ordered inode handling fixMingming1-1/+0
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason1-10/+15
2008-09-25Btrfs: Add support for online device removalChris Mason1-27/+8
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason1-0/+1
2008-09-25Fix btrfs_fill_super to return -EINVAL when no FS foundYan1-2/+2
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason1-17/+44
2008-09-25Add /dev/btrfs-control for device scanning ioctlsChris Mason1-1/+40
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason1-1/+10
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason1-1/+18
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-1/+9
2008-09-25Btrfs: Add basic lockfs callsYan1-1/+13
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason1-1/+8
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-1/+1
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason1-0/+1
2008-09-25Btrfs: Add flush barriers on commitChris Mason1-1/+8
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason1-1/+15
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-3/+4
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-0/+1
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason1-1/+45
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason1-7/+27
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason1-2/+15
2008-09-25Btrfs: Return value checking in module initWyatt Banks1-3/+18
2008-09-25xattr support for btrfsJosef Bacik1-0/+2
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-2/+0
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-2/+4
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-3/+4
2007-08-29Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason1-10/+39
2007-08-29Btrfs: Add mount into directory supportYan1-3/+120
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-0/+14
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-0/+1
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-0/+2
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-0/+2
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason1-1/+1
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-2/+1