summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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 ...Zygo 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
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer1-7/+7
2017-10-30Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets1-1/+1
2017-10-30btrfs: Remove unused parameter from check_direct_IONikolay Borisov1-2/+1
2017-10-30Btrfs: do not async submit for nodatasum inodesLiu Bo1-1/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+22
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo1-5/+2
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota1-0/+12
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-67/+153
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-33/+37
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov1-1/+0
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov1-12/+6
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana1-3/+4
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-26/+82
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba1-3/+3
2017-08-16btrfs: separate defrag and property compressionDavid Sterba1-1/+7
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba1-5/+5
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets1-4/+4
2017-08-16btrfs: account that we're waiting for DIO readDavid Sterba1-2/+2