summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana
2014-06-09btrfs: fix inline compressed read err corruptionZach Brown
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong
2014-04-07Btrfs: don't compress for a small writeWang Shilong
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie
2014-03-10Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo
2014-03-10Btrfs: skip readonly root for snapshot-aware defragmentWang Shilong
2014-03-10Btrfs: unlock extent and pages on error in cow_file_rangeJosef Bacik
2014-03-10Btrfs: balance delayed inode updatesJosef Bacik
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-29Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2014-01-29btrfs: fix warning while merging two adjacent extentsGui Hecheng
2014-01-28Btrfs: fix transaction abortion when remounting btrfs from RW to ROWang Shilong
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana
2014-01-28Btrfs: fix the wrong nocow range checkMiao Xie
2014-01-28Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: fix a warning when iput a fileWang Shilong