platform/kernel/linux-starfive.git
2021-01-18 Josef Bacikbtrfs: fix lockdep splat in btrfs_recover_relocation
2021-01-18 Josef Bacikbtrfs: do not double free backref nodes on error
2021-01-18 Josef Bacikbtrfs: don't get an EINTR during drop_snapshot for...
2021-01-12 Filipe Mananabtrfs: send: fix invalid clone operations when cloning...
2021-01-12 David Sterbabtrfs: no need to run delayed refs after commit_fs_root...
2021-01-08 Josef Bacikbtrfs: shrink delalloc pages instead of full inodes
2021-01-07 Qu Wenruobtrfs: reloc: fix wrong file extent type check to avoid...
2021-01-07 Su Yuebtrfs: tree-checker: check if chunk item end overflows
2021-01-07 Su Yuebtrfs: prevent NULL pointer dereference in extent_io_tr...
2021-01-07 Josef Bacikbtrfs: print the actual offset in btrfs_root_name
2020-12-18 Filipe Mananabtrfs: run delayed iputs when remounting RO to avoid...
2020-12-18 Filipe Mananabtrfs: add assertion for empty list of transactions...
2020-12-18 Filipe Mananabtrfs: fix race between RO remount and the cleaner...
2020-12-18 Filipe Mananabtrfs: fix transaction leak and crash after cleaning...
2020-12-18 Filipe Mananabtrfs: fix transaction leak and crash after RO remount...
2020-12-18 Pavel Begunkovbtrfs: merge critical sections of discard lock in workfn
2020-12-18 Pavel Begunkovbtrfs: fix racy access to discard_ctl data
2020-12-18 Pavel Begunkovbtrfs: fix async discard stall
2020-12-18 Josef Bacikbtrfs: tests: initialize test inodes location
2020-12-18 Filipe Mananabtrfs: send: fix wrong file path when there is an inode...
2020-12-18 Qu Wenruobtrfs: qgroup: don't try to wait flushing if we're...
2020-12-18 ethanwubtrfs: correctly calculate item size used when item...
2020-12-18 Filipe Mananabtrfs: fix deadlock when cloning inline extent and...
2020-12-09 Qu Wenruobtrfs: scrub: allow scrub to work with subpage sectorsize
2020-12-09 Qu Wenruobtrfs: scrub: support subpage data scrub
2020-12-09 Qu Wenruobtrfs: scrub: support subpage tree block scrub
2020-12-09 Qu Wenruobtrfs: scrub: always allocate one full page for one...
2020-12-09 Qu Wenruobtrfs: scrub: reduce width of extent_len/stripe_len...
2020-12-09 Qu Wenruobtrfs: refactor btrfs_lookup_bio_sums to handle out...
2020-12-09 Qu Wenruobtrfs: remove btrfs_find_ordered_sum call from btrfs_lo...
2020-12-09 Qu Wenruobtrfs: handle sectorsize < PAGE_SIZE case for extent...
2020-12-09 Qu Wenruobtrfs: update num_extent_pages to support subpage sized...
2020-12-09 Qu Wenruobtrfs: don't allow tree block to cross page boundary...
2020-12-09 Qu Wenruobtrfs: calculate inline extent buffer page size based...
2020-12-09 Qu Wenruobtrfs: factor out btree page submission code to a helper
2020-12-09 Qu Wenruobtrfs: make btrfs_verify_data_csum follow sector size
2020-12-09 Qu Wenruobtrfs: pass bio_offset to check_data_csum() directly
2020-12-09 Qu Wenruobtrfs: rename bio_offset of extent_submit_bio_start_t...
2020-12-09 Boris Burkovbtrfs: fix lockdep warning when creating free space...
2020-12-09 Boris Burkovbtrfs: skip space_cache v1 setup when not using it
2020-12-09 Boris Burkovbtrfs: remove free space items when disabling space...
2020-12-09 Boris Burkovbtrfs: warn when remount will not change the free space...
2020-12-09 Boris Burkovbtrfs: use superblock state to print space_cache mount...
2020-12-09 Boris Burkovbtrfs: keep sb cache_generation consistent with space_cache
2020-12-09 Boris Burkovbtrfs: clear free space tree on ro->rw remount
2020-12-09 Boris Burkovbtrfs: clear oneshot options on mount and remount
2020-12-09 Boris Burkovbtrfs: create free space tree on ro->rw remount
2020-12-09 Boris Burkovbtrfs: only mark bg->needs_free_space if free space...
2020-12-09 Boris Burkovbtrfs: start orphan cleanup on ro->rw remount
2020-12-09 Boris Burkovbtrfs: lift read-write mount setup from mount and remount
2020-12-09 Filipe Mananabtrfs: do not block inode logging for so long during...
2020-12-09 Filipe Mananabtrfs: fix race leading to unnecessary transaction...
2020-12-09 Filipe Mananabtrfs: fix race that makes inode logging fallback to...
2020-12-09 Filipe Mananabtrfs: fix race that causes unnecessary logging of...
2020-12-09 Filipe Mananabtrfs: fix race that results in logging old extents...
2020-12-09 Filipe Mananabtrfs: fix race causing unnecessary inode logging durin...
2020-12-09 David Sterbabtrfs: remove recalc_thresholds from free space ops
2020-12-09 Nikolay Borisovbtrfs: always set NODATASUM/NODATACOW in __create_free_...
2020-12-09 Nikolay Borisovbtrfs: remove crc_check logic from free space
2020-12-09 Nikolay Borisovbtrfs: remove inode number cache feature
2020-12-09 Nikolay Borisovbtrfs: replace calls to btrfs_find_free_ino with btrfs_...
2020-12-09 Nikolay Borisovbtrfs: move btrfs_find_highest_objectid/btrfs_find_free...
2020-12-09 David Sterbabtrfs: drop casts of bio bi_sector
2020-12-09 Naohiro Aotabtrfs: implement log-structured superblock for ZONED...
2020-12-09 Naohiro Aotabtrfs: disallow mixed-bg in ZONED mode
2020-12-09 Naohiro Aotabtrfs: disable fallocate in ZONED mode
2020-12-09 Naohiro Aotabtrfs: disallow NODATACOW in ZONED mode
2020-12-09 Naohiro Aotabtrfs: disallow space_cache in ZONED mode
2020-12-09 Naohiro Aotabtrfs: introduce max_zone_append_size
2020-12-09 Naohiro Aotabtrfs: check and enable ZONED mode
2020-12-09 Naohiro Aotabtrfs: get zone information of zoned block devices
2020-12-08 Naohiro Aotabtrfs: introduce ZONED feature flag
2020-12-08 Nikolay Borisovbtrfs: return bool from btrfs_should_end_transaction
2020-12-08 Nikolay Borisovbtrfs: return bool from should_end_transaction
2020-12-08 Nikolay Borisovbtrfs: remove err variable from do_relocation
2020-12-08 Nikolay Borisovbtrfs: eliminate err variable from merge_reloc_root
2020-12-08 Nikolay Borisovbtrfs: remove err variable from btrfs_delete_subvolume
2020-12-08 Filipe Mananabtrfs: unlock path before checking if extent is shared...
2020-12-08 David Sterbabtrfs: tree-checker: annotate all error branches as...
2020-12-08 David Sterbabtrfs: remove stub device info from messages when we...
2020-12-08 Qu Wenruobtrfs: use detach_page_private() in alloc_extent_buffer()
2020-12-08 Qu Wenruobtrfs: use nodesize to determine if we need readahead...
2020-12-08 Qu Wenruobtrfs: only clear EXTENT_LOCK bit in extent_invalidatepage
2020-12-08 Qu Wenruobtrfs: remove unused parameter phy_offset from btrfs_va...
2020-12-08 Qu Wenruobtrfs: scrub: remove the anonymous structure from scrub...
2020-12-08 Qu Wenruobtrfs: use fixed width int type for extent_state::state
2020-12-08 Qu Wenruobtrfs: introduce helper to handle page status update...
2020-12-08 Qu Wenruobtrfs: add structure to keep track of extent range...
2020-12-08 Qu Wenruobtrfs: tests: remove invalid extent-io test
2020-12-08 Tom Rixbtrfs: sysfs: remove unneeded semicolon
2020-12-08 Nikolay Borisovbtrfs: simplify return values in setup_nodes_for_search
2020-12-08 Nikolay Borisovbtrfs: remove useless return value statement in split_node
2020-12-08 Filipe Mananabtrfs: remove unnecessary attempt to drop extent maps...
2020-12-08 Filipe Mananabtrfs: stop incrementing log batch when joining log...
2020-12-08 Filipe Mananabtrfs: skip unnecessary searches for xattrs when loggin...
2020-12-08 Nikolay Borisovbtrfs: merge __set_extent_bit and set_extent_bit
2020-12-08 Nikolay Borisovbtrfs: make btrfs_update_inode_fallback take btrfs_inode
2020-12-08 Nikolay Borisovbtrfs: make btrfs_cont_expand take btrfs_inode
2020-12-08 Nikolay Borisovbtrfs: make btrfs_truncate_block take btrfs_inode
2020-12-08 Nikolay Borisovbtrfs: make btrfs_insert_replace_extent take btrfs_inode
next