summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-3/+1
2021-09-03Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-07-14btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-07-14btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-10btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-03-25btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-11btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-1/+1
2021-03-09btrfs: fix race between swap file activation and snapshot creationFilipe Manana1-2/+19
2021-03-09btrfs: fix race between writes to swap files and scrubFilipe Manana1-1/+18
2021-03-04btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo1-1/+2
2021-02-23btrfs: fix crash after non-aligned direct IO write with O_DSYNCFilipe Manana1-1/+5
2021-01-17btrfs: shrink delalloc pages instead of full inodesJosef Bacik1-17/+43
2021-01-17btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-4/+11
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana1-0/+58
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana1-1/+7
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov1-3/+3
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues1-3/+0
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-16/+0
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov1-5/+3
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov1-1/+0
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-4/+3
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-4/+4
2020-10-07btrfs: remove inode argument from add_pending_csumsNikolay Borisov1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov1-2/+2
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov1-2/+7
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov1-1/+8
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov1-1/+1
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana1-1/+0
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana1-22/+46
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-7/+7
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov1-1/+1
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov1-10/+8
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov1-4/+4
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov1-1/+2
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov1-6/+6
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik1-0/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-1/+1