aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeNikolay Borisov1-14/+14
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeNikolay Borisov1-10/+12
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov6-18/+19
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov3-6/+6
2017-02-28btrfs: Make fill_holes take btrfs_inodeNikolay Borisov1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeNikolay Borisov1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov6-26/+30
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov3-16/+17
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov7-19/+22
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov4-38/+39
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov3-8/+8
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov3-7/+7
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov1-15/+12
2017-02-28btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov1-12/+11
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov3-6/+7
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov5-19/+20
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov7-19/+18
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov3-13/+13
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov1-8/+8
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov5-7/+7
2017-02-28btrfs: Make btrfs_log_all_parents take btrfs_inodeNikolay Borisov1-5/+5
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds41-1242/+1211
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-4/+4
2017-02-24Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana1-0/+7
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana1-13/+6
2017-02-24Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana1-2/+86
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana1-2/+7
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2-6/+9
2017-02-24Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabledFilipe Manana1-0/+5
2017-02-24Btrfs: fix leak of subvolume writers counterRobbie Ko1-2/+8
2017-02-24Btrfs: bulk delete checksum items in the same leafFilipe Manana1-1/+27
2017-02-24Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko1-0/+13
2017-02-24Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana1-3/+16
2017-02-24Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko1-1/+4
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo1-1/+1
2017-02-22Btrfs: fix deadlock between dedup on same file and starting writebackFilipe Manana1-2/+12
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-2/+2
2017-02-17btrfs: use btrfs_debug instead of pr_debug in transaction abortJeff Mahoney1-1/+2
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathJeff Mahoney1-7/+7
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney5-26/+22
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney4-6/+5
2017-02-17btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney1-10/+10
2017-02-17btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney1-50/+53
2017-02-17btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo3-11/+75
2017-02-17btrfs: remove unused parameter from adjust_slots_upwardsDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheDavid Sterba1-8/+3
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from __add_inode_refDavid Sterba1-2/+1