aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-02-28btrfs: Make fill_holes take btrfs_inodeGravatar Nikolay Borisov 1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeGravatar Nikolay Borisov 1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeGravatar Nikolay Borisov 6-26/+30
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeGravatar Nikolay Borisov 3-16/+17
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeGravatar Nikolay Borisov 7-19/+22
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeGravatar Nikolay Borisov 4-38/+39
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeGravatar Nikolay Borisov 3-8/+8
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeGravatar Nikolay Borisov 3-7/+7
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeGravatar Nikolay Borisov 1-15/+12
2017-02-28btrfs: Make drop_outstanding_extent take btrfs_inodeGravatar Nikolay Borisov 1-12/+11
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeGravatar Nikolay Borisov 3-6/+7
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeGravatar Nikolay Borisov 5-19/+20
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeGravatar Nikolay Borisov 7-19/+18
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeGravatar Nikolay Borisov 3-13/+13
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeGravatar Nikolay Borisov 1-8/+8
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeGravatar Nikolay Borisov 5-7/+7
2017-02-28btrfs: Make btrfs_log_all_parents take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 41-1242/+1211
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 2-4/+4
2017-02-24Btrfs: try harder to migrate items to left sibling before splitting a leafGravatar Filipe Manana 1-0/+7
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureGravatar Filipe Manana 1-13/+6
2017-02-24Btrfs: incremental send, fix unnecessary hole writes for sparse filesGravatar Filipe Manana 1-2/+86
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesGravatar Filipe Manana 1-2/+7
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Gravatar Filipe Manana 2-6/+9
2017-02-24Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabledGravatar Filipe Manana 1-0/+5
2017-02-24Btrfs: fix leak of subvolume writers counterGravatar Robbie Ko 1-2/+8
2017-02-24Btrfs: bulk delete checksum items in the same leafGravatar Filipe Manana 1-1/+27
2017-02-24Btrfs: incremental send, do not issue invalid rmdir operationsGravatar Robbie Ko 1-0/+13
2017-02-24Btrfs: incremental send, do not delay rename when parent inode is newGravatar Filipe Manana 1-3/+16
2017-02-24Btrfs: send, fix failure to rename top level inode due to name collisionGravatar Robbie Ko 1-1/+4
2017-02-22Btrfs: use the correct type when creating cow dio extentGravatar Liu Bo 1-1/+1
2017-02-22Btrfs: fix deadlock between dedup on same file and starting writebackGravatar Filipe Manana 1-2/+12
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 2-2/+2
2017-02-17btrfs: use btrfs_debug instead of pr_debug in transaction abortGravatar Jeff Mahoney 1-1/+2
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathGravatar Jeff Mahoney 1-7/+7
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsGravatar Jeff Mahoney 5-26/+22
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoGravatar Jeff Mahoney 4-6/+5
2017-02-17btrfs: flush_space always takes fs_info->fs_rootGravatar Jeff Mahoney 1-10/+10
2017-02-17btrfs: pass fs_info to (more) routines that are only called with extent_rootGravatar Jeff Mahoney 1-50/+53
2017-02-17btrfs: qgroup: Move half of the qgroup accounting time out of commit transGravatar Qu Wenruo 3-11/+75
2017-02-17btrfs: remove unused parameter from adjust_slots_upwardsGravatar David Sterba 1-3/+2
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheGravatar David Sterba 1-8/+3
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcGravatar David Sterba 1-3/+2
2017-02-17btrfs: remove unused parameter from __add_inode_refGravatar David Sterba 1-2/+1
2017-02-17btrfs: remove unused parameter from clone_copy_inline_extentGravatar David Sterba 1-3/+2
2017-02-17btrfs: remove unused parameters from btrfs_cmp_dataGravatar David Sterba 1-3/+2
2017-02-17btrfs: remove unused parameter from __add_inline_refsGravatar David Sterba 1-3/+2
2017-02-17btrfs: remove unused parameters from scrub_setup_wr_ctxGravatar David Sterba 1-7/+3