summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-021-13/+21
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-021-1/+1
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-021-1/+4
* btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding itNikolay Borisov2018-01-221-2/+2
* Btrfs: move extent map specific code to extent_map.cLiu Bo2018-01-221-107/+0
* Btrfs: add helper for em merge logicLiu Bo2018-01-221-34/+46
* Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-01-221-14/+3
* Btrfs: fix incorrect block_len in merge_extent_mappingLiu Bo2018-01-221-1/+1
* btrfs: correct wrong comment about magic number of index_cntSu Yue2018-01-221-1/+1
* btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-14/+12
* btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioNikolay Borisov2018-01-221-3/+0
* btrfs: Remove redundant bio_get/set from submit_dio_repair_bioNikolay Borisov2018-01-221-5/+2
* btrfs: sink extent_write_full_page tree argumentNikolay Borisov2018-01-221-3/+1
* btrfs: sink extent_write_locked_range tree parameterNikolay Borisov2018-01-221-2/+2
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-01-221-2/+9
* btrfs: remove redundant check in btrfs_get_extent_fiemapNikolay Borisov2018-01-221-1/+1
* btrfs: Remove unused variable in btrfs_get_extentNikolay Borisov2018-01-221-8/+1
* Btrfs: compress_file_range() change page dirty status onceTimofey Titovets2018-01-221-2/+7
* btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-1/+0
* btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-221-2/+2
* btrfs: remove dead code from btrfs_get_extentEdmund Nadolski2018-01-221-21/+1
* btrfs: sink get_extent parameter to extent_readpagesDavid Sterba2018-01-221-2/+1
* btrfs: sink get_extent parameter to extent_fiemapDavid Sterba2018-01-221-1/+1
* btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-221-1/+1
* btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-221-1/+0
* btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-221-1/+1
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-4/+0
* btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba2018-01-221-1/+1
* btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba2018-01-221-1/+1
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-12/+10
* Btrfs: document rules about bio async submitLiu Bo2018-01-221-1/+16
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
* Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo2018-01-221-5/+0
* btrfs: Fix quota reservation leak on preallocated filesJustin Maggard2017-12-071-0/+2
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-4/+5
* Btrfs: bail out gracefully rather than BUG_ONLiu Bo2017-11-151-2/+8
* Btrfs: add write_flags for compression bioLiu Bo2017-11-151-4/+11
* btrfs: move btrfs_truncate_block out of trans handleJosef Bacik2017-11-011-75/+45
* btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-7/+11
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-78/+36
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-1/+1
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+4
* btrfs: use BLK_STS defines where neededAnand Jain2017-10-301-1/+1
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-4/+5
* Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo2017-10-301-28/+0
* Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets2017-10-301-7/+3
* btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-301-7/+7
* Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets2017-10-301-1/+1
* btrfs: Remove unused parameter from check_direct_IONikolay Borisov2017-10-301-2/+1
* Btrfs: do not async submit for nodatasum inodesLiu Bo2017-10-301-1/+1