summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: skip readonly root for snapshot-aware defragmentWang Shilong2014-03-101-0/+5
* Btrfs: unlock extent and pages on error in cow_file_rangeJosef Bacik2014-03-101-1/+2
* Btrfs: balance delayed inode updatesJosef Bacik2014-03-101-0/+4
* Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2014-02-141-1/+1
* Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-031-1/+1
* Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason2014-01-291-9/+9
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2014-01-291-4/+11
* btrfs: fix warning while merging two adjacent extentsGui Hecheng2014-01-291-1/+1
* Btrfs: fix transaction abortion when remounting btrfs from RW to ROWang Shilong2014-01-281-2/+2
* Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-6/+36
* Btrfs: faster file extent item replace operationsFilipe David Borba Manana2014-01-281-32/+55
* Btrfs: fix the wrong nocow range checkMiao Xie2014-01-281-2/+5
* Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana2014-01-281-1/+0Star
* Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie2014-01-281-2/+53
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2
* Btrfs: fix a warning when iput a fileWang Shilong2014-01-281-0/+2
* Btrfs: remove dead comments for read_csums()Wang Shilong2014-01-281-6/+0Star
* Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2014-01-281-4/+11
* Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana2014-01-281-14/+84
* btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen2014-01-281-3/+3
* btrfs: remove unused variable from btrfs_new_inodeValentina Giusti2014-01-281-6/+0Star
* Btrfs: incompatible format change to remove hole extentsJosef Bacik2014-01-281-30/+48
* btrfs: Use trace condition for get_extent tracepointSteven Rostedt2013-11-211-2/+1Star
* Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik2013-11-211-1/+2
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-121-2/+1Star
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-121-3/+3
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-121-7/+3Star
* Btrfs: do not run snapshot-aware defragment on errorLiu Bo2013-11-121-19/+28
* Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik2013-11-121-6/+12
* Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik2013-11-121-15/+5Star
* Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik2013-11-121-1/+4
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-121-2/+7
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-121-3/+2Star
* Btrfs: handle a missing extent for the first file extentJosef Bacik2013-11-121-2/+9
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-121-0/+8
* Btrfs: free reserved space on error in a few placesJosef Bacik2013-11-121-0/+2
* Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana2013-11-121-2/+4
* Btrfs: improve jitter performance of the sequential buffered writeMiao Xie2013-11-121-3/+4
* Btrfs: do not release metadata for space cache inodesJosef Bacik2013-11-121-1/+7
* Btrfs: fix tracking of orphan inode countFilipe David Borba Manana2013-11-121-5/+8
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-121-2/+2
* Btrfs: don't store NULL byte in symlink extentsFilipe David Borba Manana2013-11-121-2/+2
* Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens2013-11-121-13/+8Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-191-0/+1
|\
| * Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik2013-10-181-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-121-1/+1
|\|
| * Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-221-5/+11
|\|
| * Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun2013-09-211-0/+2
| * Btrfs: iput inode on allocation failureJosef Bacik2013-09-211-0/+4