summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie
2012-10-09btrfs: extended inode refsMark Fasheh
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-01Btrfs: fix unnecessary warning when the fragments make the space alloc failMiao Xie
2012-10-01Btrfs: create a pinned em when writing to a prealloc range in DIOJosef Bacik
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie
2012-10-01btrfs: polish names of kmem cachesDavid Sterba
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie
2012-10-01Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs()Sage Weil
2012-10-01Btrfs: add hole punchingJosef Bacik
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo
2012-10-01Btrfs: fix wrong orphan count of the fs/file treeMiao Xie
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: do not needlessly restart the transaction for enospcJosef Bacik
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-10-01Btrfs: update last trans if we don't update the inodeJosef Bacik
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-01btrfs: fix comment typo in btrfs_finish_ordered_ioLiu Bo
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo
2012-08-28Btrfs: fix a dio write regressionLiu Bo
2012-08-28Btrfs: fix enospc problems when deleting a subvolJosef Bacik
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik
2012-08-28Btrfs: lock extents as we map them in DIOJosef Bacik
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31btrfs: Convert to new freezing mechanismJan Kara
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro