platform/kernel/linux-rpi.git
2022-09-29 Filipe Mananabtrfs: use extent_map_end() at btrfs_drop_extent_map_ra...
2022-09-29 Filipe Mananabtrfs: move btrfs_drop_extent_cache() to extent_map.c
2022-09-29 Filipe Mananabtrfs: fix missed extent on fsync after dropping extent...
2022-09-29 Jeff Laytonbtrfs: remove stale prototype of btrfs_write_inode
2022-09-29 Stefan Roeschbtrfs: enable nowait async buffered writes
2022-09-29 Stefan Roeschbtrfs: assert nowait mode is not used for some btree...
2022-09-29 Stefan Roeschbtrfs: make btrfs_buffered_write nowait compatible
2022-09-29 Stefan Roeschbtrfs: plumb NOWAIT through the write path
2022-09-29 Stefan Roeschbtrfs: make lock_and_cleanup_extent_if_need nowait...
2022-09-29 Stefan Roeschbtrfs: make prepare_pages nowait compatible
2022-09-29 Josef Bacikbtrfs: make btrfs_check_nocow_lock nowait compatible
2022-09-29 Josef Bacikbtrfs: add btrfs_try_lock_ordered_range
2022-09-29 Josef Bacikbtrfs: add the ability to use NO_FLUSH for data reserva...
2022-09-29 Josef Bacikbtrfs: make can_nocow_extent nowait compatible
2022-09-26 Josef Bacikbtrfs: implement a nowait option for tree searches
2022-09-26 Stefan Roeschmm: export balance_dirty_pages_ratelimited_flags()
2022-09-26 Qu Wenruobtrfs: relax block-group-tree feature dependency checks
2022-09-26 Qu Wenruobtrfs: move end_io_func argument to btrfs_bio_ctrl...
2022-09-26 Qu Wenruobtrfs: switch page and disk_bytenr argument position...
2022-09-26 Qu Wenruobtrfs: update the comment for submit_extent_page()
2022-09-26 Josef Bacikbtrfs: add struct declarations in dev-replace.h
2022-09-26 Josef Bacikbtrfs: use a runtime flag to indicate an inode is a...
2022-09-26 Josef Bacikbtrfs: open code and remove btrfs_insert_inode_hash...
2022-09-26 Josef Bacikbtrfs: open code and remove btrfs_inode_sectorsize...
2022-09-26 Josef Bacikbtrfs: move btrfs_ordered_sum_size into file-item.c
2022-09-26 Josef Bacikbtrfs: move the fs_info related helpers closer to fs_in...
2022-09-26 Josef Bacikbtrfs: move btrfs_csum_ptr to inode.c
2022-09-26 Josef Bacikbtrfs: move fs_info forward declarations to the top...
2022-09-26 Josef Bacikbtrfs: move btrfs_swapfile_pin into volumes.h
2022-09-26 Josef Bacikbtrfs: move btrfs_pinned_by_swapfile prototype into...
2022-09-26 Josef Bacikbtrfs: move btrfs_init_async_reclaim_work prototype...
2022-09-26 Josef Bacikbtrfs: move btrfs_full_stripe_locks_tree into block...
2022-09-26 Josef Bacikbtrfs: move btrfs_caching_type to block-group.h
2022-09-26 Christoph Hellwigbtrfs: stop tracking failed reads in the I/O tree
2022-09-26 Josef Bacikbtrfs: remove is_data_inode() checks in extent-io-tree.c
2022-09-26 Josef Bacikbtrfs: don't init io tree with private data for non...
2022-09-26 Josef Bacikbtrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
2022-09-26 Josef Bacikbtrfs: don't clear CTL bits when trying to release...
2022-09-26 Josef Bacikbtrfs: get rid of extent_io_tree::dirty_bytes
2022-09-26 Josef Bacikbtrfs: remove extent_io_tree::track_uptodate
2022-09-26 Josef Bacikbtrfs: unify the lock/unlock extent variants
2022-09-26 Josef Bacikbtrfs: drop extent_changeset from set_extent_bit
2022-09-26 Josef Bacikbtrfs: remove failed_start argument from set_extent_bit
2022-09-26 Josef Bacikbtrfs: remove the wake argument from clear_extent_bits
2022-09-26 Josef Bacikbtrfs: drop exclusive_bits from set_extent_bit
2022-09-26 Josef Bacikbtrfs: move extent io tree unrelated prototypes to...
2022-09-26 Josef Bacikbtrfs: use next_state/prev_state in merge_state
2022-09-26 Josef Bacikbtrfs: make tree_search_prev_next return extent_state's
2022-09-26 Josef Bacikbtrfs: make tree_search_for_insert return extent_state
2022-09-26 Josef Bacikbtrfs: make tree_search return struct extent_state
2022-09-26 Josef Bacikbtrfs: use next_state instead of rb_next where we can
2022-09-26 Josef Bacikbtrfs: remove struct tree_entry in extent-io-tree.c
2022-09-26 Josef Bacikbtrfs: unexport all the temporary exports for extent...
2022-09-26 Josef Bacikbtrfs: unexport btrfs_debug_check_extent_io_range
2022-09-26 Josef Bacikbtrfs: move core extent_io_tree functions to extent...
2022-09-26 Josef Bacikbtrfs: move a few exported extent_io_tree helpers to...
2022-09-26 Josef Bacikbtrfs: temporarily export and then move extent state...
2022-09-26 Josef Bacikbtrfs: temporarily export and move core extent_io_tree...
2022-09-26 Josef Bacikbtrfs: move btrfs_debug_check_extent_io_range into...
2022-09-26 Josef Bacikbtrfs: export wait_extent_bit
2022-09-26 Josef Bacikbtrfs: move simple extent bit helpers out of extent_io.c
2022-09-26 Josef Bacikbtrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to...
2022-09-26 Josef Bacikbtrfs: move extent state init and alloc functions to...
2022-09-26 Josef Bacikbtrfs: temporarily export alloc_extent_state helpers
2022-09-26 Josef Bacikbtrfs: separate out the eb and extent state leak helpers
2022-09-26 Josef Bacikbtrfs: separate out the extent state and extent buffer...
2022-09-26 Josef Bacikbtrfs: use find_first_extent_bit in btrfs_clean_io_failure
2022-09-26 Josef Bacikbtrfs: convert the io_failure_tree to a plain rb_tree
2022-09-26 Josef Bacikbtrfs: unexport internal failrec functions
2022-09-26 Josef Bacikbtrfs: rename clean_io_failure and remove extraneous...
2022-09-26 David Sterbabtrfs: add KCSAN annotations for unlocked access to...
2022-09-26 Filipe Mananabtrfs: remove useless used space increment during space...
2022-09-26 Christoph Hellwigbtrfs: zoned: refactor device checks in btrfs_check_zon...
2022-09-26 Christophe... btrfs: qgroup: fix a typo in a comment
2022-09-26 Gaosheng Cuibtrfs: remove btrfs_bit_radix_cachep declaration
2022-09-26 Qu Wenruobtrfs: skip subtree scan if it's too high to avoid...
2022-09-26 Qu Wenruobtrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTIN...
2022-09-26 Qu Wenruobtrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
2022-09-26 Qu Wenruobtrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for...
2022-09-26 Qu Wenruobtrfs: sysfs: introduce global qgroup attribute group
2022-09-26 Filipe Mananabtrfs: make fiemap more efficient and accurate reportin...
2022-09-26 Filipe Mananabtrfs: skip unnecessary extent buffer sharedness checks...
2022-09-26 Filipe Mananabtrfs: speedup checking for extent sharedness during...
2022-09-26 Filipe Mananabtrfs: rename btrfs_check_shared() to a more descriptiv...
2022-09-26 Filipe Mananabtrfs: allow fiemap to be interruptible
2022-09-26 Filipe Mananabtrfs: properly flush delalloc when entering fiemap
2022-09-26 Filipe Mananabtrfs: remove zero length check when entering fiemap
2022-09-26 Filipe Mananabtrfs: remove check for impossible block start for...
2022-09-26 Filipe Mananabtrfs: make hole and data seeking a lot more efficient
2022-09-26 Filipe Mananabtrfs: allow hole and data seeking to be interruptible
2022-09-26 zhang songyibtrfs: remove the unnecessary result variables
2022-09-26 Qu Wenruobtrfs: separate BLOCK_GROUP_TREE compat RO flag from...
2022-09-26 Qu Wenruobtrfs: don't save block group root into super block
2022-09-26 Qu Wenruobtrfs: enhance unsupported compat RO flags handling
2022-09-26 Qu Wenruobtrfs: dump all space infos if we abort transaction...
2022-09-26 Qu Wenruobtrfs: output human readable space info flag
2022-09-26 Qu Wenruobtrfs: check superblock to ensure the fs was not modifi...
2022-09-26 Christoph Hellwigbtrfs: stop allocation a btrfs_io_context for simple I/O
2022-09-26 Christoph Hellwigbtrfs: add fast path for single device io in __btrfs_ma...
2022-09-26 Christoph Hellwigbtrfs: decide bio cloning inside submit_stripe_bio
next