platform/kernel/linux-starfive.git
2021-08-25 Qu WenruoRevert "btrfs: compression: don't try to compress if...
2021-08-16 NeilBrownbtrfs: prevent rename2 from exchanging a subvol with...
2021-07-29 David Sterbabtrfs: calculate number of eb pages properly in csum_tr...
2021-07-28 Desmond Cheong... btrfs: fix rw device counting in __btrfs_free_extra_devids
2021-07-28 Filipe Mananabtrfs: fix lost inode on log replay after mix of fsync...
2021-07-28 Goldwyn Rodriguesbtrfs: mark compressed range uptodate only if all bio...
2021-07-22 Christoph Hellwigbtrfs: store a block_device in struct btrfs_ordered_extent
2021-07-22 Filipe Mananabtrfs: fix lock inversion problem when doing qgroup...
2021-07-22 Anand Jainbtrfs: check for missing device in btrfs_trim_fs
2021-07-22 Filipe Mananabtrfs: fix unpersisted i_size on fsync after expanding...
2021-07-07 Filipe Mananabtrfs: zoned: fix wrong mutex unlock on failure to...
2021-07-07 Johannes Thumshirnbtrfs: don't block if we can't acquire the reclaim...
2021-07-07 Naohiro Aotabtrfs: properly split extent_map for REQ_OP_ZONE_APPEND
2021-07-07 Filipe Mananabtrfs: rework chunk allocation to avoid exhaustion...
2021-07-07 Filipe Mananabtrfs: fix deadlock with concurrent chunk allocations...
2021-07-07 Johannes Thumshirnbtrfs: zoned: print unusable percentage when reclaiming...
2021-07-07 David Sterbabtrfs: zoned: fix types for u64 division in btrfs_recla...
2021-06-22 Nikolay Borisovbtrfs: remove unused btrfs_fs_info::total_pinned
2021-06-22 Josef Bacikbtrfs: rip out btrfs_space_info::total_bytes_pinned
2021-06-22 Josef Bacikbtrfs: rip the first_ticket_bytes logic from fail_all_t...
2021-06-22 Josef Bacikbtrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
2021-06-22 Josef Bacikbtrfs: rip out may_commit_transaction
2021-06-22 Filipe Mananabtrfs: send: fix crash when memory allocations trigger...
2021-06-22 Filipe Mananabtrfs: ensure relocation never runs while we have send...
2021-06-22 David Sterbabtrfs: shorten integrity checker extent data mount...
2021-06-22 David Sterbabtrfs: switch mount option bits to enums and use wider...
2021-06-22 David Sterbabtrfs: props: change how empty value is interpreted
2021-06-22 David Sterbabtrfs: compression: don't try to compress if we don...
2021-06-22 Naohiro Aotabtrfs: fix unbalanced unlock in qgroup_account_snapshot()
2021-06-22 David Sterbabtrfs: sysfs: export dev stats in devinfo directory
2021-06-22 David Sterbabtrfs: fix typos in comments
2021-06-22 Qu Wenruobtrfs: remove a stale comment for btrfs_decompress_bio()
2021-06-22 Baokun Libtrfs: send: use list_move_tail instead of list_del...
2021-06-22 Christophe... btrfs: disable build on platforms having page size...
2021-06-22 Filipe Mananabtrfs: send: fix invalid path for unlink operations...
2021-06-21 David Sterbabtrfs: inline wait_current_trans_commit_start in its...
2021-06-21 David Sterbabtrfs: sink wait_for_unblock parameter to async commit
2021-06-21 Nathan Chancellorbtrfs: remove total_data_size variable in btrfs_batch_i...
2021-06-21 Nikolay Borisovbtrfs: eliminate insert label in add_falloc_range
2021-06-21 Qu Wenruobtrfs: subpage: fix a rare race between metadata endio...
2021-06-21 Qu Wenruobtrfs: don't clear page extent mapped if we're not...
2021-06-21 Qu Wenruobtrfs: fix the filemap_range_has_page() call in btrfs_p...
2021-06-21 Qu Wenruobtrfs: reflink: make copy_inline_to_page() to be subpag...
2021-06-21 Qu Wenruobtrfs: make btrfs_page_mkwrite() to be subpage compatible
2021-06-21 Qu Wenruobtrfs: make btrfs_truncate_block() to be subpage compatible
2021-06-21 Qu Wenruobtrfs: make __extent_writepage_io() only submit dirty...
2021-06-21 Qu Wenruobtrfs: make btrfs_set_range_writeback() subpage compatible
2021-06-21 Qu Wenruobtrfs: prevent extent_clear_unlock_delalloc() to unlock...
2021-06-21 Qu Wenruobtrfs: update locked page dirty/writeback/error bits...
2021-06-21 Qu Wenruobtrfs: make page Ordered bit to be subpage compatible
2021-06-21 Qu Wenruobtrfs: introduce helpers for subpage ordered status
2021-06-21 Qu Wenruobtrfs: make process_one_page() to handle subpage locking
2021-06-21 Qu Wenruobtrfs: make end_bio_extent_writepage() to be subpage...
2021-06-21 Qu Wenruobtrfs: make __process_pages_contig() to handle subpage...
2021-06-21 Qu Wenruobtrfs: make btrfs_dirty_pages() to be subpage compatible
2021-06-21 Qu Wenruobtrfs: only require sector size alignment for end_bio_e...
2021-06-21 Qu Wenruobtrfs: provide btrfs_page_clamp_*() helpers
2021-06-21 Qu Wenruobtrfs: refactor page status update into process_one_page()
2021-06-21 Qu Wenruobtrfs: pass bytenr directly to __process_pages_contig()
2021-06-21 Qu Wenruobtrfs: fix hang when run_delalloc_range() failed
2021-06-21 Qu Wenruobtrfs: rename PagePrivate2 to PageOrdered inside btrfs
2021-06-21 Qu Wenruobtrfs: refactor btrfs_invalidatepage() for subpage...
2021-06-21 Qu Wenruobtrfs: introduce btrfs_lookup_first_ordered_range()
2021-06-21 Qu Wenruobtrfs: update comments in btrfs_invalidatepage()
2021-06-21 Qu Wenruobtrfs: refactor how we finish ordered extent io for...
2021-06-21 Qu Wenruobtrfs: make Private2 lifespan more consistent
2021-06-21 Qu Wenruobtrfs: pass btrfs_inode to btrfs_writepage_endio_finish...
2021-06-21 Qu Wenruobtrfs: make subpage metadata write path call its own...
2021-06-21 Qu Wenruobtrfs: refactor submit_extent_page() to make bio and...
2021-06-21 Qu Wenruobtrfs: allow btrfs_bio_fits_in_stripe() to accept bio...
2021-06-21 Qu Wenruobtrfs: remove the unused parameter @len for btrfs_bio_f...
2021-06-21 Qu Wenruobtrfs: make free space cache size consistent across...
2021-06-21 Qu Wenruobtrfs: scrub: fix subpage repair error caused by hard...
2021-06-21 Nikolay Borisovbtrfs: use list_last_entry in add_falloc_range
2021-06-21 Anand Jainbtrfs: fix comment about max_out in btrfs_compress_pages
2021-06-21 Anand Jainbtrfs: optimize variables size in btrfs_submit_compress...
2021-06-21 Anand Jainbtrfs: optimize variables size in btrfs_submit_compress...
2021-06-21 Anand Jainbtrfs: reduce the variable size to fit nr_pages
2021-06-21 Filipe Mananabtrfs: avoid unnecessary logging of xattrs during fast...
2021-06-21 David Sterbabtrfs: add device delete cancel
2021-06-21 David Sterbabtrfs: add cancellation to resize
2021-06-21 David Sterbabtrfs: add wrapper for conditional start of exclusive...
2021-06-21 David Sterbabtrfs: introduce try-lock semantics for exclusive op...
2021-06-21 David Sterbabtrfs: add cancellable chunk relocation support
2021-06-21 David Sterbabtrfs: protect exclusive_operation by super_lock
2021-06-21 David Sterbabtrfs: clean up header members offsets in write helpers
2021-06-21 David Sterbabtrfs: simplify eb checksum verification in btrfs_valid...
2021-06-21 David Sterbabtrfs: remove extra sb::s_id from message in btrfs_vali...
2021-06-21 David Sterbabtrfs: reduce compressed_bio members' types
2021-06-21 David Sterbabtrfs: document byte swap optimization of root_item...
2021-06-21 David Sterbabtrfs: scrub: factor out common scrub_stripe constraints
2021-06-21 David Sterbabtrfs: clear log tree recovering status if starting...
2021-06-21 David Sterbabtrfs: clear defrag status of a root if starting transa...
2021-06-21 David Sterbabtrfs: sysfs: fix format string for some discard stats
2021-06-21 Josef Bacikbtrfs: always abort the transaction if we abort a trans...
2021-06-21 Filipe Mananabtrfs: don't set the full sync flag when truncation...
2021-06-21 Filipe Mananabtrfs: fix misleading and incomplete comment of btrfs_t...
2021-06-21 Josef Bacikbtrfs: abort transaction if we fail to update the delay...
2021-06-21 Josef Bacikbtrfs: fix error handling in __btrfs_update_delayed_inode
2021-06-21 Josef Bacikbtrfs: make btrfs_release_delayed_iref handle the ...
next