summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Btrfs: handle a missing extent for the first file extentJosef Bacik1-2/+9
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+8
2013-11-11Btrfs: free reserved space on error in a few placesJosef Bacik1-0/+2
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana1-2/+4
2013-11-11Btrfs: improve jitter performance of the sequential buffered writeMiao Xie1-3/+4
2013-11-11Btrfs: do not release metadata for space cache inodesJosef Bacik1-1/+7
2013-11-11Btrfs: fix tracking of orphan inode countFilipe David Borba Manana1-5/+8
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-2/+2
2013-11-11Btrfs: don't store NULL byte in symlink extentsFilipe David Borba Manana1-2/+2
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens1-13/+8
2013-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik1-0/+1
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2013-10-10Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+11
2013-09-21Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun1-0/+2
2013-09-21Btrfs: iput inode on allocation failureJosef Bacik1-0/+4
2013-09-21Btrfs: more efficient inode tree replace operationFilipe David Borba Manana1-5/+5
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-334/+281
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-09-01Btrfs: only update disk_i_size as we remove extentsJosef Bacik1-3/+28
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik1-14/+46
2013-09-01Btrfs: do not clear our orphan item runtime flag on eexistJosef Bacik1-2/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-15/+8
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-145/+72
2013-09-01Btrfs: fix the error handling wrt orphan itemsJosef Bacik1-15/+26
2013-09-01Btrfs: allow compressed extents to be merged during defragmentLiu Bo1-6/+8
2013-09-01Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik1-21/+28
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik1-97/+65
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-51/+34
2013-09-01Btrfs: reset ret in record_one_backrefJosef Bacik1-2/+1
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-281/+220
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik1-1/+9
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie1-9/+1
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-15/+25
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik1-2/+16
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik1-5/+10
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik1-1/+5
2013-06-29[readdir] convert btrfsAl Viro1-33/+16
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik1-1/+3
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik1-1/+4
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik1-190/+22
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-2/+2