summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo
2022-09-26btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo
2022-09-26btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo
2022-09-26btrfs: update the comment for submit_extent_page()Qu Wenruo
2022-09-26btrfs: add struct declarations in dev-replace.hJosef Bacik
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig
2022-09-26btrfs: remove is_data_inode() checks in extent-io-tree.cJosef Bacik
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik