summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-15/+1
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo1-2/+1
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-1/+23
2012-12-17Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+4
2012-12-17Btrfs: do not call file_update_time in aio_writeJosef Bacik1-24/+18
2012-12-17Btrfs: log changed inodes based on the extent map treeJosef Bacik1-53/+32
2012-12-17Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik1-2/+2
2012-12-17Btrfs: keep track of the extents original block lengthJosef Bacik1-4/+18
2012-12-17Btrfs: inline csums if we're fsyncingJosef Bacik1-1/+10
2012-12-17Btrfs: only log the inode item if we can get away with itJosef Bacik1-0/+1
2012-12-17Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie1-2/+1
2012-12-17Btrfs: don't auto defrag a file when doing directIOMiao Xie1-3/+0
2012-12-17Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger1-12/+11
2012-12-17Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+6
2012-12-17Btrfs: add fiemap's flag checkTsutomu Itoh1-0/+8
2012-12-13Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-7/+20
2012-12-13Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-7/+5
2012-12-13Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-31/+11
2012-12-13fs/btrfs: drop if around WARN_ONJulia Lawall1-2/+1
2012-12-13fs/btrfs: use WARNJulia Lawall1-2/+1
2012-12-13Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie1-30/+47
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-6/+72
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-2/+3
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/mas...Linus 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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-03fs: 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/ebi...Linus 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/jik...Linus Torvalds1-2/+2