summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik
2010-11-27Btrfs: fix fiemapJosef Bacik
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik
2010-11-21Btrfs: handle NFS lookups properlyJosef Bacik
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan
2010-11-21Btrfs: handle the space_cache option properlyJosef Bacik
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen
2010-11-21btrfs: fix panic caused by direct IOMiao Xie
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie
2010-11-21Btrfs: add migrate page for metadata inodeChris Mason
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik