summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioNikolay Borisov
2018-01-22btrfs: Remove redundant bio_get/set from submit_dio_repair_bioNikolay Borisov
2018-01-22btrfs: sink extent_write_full_page tree argumentNikolay Borisov
2018-01-22btrfs: sink extent_write_locked_range tree parameterNikolay Borisov
2018-01-22btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov
2018-01-22btrfs: remove redundant check in btrfs_get_extent_fiemapNikolay Borisov
2018-01-22btrfs: Remove unused variable in btrfs_get_extentNikolay Borisov
2018-01-22Btrfs: compress_file_range() change page dirty status onceTimofey Titovets
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov
2018-01-22btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba
2018-01-22btrfs: remove dead code from btrfs_get_extentEdmund Nadolski
2018-01-22btrfs: sink get_extent parameter to extent_readpagesDavid Sterba
2018-01-22btrfs: sink get_extent parameter to extent_fiemapDavid Sterba
2018-01-22btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba
2018-01-22btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba
2018-01-22btrfs: sink get_extent parameter to extent_writepagesDavid Sterba
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2018-01-22btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba
2018-01-22Btrfs: document rules about bio async submitLiu Bo
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2018-01-22Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo
2017-12-07btrfs: Fix quota reservation leak on preallocated filesJustin Maggard
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-11-15Btrfs: bail out gracefully rather than BUG_ONLiu Bo
2017-11-15Btrfs: add write_flags for compression bioLiu Bo
2017-11-01btrfs: move btrfs_truncate_block out of trans handleJosef Bacik
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo
2017-10-30Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer
2017-10-30Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets
2017-10-30btrfs: Remove unused parameter from check_direct_IONikolay Borisov
2017-10-30Btrfs: do not async submit for nodatasum inodesLiu Bo
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov