aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Fix btrfs b0rkageAl Viro1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-94/+207
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason3-3/+36
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason1-1/+4
2010-12-10Btrfs: fix compiler warningsJan Beulich2-7/+5
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan2-22/+36
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong1-32/+60
2010-12-10Btrfs: Fix a crash when mounting a subvolumeLi Zefan1-1/+1
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil1-9/+11
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng1-1/+1
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik1-3/+7
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik1-1/+5
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik2-9/+13
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds15-114/+572
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason1-1/+6
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason3-4/+89
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik2-7/+33
2010-11-27Btrfs: fix fiemapJosef Bacik1-9/+54
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent1-0/+6
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason1-2/+4
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik4-12/+43
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-21Btrfs: handle NFS lookups properlyJosef Bacik1-0/+76
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski1-3/+3
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-11-21Btrfs: handle the space_cache option properlyJosef Bacik1-0/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-11-21btrfs: fix panic caused by direct IOMiao Xie1-21/+184
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie3-18/+8
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie1-6/+3
2010-11-21Btrfs: add migrate page for metadata inodeChris Mason1-2/+25
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds25-512/+2363
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason1-1/+2
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil3-5/+116
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil2-25/+93
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil4-0/+89
2010-10-29Btrfs: async transaction commitSage Weil4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4