aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-204/+74
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-4/+8
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton1-2/+3
2018-01-29btrfs: convert to new i_version APIJeff Layton1-2/+4
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-0/+1
2018-01-22btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding itNikolay Borisov1-2/+2
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo1-107/+0
2018-01-22Btrfs: add helper for em merge logicLiu Bo1-34/+46
2018-01-22Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo1-14/+3
2018-01-22Btrfs: fix incorrect block_len in merge_extent_mappingLiu Bo1-1/+1
2018-01-22btrfs: correct wrong comment about magic number of index_cntSu Yue1-1/+1
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-14/+12
2018-01-22btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioNikolay Borisov1-3/+0
2018-01-22btrfs: Remove redundant bio_get/set from submit_dio_repair_bioNikolay Borisov1-5/+2
2018-01-22btrfs: sink extent_write_full_page tree argumentNikolay Borisov1-3/+1
2018-01-22btrfs: sink extent_write_locked_range tree parameterNikolay Borisov1-2/+2
2018-01-22btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-2/+9
2018-01-22btrfs: remove redundant check in btrfs_get_extent_fiemapNikolay Borisov1-1/+1
2018-01-22btrfs: Remove unused variable in btrfs_get_extentNikolay Borisov1-8/+1
2018-01-22Btrfs: compress_file_range() change page dirty status onceTimofey Titovets1-2/+7
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov1-1/+0
2018-01-22btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba1-2/+2
2018-01-22btrfs: remove dead code from btrfs_get_extentEdmund Nadolski1-21/+1
2018-01-22btrfs: sink get_extent parameter to extent_readpagesDavid Sterba1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_fiemapDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba1-1/+0
2018-01-22btrfs: sink get_extent parameter to extent_writepagesDavid Sterba1-1/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-4/+0
2018-01-22btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba1-1/+1
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba1-1/+1
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-12/+10
2018-01-22Btrfs: document rules about bio async submitLiu Bo1-1/+16
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-1/+1
2018-01-22Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo1-5/+0
2018-01-06btrfs: avoid accessing bvec table directly for a cloned bioMing Lei1-1/+3
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-2/+2
2017-12-07btrfs: Fix quota reservation leak on preallocated filesJustin Maggard1-0/+2
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-4/+5
2017-11-15Btrfs: bail out gracefully rather than BUG_ONLiu Bo1-2/+8
2017-11-15Btrfs: add write_flags for compression bioLiu Bo1-4/+11
2017-11-01btrfs: move btrfs_truncate_block out of trans handleJosef Bacik1-75/+45
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik1-7/+11
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-78/+36
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-1/+1
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-1/+4
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain1-1/+1
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-4/+5
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo1-28/+0
2017-10-30Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets1-7/+3