summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-4/+32
|\
| * Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong2014-04-071-2/+3
| * Btrfs: don't compress for a small writeWang Shilong2014-04-071-0/+8
| * Btrfs: fix snapshot vs nocow writtingWang Shilong2014-04-071-2/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-051-46/+75
|\|
| * Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie2014-03-101-0/+4
| * Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-15/+19
| * Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie2014-03-101-7/+7
| * btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-9/+9
| * btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-4/+4
| * btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-11/+9Star
| * btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo2014-03-101-4/+4
| * btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo2014-03-101-10/+8Star
| * Btrfs: fix preallocate vs double nocow writeMiao Xie2014-03-101-1/+15
| * Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo2014-03-101-1/+2
| * 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
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-161-1/+1
|\|
| * Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2014-02-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-041-1/+1
|\|
| * Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-311-124/+322
|\|
| * 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
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-19/+18Star
|\ \
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-241-10/+12
| * | block: Convert various code to bio_for_each_segment()Kent Overstreet2013-11-241-9/+6Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-2/+5
|\ \
| * | btrfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-2/+5
| |/
* / fs: fix iversion handlingChristoph Hellwig2013-12-051-2/+6
|/
* 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