aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 15-114/+572
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONGravatar Chris Mason 1-1/+6
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentGravatar Chris Mason 3-4/+89
2010-11-27Btrfs: setup blank root and fs_info for mount timeGravatar Josef Bacik 2-7/+33
2010-11-27Btrfs: fix fiemapGravatar Josef Bacik 1-9/+54
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountGravatar Ian Kent 1-0/+6
2010-11-27Btrfs: update inode ctime when using linksGravatar Josef Bacik 1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateGravatar Josef Bacik 1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeGravatar Josef Bacik 1-4/+5
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferGravatar Chris Mason 1-2/+4
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentGravatar Josef Bacik 1-22/+16
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeGravatar Josef Bacik 1-0/+7
2010-11-21Btrfs: use dget_parent where we can UPDATEDGravatar Josef Bacik 4-12/+43
2010-11-21Btrfs: fix more ESTALE problems with NFSGravatar Josef Bacik 1-0/+1
2010-11-21Btrfs: handle NFS lookups properlyGravatar Josef Bacik 1-0/+76
2010-11-21btrfs: make 1-bit signed fileds unsignedGravatar Mariusz Kozlowski 1-3/+3
2010-11-21btrfs: Show device attr correctly for symlinksGravatar Li Zefan 1-0/+1
2010-11-21btrfs: Set file size correctly in file cloneGravatar Li Zefan 1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileGravatar Li Zefan 1-4/+3
2010-11-21Btrfs: handle the space_cache option properlyGravatar Josef Bacik 1-0/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Gravatar Arne Jansen 1-1/+1
2010-11-21btrfs: fix panic caused by direct IOGravatar Miao Xie 1-21/+184
2010-11-21btrfs: cleanup duplicate bio allocating functionsGravatar Miao Xie 3-18/+8
2010-11-21btrfs: fix free dip and dip->csums twiceGravatar Miao Xie 1-6/+3
2010-11-21Btrfs: add migrate page for metadata inodeGravatar Chris Mason 1-2/+25
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 25-512/+2363
2010-10-30Btrfs: deal with errors from updating the tree logGravatar Chris Mason 1-1/+2
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedGravatar Sage Weil 3-5/+116
2010-10-29Btrfs: make SNAP_DESTROY asyncGravatar Sage Weil 1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlGravatar Sage Weil 2-25/+93
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsGravatar Sage Weil 4-0/+89
2010-10-29Btrfs: async transaction commitGravatar Sage Weil 4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionGravatar Sage Weil 1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlGravatar Sage Weil 1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentGravatar Sage Weil 1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlGravatar Sage Weil 1-3/+5
2010-10-29Btrfs: drop unused variable in block_alloc_rsvGravatar Chris Mason 1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 15-94/+4
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Gravatar Andi Kleen 5-6/+10
2010-10-29Btrfs: Use ERR_CAST helpersGravatar Julia Lawall 2-3/+3
2010-10-29Btrfs: use memdup_user helpersGravatar Julia Lawall 1-14/+6
2010-10-29Btrfs: fix raid code for removing missing drivesGravatar Chris Mason 1-2/+1
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeGravatar Miao Xie 2-69/+49
2010-10-29Btrfs: restructure try_release_extent_buffer()Gravatar Miao Xie 1-11/+37
2010-10-29Btrfs: use the flusher threads for delalloc throttlingGravatar Chris Mason 1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataGravatar Chris Mason 1-4/+18
2010-10-29Btrfs: don't loop forever on bad btree blocksGravatar Chris Mason 1-9/+28
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 7-179/+294
2010-10-29Btrfs: let the user know space caching is enabledGravatar Josef Bacik 1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionGravatar Josef Bacik 4-3/+8