aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-20Fix btrfs b0rkageAl Viro
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason
2010-12-10Btrfs: fix compiler warningsJan Beulich
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong
2010-12-10Btrfs: Fix a crash when mounting a subvolumeLi Zefan
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik
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