aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Btrfs: fix unexpected cow in run_delalloc_nocowGravatar Liu Bo 1-5/+32
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-1/+0
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countGravatar Nikolay Borisov 1-14/+13
2018-03-26Btrfs: do not check inode's runtime flags under root->orphan_lockGravatar Liu Bo 1-9/+12
2018-03-26btrfs: use ASSERT to report logical error in cow_file_range()Gravatar Anand Jain 1-2/+1
2018-03-26btrfs: cow_file_range() num_bytes and disk_num_bytes are sameGravatar Anand Jain 1-10/+6
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+9
2018-03-01btrfs: handle failure of add_pending_csumsGravatar Nikolay Borisov 1-2/+9
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+26
2018-02-02Btrfs: fix use-after-free on root->orphan_block_rsvGravatar Liu Bo 1-13/+21
2018-02-02Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyGravatar Liu Bo 1-1/+1
2018-02-02Btrfs: fix deadlock in run_delalloc_nocowGravatar Liu Bo 1-1/+4
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-204/+74
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+8
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedGravatar Jeff Layton 1-2/+3
2018-01-29btrfs: convert to new i_version APIGravatar Jeff Layton 1-2/+4
2018-01-29fs: new API for handling inode->i_versionGravatar Jeff Layton 1-0/+1
2018-01-22btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding itGravatar Nikolay Borisov 1-2/+2
2018-01-22Btrfs: move extent map specific code to extent_map.cGravatar Liu Bo 1-107/+0
2018-01-22Btrfs: add helper for em merge logicGravatar Liu Bo 1-34/+46
2018-01-22Btrfs: fix unexpected EEXIST from btrfs_get_extentGravatar Liu Bo 1-14/+3
2018-01-22Btrfs: fix incorrect block_len in merge_extent_mappingGravatar Liu Bo 1-1/+1
2018-01-22btrfs: correct wrong comment about magic number of index_cntGravatar Su Yue 1-1/+1
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsGravatar David Sterba 1-14/+12
2018-01-22btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioGravatar Nikolay Borisov 1-3/+0
2018-01-22btrfs: Remove redundant bio_get/set from submit_dio_repair_bioGravatar Nikolay Borisov 1-5/+2
2018-01-22btrfs: sink extent_write_full_page tree argumentGravatar Nikolay Borisov 1-3/+1
2018-01-22btrfs: sink extent_write_locked_range tree parameterGravatar Nikolay Borisov 1-2/+2
2018-01-22btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerGravatar Nikolay Borisov 1-2/+9
2018-01-22btrfs: remove redundant check in btrfs_get_extent_fiemapGravatar Nikolay Borisov 1-1/+1
2018-01-22btrfs: Remove unused variable in btrfs_get_extentGravatar Nikolay Borisov 1-8/+1
2018-01-22Btrfs: compress_file_range() change page dirty status onceGravatar Timofey Titovets 1-2/+7
2018-01-22btrfs: Remove redundant FLAG_VACANCYGravatar Nikolay Borisov 1-1/+0
2018-01-22btrfs: switch btrfs_trans_handle::adding_csums to boolGravatar David Sterba 1-2/+2
2018-01-22btrfs: remove dead code from btrfs_get_extentGravatar Edmund Nadolski 1-21/+1
2018-01-22btrfs: sink get_extent parameter to extent_readpagesGravatar David Sterba 1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_fiemapGravatar David Sterba 1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_full_pageGravatar David Sterba 1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_locked_rangeGravatar David Sterba 1-1/+0
2018-01-22btrfs: sink get_extent parameter to extent_writepagesGravatar David Sterba 1-1/+1
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-4/+0
2018-01-22btrfs: use GFP_KERNEL in btrfs_alloc_inodeGravatar David Sterba 1-1/+1
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateGravatar David Sterba 1-1/+1
2018-01-22btrfs: sink gfp parameter to clear_extent_bitGravatar David Sterba 1-12/+10
2018-01-22Btrfs: document rules about bio async submitGravatar Liu Bo 1-1/+16
2018-01-22Btrfs: add __init macro to btrfs init functionsGravatar Liu Bo 1-1/+1
2018-01-22Btrfs: remove redundant btrfs_balance_delayed_itemsGravatar Liu Bo 1-5/+0
2018-01-06btrfs: avoid accessing bvec table directly for a cloned bioGravatar Ming Lei 1-1/+3
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allGravatar Ming Lei 1-2/+2
2017-12-07btrfs: Fix quota reservation leak on preallocated filesGravatar Justin Maggard 1-0/+2