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