summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik1-1/+1
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-124/+322
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+18
2014-01-29Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason1-9/+9
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-4/+11
2014-01-29btrfs: fix warning while merging two adjacent extentsGui Hecheng1-1/+1
2014-01-28Btrfs: fix transaction abortion when remounting btrfs from RW to ROWang Shilong1-2/+2
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-6/+36
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-32/+55
2014-01-28Btrfs: fix the wrong nocow range checkMiao Xie1-2/+5
2014-01-28Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana1-1/+0
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie1-2/+53
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-28Btrfs: fix a warning when iput a fileWang Shilong1-0/+2
2014-01-28Btrfs: remove dead comments for read_csums()Wang Shilong1-6/+0
2014-01-28Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh1-4/+11
2014-01-28Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana1-14/+84
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen1-3/+3
2014-01-28btrfs: remove unused variable from btrfs_new_inodeValentina Giusti1-6/+0
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik1-30/+48
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+5
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+5
2013-12-05fs: fix iversion handlingChristoph Hellwig1-2/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-10/+12
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-9/+6
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-2/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-3/+3
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-7/+3
2013-11-11Btrfs: do not run snapshot-aware defragment on errorLiu Bo1-19/+28
2013-11-11Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik1-6/+12
2013-11-11Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik1-15/+5
2013-11-11Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik1-1/+4
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-2/+7
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-3/+2
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