aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-11/+18
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn1-2/+1
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana1-20/+98
2014-06-09btrfs: fix inline compressed read err corruptionZach Brown1-10/+5
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro1-25/+15
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-6/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+32
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3
2014-04-07Btrfs: don't compress for a small writeWang Shilong1-0/+8
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-46/+75
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+4
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-15/+19
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie1-7/+7
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-9/+9
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-4/+4
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-11/+9
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-4/+4
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo1-10/+8
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie1-1/+15
2014-03-10Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo1-1/+2
2014-03-10Btrfs: skip readonly root for snapshot-aware defragmentWang Shilong1-0/+5
2014-03-10Btrfs: unlock extent and pages on error in cow_file_rangeJosef Bacik1-1/+2
2014-03-10Btrfs: balance delayed inode updatesJosef Bacik1-0/+4
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/mason/linux-btrfsLinus 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/mason/linux-btrfsLinus 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