summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-12-16Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie
2012-12-16Btrfs: don't auto defrag a file when doing directIOMiao Xie
2012-12-16Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-16Btrfs: add fiemap's flag checkTsutomu Itoh
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie
2012-12-11Btrfs: improve the noflush reservationMiao Xie
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-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: 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