aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-10Btrfs: use right root when checking for hash collisionJosef Bacik
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-21Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun
2013-09-21Btrfs: iput inode on allocation failureJosef Bacik
2013-09-21Btrfs: more efficient inode tree replace operationFilipe David Borba Manana
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-01Btrfs: only update disk_i_size as we remove extentsJosef Bacik
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik
2013-09-01Btrfs: do not clear our orphan item runtime flag on eexistJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik
2013-09-01Btrfs: fix the error handling wrt orphan itemsJosef Bacik
2013-09-01Btrfs: allow compressed extents to be merged during defragmentLiu Bo
2013-09-01Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-09-01Btrfs: reset ret in record_one_backrefJosef Bacik
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik
2013-06-29[readdir] convert btrfsAl Viro
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-08btrfs: Drop inode if inode root is NULLNaohiro Aota
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie