aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+3
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik1-4/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-120/+266
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh1-1/+2
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik1-3/+1
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie1-15/+4
2012-10-09btrfs: extended inode refsMark Fasheh1-9/+14
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba1-2/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2012-10-01Btrfs: fix unnecessary warning when the fragments make the space alloc failMiao Xie1-1/+1
2012-10-01Btrfs: create a pinned em when writing to a prealloc range in DIOJosef Bacik1-0/+55
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie1-10/+9
2012-10-01btrfs: polish names of kmem cachesDavid Sterba1-5/+5
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo1-8/+12
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-4/+4
2012-10-01Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs()Sage Weil1-2/+0
2012-10-01Btrfs: add hole punchingJosef Bacik1-7/+21
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik1-9/+3
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo1-0/+2
2012-10-01Btrfs: fix wrong orphan count of the fs/file treeMiao Xie1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo1-0/+1
2012-10-01Btrfs: do not needlessly restart the transaction for enospcJosef Bacik1-35/+18
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-10/+110
2012-10-01Btrfs: update last trans if we don't update the inodeJosef Bacik1-0/+2
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman1-4/+4
2012-09-01btrfs: fix comment typo in btrfs_finish_ordered_ioLiu Bo1-2/+2
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-162/+164
2012-08-28Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo1-2/+5
2012-08-28Btrfs: fix a dio write regressionLiu Bo1-4/+20
2012-08-28Btrfs: fix enospc problems when deleting a subvolJosef Bacik1-1/+1
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik1-3/+1
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik1-29/+16
2012-08-28Btrfs: lock extents as we map them in DIOJosef Bacik1-129/+127
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy1-1/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-1/+5
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-17/+25
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-0/+4
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-0/+4
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan1-0/+2
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan1-3/+0
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo1-11/+11
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo1-2/+2
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh1-1/+1
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block1-0/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1