platform/kernel/linux-starfive.git
2023-08-21 Filipe Mananabtrfs: avoid start and commit empty transaction when...
2023-08-21 Filipe Mananabtrfs: avoid start and commit empty transaction when...
2023-08-21 Filipe Mananabtrfs: avoid starting and committing empty transaction...
2023-08-21 Filipe Mananabtrfs: avoid starting new transaction when flushing...
2023-08-21 Filipe Mananabtrfs: merge find_free_dev_extent() and find_free_dev_e...
2023-08-21 Filipe Mananabtrfs: make find_free_dev_extent() static
2023-08-21 Filipe Mananabtrfs: make btrfs_cleanup_fs_roots() static
2023-08-21 Filipe Mananabtrfs: fail priority metadata ticket with real fs error
2023-08-21 Filipe Mananabtrfs: return real error when orphan cleanup fails...
2023-08-21 Filipe Mananabtrfs: store the error that turned the fs into error...
2023-08-21 Filipe Mananabtrfs: don't steal space from global rsv after a transa...
2023-08-21 Filipe Mananabtrfs: print available space across all block groups...
2023-08-21 Filipe Mananabtrfs: print available space for a block group when...
2023-08-21 Filipe Mananabtrfs: print block group super and delalloc bytes when...
2023-08-21 Filipe Mananabtrfs: print target number of bytes when dumping free...
2023-08-21 Filipe Mananabtrfs: update comment for btrfs_join_transaction_nostart()
2023-08-21 Filipe Mananabtrfs: don't start transaction when joining with TRANS_...
2023-08-21 Qu Wenruobtrfs: refactor main loop in memmove_extent_buffer()
2023-08-21 Qu Wenruobtrfs: refactor main loop in memcpy_extent_buffer()
2023-08-21 Qu Wenruobtrfs: copy all pages at once at the end of btrfs_clone...
2023-08-21 Qu Wenruobtrfs: refactor main loop in copy_extent_buffer_full()
2023-08-21 Qu Wenruobtrfs: use write_extent_buffer() to implement write_ext...
2023-08-21 Qu Wenruobtrfs: refactor extent buffer bitmaps operations
2023-08-21 Qu Wenruobtrfs: tests: add self tests for extent buffer memory...
2023-08-21 Qu Wenruobtrfs: tests: enhance extent buffer bitmap tests
2023-08-21 Josef Bacikbtrfs: move comments to btrfs_loop_type definition
2023-08-21 Anand Jainbtrfs: print name and pid when device scanning processe...
2023-08-21 Christoph Hellwigmm: remove folio_account_redirty
2023-08-21 Christoph Hellwigbtrfs: fix zoned handling in submit_uncompressed_range
2023-08-21 Christoph Hellwigbtrfs: don't redirty locked_page in run_delalloc_zoned
2023-08-21 Christoph Hellwigbtrfs: refactor the zoned device handling in cow_file_range
2023-08-21 Christoph Hellwigbtrfs: don't redirty pages in compress_file_range
2023-08-21 Christoph Hellwigbtrfs: share the code to free the page array in compres...
2023-08-21 Christoph Hellwigbtrfs: use a separate label for the incompressible...
2023-08-21 Christoph Hellwigbtrfs: further simplify the compress or not logic in...
2023-08-21 Christoph Hellwigbtrfs: streamline compress_file_range
2023-08-21 Christoph Hellwigbtrfs: merge submit_compressed_extents and async_cow_submit
2023-08-21 Christoph Hellwigbtrfs: merge async_cow_start and compress_file_range
2023-08-21 Christoph Hellwigbtrfs: don't clear async_chunk->inode in async_cow_start
2023-08-21 Christoph Hellwigbtrfs: clean up the check for uncompressed ranges in...
2023-08-21 Christoph Hellwigbtrfs: reduce the number of arguments to btrfs_run_dela...
2023-08-21 Christoph Hellwigbtrfs: improve the delalloc_to_write calculation in...
2023-08-21 Christoph Hellwigbtrfs: remove the return value from extent_write_locked...
2023-08-21 Christoph Hellwigbtrfs: remove the return value from submit_uncompressed...
2023-08-21 Christoph Hellwigbtrfs: reduce debug spam from submit_compressed_extents
2023-08-21 Christoph Hellwigbtrfs: remove end_extent_writepage
2023-08-21 Christoph Hellwigbtrfs: remove btrfs_writepage_endio_finish_ordered
2023-08-21 Christoph Hellwigbtrfs: split page locking out of __process_pages_contig
2023-08-21 Christoph Hellwigbtrfs: don't create inline extents in fallback_to_cow
2023-08-21 Christoph Hellwigbtrfs: pass a flags argument to cow_file_range
2023-08-21 Boris Burkovbtrfs: fix start transaction qgroup rsv double free
2023-08-21 Boris Burkovbtrfs: free qgroup rsv on io failure
2023-08-21 Goldwyn Rodriguesbtrfs: remove duplicate free_async_extent_pages() on...
2023-08-21 Qu Wenruobtrfs: move eb subpage preallocation out of the loop
2023-08-21 Christoph Hellwigbtrfs: simplify the no-bioc fast path condition in...
2023-08-21 Qu Wenruobtrfs: scrub: remove unused btrfs_path in scrub_simple_...
2023-08-21 Minjie Dubtrfs: use folio_next_index() helper in extent_write_ca...
2023-08-21 David Sterbabtrfs: use helper sizeof_field in struct accessors
2023-08-21 Qu Wenruobtrfs: deprecate integrity checker feature
2023-08-21 Filipe Mananabtrfs: move btrfs_free_excluded_extents() into block...
2023-08-21 Filipe Mananabtrfs: open code trivial btrfs_add_excluded_extent()
2023-08-21 Filipe Mananabtrfs: make find_first_extent_bit() return a boolean
2023-08-21 Filipe Mananabtrfs: make btrfs_destroy_pinned_extent() return void
2023-08-21 Filipe Mananabtrfs: make btrfs_destroy_marked_extents() return void
2023-08-21 Filipe Mananabtrfs: rename add_new_free_space() to btrfs_add_new_fre...
2023-08-21 Filipe Mananabtrfs: update documentation for add_new_free_space()
2023-08-21 Qu Wenruobtrfs: tracepoints: simplify raid56 events
2023-08-21 Anand Jainbtrfs: sysfs: show if ACL support has been compiled in
2023-08-21 Qu Wenruobtrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSING
2023-08-21 Qu Wenruobtrfs: add comments for btrfs_map_block()
2023-08-21 Colin Ian Kingbtrfs: remove redundant initialization of variables...
2023-08-21 Colin Ian Kingbtrfs: scrub: remove redundant division of stripe_nr
2023-08-21 Julia Lawallbtrfs: zoned: use vcalloc instead of for vzalloc in...
2023-08-20 Linus TorvaldsLinux 6.5-rc7
2023-08-20 Linus TorvaldsMerge tag 'tty-6.5-rc7' of git://git./linux/kernel...
2023-08-20 Linus TorvaldsMerge tag 'rust-fixes-6.5-rc7' of https://github.com...
2023-08-19 Linus TorvaldsMerge tag 'i2c-for-6.5-rc7' of git://git./linux/kernel...
2023-08-19 Linus TorvaldsMerge tag 'for-6.5-rc6-tag' of git://git./linux/kernel...
2023-08-19 Linus TorvaldsMerge tag 'fbdev-for-6.5-rc7' of git://git./linux/kerne...
2023-08-19 Linus TorvaldsMerge tag 'block-6.5-2023-08-19' of git://git.kernel...
2023-08-19 Chengming Zhoublk-mq: release scheduler resource when request completes
2023-08-19 Linus TorvaldsMerge tag 'media/v6.5-3' of git://git./linux/kernel...
2023-08-19 Linus TorvaldsMerge tag 'x86_urgent_for_v6.5_rc7' of git://git./linux...
2023-08-19 Linus TorvaldsMerge tag 'powerpc-6.5-6' of git://git./linux/kernel...
2023-08-18 Sweet Tea Dorminyblk-crypto: dynamically allocate fallback profile
2023-08-18 Ming Leiblk-cgroup: hold queue_lock when removing blkg->q_node
2023-08-18 Li Zhijiandrivers/rnbd: restore sysfs interface to rnbd-client
2023-08-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.5-rc7' of git://git./linux...
2023-08-18 Linus TorvaldsMerge tag '6.5-rc6-smb3-client-fix' of git://git.samba...
2023-08-18 Linus TorvaldsMerge tag 'riscv-for-linus-6.5-rc7' of git://git./linux...
2023-08-18 Linus TorvaldsMerge tag 'sound-6.5-rc7' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'mmc-v6.5-rc1-2' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'pinctrl-v6.5-3' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'soc-fixes-6.5-3' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'asm-generic-fix-6.5' of git://git./linux...
2023-08-18 Josef Bacikbtrfs: fix incorrect splitting in btrfs_drop_extent_map...
2023-08-18 Borislav Petkov... x86/srso: Correct the mitigation status when SMT is...
2023-08-18 Linus TorvaldsMerge tag 'net-6.5-rc7' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'drm-fixes-2023-08-18-1' of git://anongit...
next