platform/kernel/linux-starfive.git
2023-04-17 Boris Burkovbtrfs: pass flags as unsigned long to btrfs_add_ordered...
2023-04-17 Boris Burkovbtrfs: add function to create and return an ordered...
2023-04-17 Johannes Thumshirnbtrfs: use __bio_add_page to add single a page in rbio_...
2023-04-17 Johannes Thumshirnbtrfs: use __bio_add_page for adding a single page...
2023-04-17 Anand Jainbtrfs: use test_and_clear_bit() in wait_dev_flush()
2023-04-17 Anand Jainbtrfs: change wait_dev_flush() return type to bool
2023-04-17 Anand Jainbtrfs: open code check_barrier_error()
2023-04-17 Anand Jainbtrfs: move last_flush_error to write_dev_flush and...
2023-04-17 Filipe Mananabtrfs: simplify exit paths of btrfs_evict_inode()
2023-04-17 Filipe Mananabtrfs: calculate the right space for delayed refs when...
2023-04-17 Filipe Mananabtrfs: use a constant for the number of metadata units...
2023-04-17 Filipe Mananabtrfs: fix calculation of the global block reserve...
2023-04-17 Filipe Mananabtrfs: calculate correct amount of space for delayed...
2023-04-17 Filipe Mananabtrfs: add helper to calculate space for delayed references
2023-04-17 Filipe Mananabtrfs: constify fs_info argument for the reclaim items...
2023-04-17 Filipe Mananabtrfs: constify fs_info argument of the metadata size...
2023-04-17 Filipe Mananabtrfs: accurately calculate number of delayed refs...
2023-04-17 Filipe Mananabtrfs: calculate the right space for a single delayed...
2023-04-17 Filipe Mananabtrfs: don't throttle on delayed items when evicting...
2023-04-17 Filipe Mananabtrfs: remove obsolete delayed ref throttling logic...
2023-04-17 Filipe Mananabtrfs: simplify variables in btrfs_block_rsv_refill()
2023-04-17 Filipe Mananabtrfs: remove redundant counter check at btrfs_truncate...
2023-04-17 Filipe Mananabtrfs: count extents before taking inode's spinlock...
2023-04-17 Filipe Mananabtrfs: remove bytes_used argument from btrfs_make_block...
2023-04-17 Filipe Mananabtrfs: collapse should_end_transaction() into btrfs_sho...
2023-04-17 Filipe Mananabtrfs: simplify btrfs_should_throttle_delayed_refs()
2023-04-17 Filipe Mananabtrfs: initialize ret to -ENOSPC at __reserve_bytes()
2023-04-17 Filipe Mananabtrfs: update flush method assertion when reserving...
2023-04-17 Filipe Mananabtrfs: update documentation for BTRFS_RESERVE_FLUSH_EVI...
2023-04-17 Filipe Mananabtrfs: remove check for NULL block reserve at btrfs_blo...
2023-04-17 Filipe Mananabtrfs: pass a bool size update argument to btrfs_block_...
2023-04-17 Filipe Mananabtrfs: pass a bool to btrfs_block_rsv_migrate() at...
2023-04-17 Filipe Mananabtrfs: remove btrfs_lru_cache_is_full() inline function
2023-04-17 Christoph Hellwigbtrfs: simplify adding pages in btrfs_add_compressed_bi...
2023-04-17 Christoph Hellwigbtrfs: move the bi_sector assignment out of btrfs_add_c...
2023-04-17 Naohiro Aotabtrfs: sysfs: relax bg_reclaim_threshold for debugging...
2023-04-17 Christoph Hellwigbtrfs: make btrfs_split_bio work on struct btrfs_bio
2023-04-17 Christoph Hellwigbtrfs: return a btrfs_bio from btrfs_bio_alloc
2023-04-17 Christoph Hellwigbtrfs: store a pointer to a btrfs_bio in struct btrfs_b...
2023-04-17 Christoph Hellwigbtrfs: simplify finding the inode in submit_one_bio
2023-04-17 Christoph Hellwigbtrfs: store a pointer to the original btrfs_bio in...
2023-04-17 Christoph Hellwigbtrfs: pass a btrfs_bio to btrfs_submit_compressed_read
2023-04-17 Christoph Hellwigbtrfs: pass a btrfs_bio to btrfs_submit_bio
2023-04-17 Christoph Hellwigbtrfs: move zero filling of compressed read bios into...
2023-04-17 Christoph Hellwigbtrfs: cleanup main loop in btrfs_encoded_read_regular_...
2023-04-17 Christoph Hellwigbtrfs: remove unused members from struct btrfs_encoded_...
2023-04-17 David Sterbabtrfs: locking: use atomic for DREW lock writers
2023-04-17 Anand Jainbtrfs: remove redundant clearing of NODISCARD
2023-04-17 Anand Jainbtrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP
2023-04-17 Qu Wenruobtrfs: scrub: remove root and csum_root arguments from...
2023-04-17 Qu Wenruobtrfs: scrub: remove unused path inside scrub_stripe()
2023-04-17 Qu Wenruobtrfs: do not use replace target device as an extra...
2023-04-17 Qu Wenruobtrfs: open_ctree() error handling cleanup
2023-04-17 Christoph Hellwigbtrfs: cleanup the main loop in btrfs_lookup_bio_sums
2023-04-17 Christoph Hellwigbtrfs: remove search_file_offset_in_bio
2023-04-17 Johannes Thumshirnbtrfs: sink calc_bio_boundaries into its only caller
2023-04-17 Christoph Hellwigbtrfs: simplify main loop in submit_extent_page
2023-04-17 Christoph Hellwigbtrfs: check for contiguity in submit_extent_page
2023-04-17 Christoph Hellwigbtrfs: simplify the error handling in __extent_writepage_io
2023-04-17 Christoph Hellwigbtrfs: remove the submit_extent_page return value
2023-04-17 Christoph Hellwigbtrfs: remove the compress_type argument to submit_exte...
2023-04-17 Christoph Hellwigbtrfs: rename the this_bio_flag variable in btrfs_do_re...
2023-04-17 Christoph Hellwigbtrfs: move the compress_type check out of btrfs_bio_ad...
2023-04-17 Christoph Hellwigbtrfs: add a wbc pointer to struct btrfs_bio_ctrl
2023-04-17 Christoph Hellwigbtrfs: remove the sync_io flag in struct btrfs_bio_ctrl
2023-04-17 Christoph Hellwigbtrfs: store the bio opf in struct btrfs_bio_ctrl
2023-04-17 Christoph Hellwigbtrfs: remove the force_bio_submit to submit_extent_page
2023-04-17 Christoph Hellwigbtrfs: don't set force_bio_submit in read_extent_buffer...
2023-04-17 Anand Jainbtrfs: open code btrfs_bin_search()
2023-04-17 Qu Wenruobtrfs: dev-replace: properly follow its read mode
2023-04-17 Christoph Hellwigbtrfs: fold finish_compressed_bio_write into btrfs_fini...
2023-04-17 Christoph Hellwigbtrfs: don't clear page->mapping in btrfs_free_compress...
2023-04-17 Christoph Hellwigbtrfs: factor out a btrfs_free_compressed_pages helper
2023-04-17 Christoph Hellwigbtrfs: factor out a btrfs_add_compressed_bio_pages...
2023-04-17 Christoph Hellwigbtrfs: use the bbio file offset in add_ra_bio_pages
2023-04-17 Christoph Hellwigbtrfs: use the bbio file offset in btrfs_submit_compres...
2023-04-17 Christoph Hellwigbtrfs: remove redundant free_extent_map in btrfs_submit...
2023-04-17 Christoph Hellwigbtrfs: embed a btrfs_bio into struct compressed_bio
2023-04-17 Qu Wenruobtrfs: replace btrfs_io_context::raid_map with a fixed...
2023-04-17 Qu Wenruobtrfs: use an efficient way to represent source of...
2023-04-17 Qu Wenruobtrfs: reduce type width of btrfs_io_contexts
2023-04-17 Qu Wenruobtrfs: simplify the bioc argument for handle_ops_on_dev...
2023-04-17 Qu Wenruobtrfs: reduce div64 calls by limiting the number of...
2023-04-17 Qu Wenruobtrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
2023-04-17 Christoph Hellwigbtrfs: move all btree inode initialization into btrfs_i...
2023-04-17 Anand Jainbtrfs: switch search_file_offset_in_bio to return bool
2023-04-17 Anand Jainbtrfs: avoid reusing return variable in nested block...
2023-04-17 Johannes Thumshirnbtrfs: open code btrfs_csum_ptr
2023-04-17 Christoph Hellwigbtrfs: raid56: no need for irqsafe locking
2023-04-17 Josef Bacikbtrfs: abort the transaction if we get an error during...
2023-04-17 Josef Bacikbtrfs: handle errors in walk_down_tree properly
2023-04-17 Josef Bacikbtrfs: drop root refs properly when orphan cleanup...
2023-04-17 Josef Bacikbtrfs: add missing iputs on orphan cleanup failure
2023-04-17 Josef Bacikbtrfs: handle errors from btrfs_read_node_slot in split
2023-04-17 Josef Bacikbtrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
2023-04-17 Josef Bacikbtrfs: use btrfs_handle_fs_error in btrfs_fill_super
2023-04-16 Linus TorvaldsLinux 6.3-rc7
2023-04-16 Linus TorvaldsMerge tag 'sched_urgent_for_v6.3_rc7' of git://git...
2023-04-16 Linus TorvaldsMerge tag 'x86_urgent_for_v6.3_rc7' of git://git./linux...
2023-04-16 Linus TorvaldsMerge tag 'powerpc-6.3-5' of git://git./linux/kernel...
next