summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: do not run snapshot-aware defragment on errorLiu Bo
2013-11-11Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik
2013-11-11Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik
2013-11-11Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: handle a missing extent for the first file extentJosef Bacik
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik
2013-11-11Btrfs: free reserved space on error in a few placesJosef Bacik
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana
2013-11-11Btrfs: improve jitter performance of the sequential buffered writeMiao Xie
2013-11-11Btrfs: do not release metadata for space cache inodesJosef Bacik
2013-11-11Btrfs: fix tracking of orphan inode countFilipe David Borba Manana
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-11-11Btrfs: don't store NULL byte in symlink extentsFilipe David Borba Manana
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens
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