This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from f4b8c08c862 d: Fix failing test with 32-bit compiler [PR114434]
new 8aaddf0573f Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/d/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
5 files changed, 44 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2fcb0c07953 c++/modules: Check linkage of structured binding decls
new d559fbab612 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 356 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 12 ++
gcc/cp/ChangeLog | 13 ++
gcc/d/ChangeLog | 7 +
gcc/fortran/ChangeLog | 12 ++
gcc/po/ChangeLog | 4 +
gcc/testsuite/ChangeLog | 192 ++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 8 ++
9 files changed, 605 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 6427e777b99 Support broken gcc test for gas string merge support
new 2c77375c02b Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_44-branch
in repository binutils-gdb.
from 133be2af802 LD: Remove duplicate 2.44 NEWS marker
new 2fa02ce932e Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-16-branch
in repository binutils-gdb.
from 4912fb74129 Automatic date update in version.in
new 17bfbe63947 Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 17973a4feee LD: Remove duplicate 2.44 NEWS marker
new bea261b937d asan ld builds without detect_leaks=0
new 592819f7188 run_dump_test warning/error regexp
new 6427e777b99 Support broken gcc test for gas string merge support
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
binutils/testsuite/lib/binutils-common.exp | 16 ++++++++-----
gas/config/obj-elf.c | 26 +++++++++++++++-----
gas/doc/as.texi | 2 +-
gas/testsuite/gas/elf/string.d | 2 ++
gas/testsuite/gas/elf/string.s | 4 ++++
ld/testsuite/config/default.exp | 2 +-
ld/testsuite/lib/ld-lib.exp | 38 +++++++++++++++++++++---------
7 files changed, 65 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 9a1efd1ee25 i386: Disable SImode/DImode moves from/to mask regs without [...]
new f4b8c08c862 d: Fix failing test with 32-bit compiler [PR114434]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/d/expr.cc | 4 ++--
gcc/testsuite/gdc.test/runnable/test23514.d | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/runnable/test23514.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 07f62ed9a7b [PR118560][LRA]: Fix typo in checking secondary memory mode [...]
new 5c0e1879ea6 c++/modules: Handle mismatching TYPE_CANONICAL when dedupin [...]
new 2fcb0c07953 c++/modules: Check linkage of structured binding decls
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/module.cc | 11 ++++++++++-
gcc/cp/parser.cc | 1 +
gcc/cp/tree.cc | 2 ++
gcc/testsuite/g++.dg/modules/export-6.C | 6 ++++++
gcc/testsuite/g++.dg/modules/hdr-2.H | 9 +++++++++
gcc/testsuite/g++.dg/modules/partial-7.h | 5 +++++
gcc/testsuite/g++.dg/modules/partial-7_a.C | 8 ++++++++
gcc/testsuite/g++.dg/modules/partial-7_b.C | 9 +++++++++
gcc/testsuite/g++.dg/modules/partial-7_c.C | 7 +++++++
9 files changed, 57 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/modules/partial-7.h
create mode 100644 gcc/testsuite/g++.dg/modules/partial-7_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-7_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-7_c.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b971424b6e3c Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/s [...]
new ead64b20f16e gfs2: reorder capability check last
new 7c9d9223802f gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
new 1851bccf608a Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/ [...]
new 5473aeedffa4 btrfs: move select_delayed_ref() and export it
new 2b34879d97e2 btrfs: selftests: add delayed ref self test cases
new 27602f1d1b6e btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrf [...]
new d0ad40d730ef btrfs: send: remove redundant assignments to variable ret
new bfcf6d04f8ee btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl
new 3704db101323 btrfs: factor out btrfs_return_free_space()
new 7de9ca1f30b7 btrfs: drop fs_info argument from btrfs_update_space_info_*()
new 453a73c3069a btrfs: zoned: reclaim unused zone by zone resetting
new f6f0da564c66 btrfs: don't BUG_ON() in btrfs_drop_extents()
new 5324c4e10e9c btrfs: fix data race when accessing the inode's disk_i_siz [...]
new 6a4730b325aa btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper [...]
new b1d4d5d1d8cf btrfs: remove the changed list for backref cache
new cb7de8ee9c50 btrfs: add a comment for new_bytenr in backref_cache_node
new 551d04a32a9e btrfs: simplify loop in select_reloc_root()
new 0097422c0dfe btrfs: remove clone_backref_node() from relocation
new 46bb6765d311 btrfs: don't build backref tree for COW-only blocks
new 4eb8064dc923 btrfs: do not handle non-shareable roots in backref cache
new 29e74a12a314 btrfs: simplify btrfs_backref_release_cache()
new b61e0eb03742 btrfs: remove the ->lowest and ->leaves members from struc [...]
new f974bc3c9ac0 btrfs: remove detached list from struct btrfs_backref_cache
new c0def46dec9c btrfs: improve the warning and error message for btrfs_rem [...]
new a883120b2d19 btrfs: open-code btrfs_copy_from_user()
new d0f038104fa3 btrfs: output the reason for open_ctree() failure
new 4016358e8528 btrfs: remove unused variable length in btrfs_insert_one_r [...]
new 6c440755244e btrfs: remove no longer needed strict argument from can_no [...]
new 4f000a87fbfe btrfs: remove the snapshot check from check_committed_ref()
new 78cdfba85df9 btrfs: avoid redundant call to get inline ref type at chec [...]
new adf7da3f261c btrfs: simplify return logic at check_committed_ref()
new 9e0d43ea4e69 btrfs: simplify arguments for btrfs_cross_ref_exist()
new 2747c5559584 btrfs: add function comment for check_committed_ref()
new 88694f74f485 btrfs: add assertions and comment about path expectations [...]
new 68ab9825a6a9 btrfs: cache stripe tree usage in struct btrfs_io_geometry
new 9c48bcec47c8 btrfs: cache RAID stripe tree decision in btrfs_io_context
new 63e5f9df7cac btrfs: pass btrfs_io_geometry to is_single_device_io
new b815a78e17b9 btrfs: move abort_should_print_stack() to transaction.h
new a6f0bcf9b190 btrfs: move csum related functions from ctree.c into fs.c
new 0b93369104ac btrfs: move the exclusive operation functions into fs.c
new a5b3f117daea btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
new 2205302298af btrfs: move the folio ordered helpers from ctree.h into fs.h
new a4545b74e2de btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
new 378f25d3fc42 btrfs: move btrfs_alloc_write_mask() into fs.h
new 07174a342957 btrfs: move extent-tree function declarations out of ctree.h
new de9c8265b763 btrfs: remove pointless comment from ctree.h
new 6a2b3d7a36df btrfs: use uuid_is_null() to verify if an uuid is empty
new 882af9f13e83 btrfs: handle free space tree rebuild in multiple transactions
new 57e421867b7a btrfs: don't include linux/rwlock_types.h directly
new 90dde9a13c00 rbtree: add rb_find_add_cached() to rbtree.h
new 372484f2c27c btrfs: update btrfs_add_block_group_cache() to use rb helper
new 14ae60c71221 btrfs: update prelim_ref_insert() to use rb helpers
new 0877597dc347 btrfs: update __btrfs_add_delayed_item() to use rb helper
new 287373c701e6 btrfs: update btrfs_add_chunk_map() to use rb helpers
new 4e4d058e2129 btrfs: update tree_insert() to use rb helpers
new 2a9bb78cfd36 btrfs: validate system chunk array at btrfs_validate_super()
new 097a7eef61bd btrfs: uncollapse transaction aborts during renames
new 8787c36c630c btrfs: tree-log: remove unnecessary calls to btrfs_mark_bu [...]
new 63eb2223872f btrfs: free-space-tree: remove unnecessary calls to btrfs_ [...]
new 1440fd2757ff btrfs: extent-tree: remove unnecessary calls to btrfs_mark [...]
new ca9d907645d3 btrfs: block-group: remove unnecessary calls to btrfs_mark [...]
new a81ae6c31d64 btrfs: delayed-inode: remove unnecessary call to btrfs_mar [...]
new 7caa86c44b81 btrfs: dev-replace: remove unnecessary call to btrfs_mark_ [...]
new 4866812020a2 btrfs: dir-item: remove unnecessary calls to btrfs_mark_bu [...]
new 49c318e4f7eb btrfs: file: remove unnecessary calls to btrfs_mark_buffer [...]
new 5e887b5071e9 btrfs: file-item: remove unnecessary calls to btrfs_mark_b [...]
new 038d6999ec9f btrfs: free-space-cache: remove unnecessary calls to btrfs [...]
new 5c7763312c17 btrfs: inode: remove unnecessary calls to btrfs_mark_buffe [...]
new 212e5f5cb8e3 btrfs: inode-item: remove unnecessary calls to btrfs_mark_ [...]
new bd25bf9dcd3c btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer [...]
new d74a36f37e29 btrfs: qgroup: remove unnecessary calls to btrfs_mark_buff [...]
new bdf1660b221a btrfs: raid-stripe-tree: remove unnecessary call to btrfs_ [...]
new 5a8293a1cc46 btrfs: relocation: remove unnecessary calls to btrfs_mark_ [...]
new 65733e8d6cc3 btrfs: root-tree: remove unnecessary calls to btrfs_mark_b [...]
new c9a4390707c8 btrfs: uuid-tree: remove unnecessary call to btrfs_mark_bu [...]
new 1ca4e15f41f2 btrfs: volumes: remove unnecessary calls to btrfs_mark_buf [...]
new 74973b45a69b btrfs: xattr: remove unnecessary call to btrfs_mark_buffer [...]
new a5019b70704a btrfs: initialize fs_devices->fs_info earlier in btrfs_ini [...]
new 83be7f8b9c24 btrfs: sysfs: refactor output formatting in btrfs_read_pol [...]
new 38cae63137d5 btrfs: sysfs: add btrfs_read_policy_to_enum() helper and r [...]
new b6bed20ed398 btrfs: sysfs: handle value associated with read balancing policy
new 22fb0d99c905 btrfs: add tracking of read blocks for read policy
new 6d7a9154955e btrfs: introduce RAID1 round-robin read balancing
new c86aae73bd58 btrfs: add read policy to set a preferred device
new bb4715e967cf btrfs: print status of experimental mode when loading module
new e426286cfa6f btrfs: configure read policy via module parameter
new 3681dbe0afee btrfs: print read policy on module load
new 2fa07d7a0f00 btrfs: pass write-hint for buffered IO
new 5f14eb12a3be btrfs: drop unused parameter fs_info to btrfs_delete_delay [...]
new 6d67ff1c0be3 btrfs: remove stray comment about SRCU
new 2a1e8378dc38 btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()
new 2b41599bff17 btrfs: rename __unlock_for_delalloc() and drop underscores
new 3a1c46dbc985 btrfs: open code set_page_extent_mapped()
new 06de96faf795 btrfs: rename __get_extent_map() and pass btrfs_inode
new 011a9a1f2446 btrfs: use btrfs_inode in extent_writepage()
new 075adeeb9204 btrfs: make wait_on_extent_buffer_writeback() static inline
new b6160baed379 btrfs: drop one time used local variable in end_bbio_meta_write()
new a722c72bef93 btrfs: open code __free_extent_buffer()
new cc8f51a3550a btrfs: rename btrfs_release_extent_buffer_pages() to menti [...]
new a43caf82a103 btrfs: switch grab_extent_buffer() to folios
new 549a88acbe54 btrfs: change return type to bool type of check_eb_alignment()
new f8e0b8f9c279 btrfs: unwrap folio locking helpers
new db9eef2ea863 btrfs: remove unused define WAIT_PAGE_LOCK for extent io
new 248c4ff39352 btrfs: split waiting from read_extent_buffer_pages(), drop [...]
new ef8c0047aac9 btrfs: remove redundant variables from __process_folios_co [...]
new 311473984c56 btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLD
new 72dad8e377af btrfs: fix double accounting race when btrfs_run_delalloc_ [...]
new 8bf334beb349 btrfs: fix double accounting race when extent_writepage_io [...]
new a7858d5c36ca btrfs: fix error handling of submit_uncompressed_range()
new 06f364284794 btrfs: do proper folio cleanup when cow_file_range() failed
new c2b47df81c8e btrfs: do proper folio cleanup when run_delalloc_nocow() failed
new 396294d1afee btrfs: subpage: fix the bitmap dump of the locked flags
new 61d730731b47 btrfs: subpage: dump the involved bitmap when ASSERT() failed
new 975a6a8855f4 btrfs: add extra error messages for delalloc range related errors
new bf50aca633bb btrfs: remove the unused locked_folio parameter from btrfs [...]
new e32dcdb0af9f btrfs: add io_uring interface for encoded writes
new c221a9a29d41 btrfs: selftests: correct RAID stripe-tree feature flag setting
new 9257d8632a36 btrfs: don't try to delete RAID stripe-extents if we don't [...]
new 5a0e38eab769 btrfs: assert RAID stripe-extent length is always greater than 0
new a678543e609d btrfs: fix front delete range calculation for RAID stripe extents
new 50cae2ca6956 btrfs: fix tail delete of RAID stripe-extents
new 76643119045e btrfs: fix deletion of a range spanning parts two RAID str [...]
new 6aa0e7cc569e btrfs: implement hole punching for RAID stripe extents
new dc14ba10781b btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
new d44d3d724bb2 btrfs: selftests: check for correct return value of failed lookup
new a0afdec2552c btrfs: selftests: don't split RAID extents in half
new 1d395c3926d8 btrfs: selftests: test RAID stripe-tree deletion spanning [...]
new 27ae15b25b6e btrfs: selftests: add selftest for punching holes into the [...]
new cfda28fb706d btrfs: selftests: add test for punching a hole into 3 RAID [...]
new 9d0c23db26cb btrfs: selftests: add a selftest for deleting two out of t [...]
new 0eb4aaa230d7 Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/l [...]
new 200f091c95bb coredump: Do not lock during 'comm' reporting
new 6baab135eb00 MAINTAINERS: exec: Add auxvec.h UAPI
new 136a78710f33 MAINTAINERS: exec: Mark Kees as maintainer
new b6709dcd87ac fs: binfmt: Fix a typo
new 4188fc31a95e exec: move warning of null argv to be next to the relevant code
new fa1bdca98d74 exec: remove legacy custom binfmt modules autoloading
new 3a3f61ce5e0b exec: Make sure task->comm is always NUL-terminated
new 543841d18060 exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
new 184a9358e506 selftests/exec: add a test for execveat()'s comm
new 55cf2f4b945f binfmt_flat: Fix integer overflow bug on 32 bit systems
new fadc3ed9ce1c Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/s [...]
new 542243af7182 pstore/blk: trivial typo fixes
new 067cdf020329 pstore/zone: avoid dereferencing zero sized ptr after init zones
new 5d8a4bd6b251 Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/s [...]
new 3d1ea1c0aeaf bcachefs: kill retry_estale() in bch2_ioctl_subvolume_create()
new 4b8d382b2c89 Merge branch 'bcachefs-kill-retry-estale' into HEAD
new 135c0c85248a bcachefs: Fix racy use of jiffies
new 1c6d5841aebc bcachefs: remove superfluous ; after statements
new de92b1ee679b bcachefs: bch2_inode_should_have_bp -> bch2_inode_should_h [...]
new 1325ccf27e7e bcachefs: remove_backpointer() now uses dirent_get_by_pos()
new b836f2201469 bcachefs: __bch2_key_has_snapshot_overwrites uses for_each [...]
new a55e2d78eac8 bcachefs: rcu_pending: don't invoke __call_rcu() under lock
new 179cdecf225d bcachefs: bch_verbose_ratelimited
new c07beca44ff1 bcachefs: Pull disk accounting hooks out of trans_commit.c
new bf4e42d158ba bcachefs: Delete dead code
new fe818d2039e7 bcachefs: move bch2_xattr_handlers to .rodata
new d6cf895847f6 bcachefs: Remove unnecessary peek_slot()
new 4e1c6ac05a23 bcachefs: kill btree_trans_restart_nounlock()
new 71008e5d6f09 docs: filesystems: bcachefs: fixed some spelling mistakes [...]
new 03525de50638 bcachefs: Remove duplicate included headers
new 55f524b706b4 bcachefs: Use FOREACH_ACL_ENTRY() macro to iterate over ac [...]
new eba3d7e57d2a bcachefs: add more path idx debug asserts
new 18f5b84a0470 bcachefs: bch2_run_explicit_recovery_pass() returns differ [...]
new 26c79fdc580d bcachefs: lru, accounting are alloc btrees
new d65d126c0256 bcachefs: Add locking for bch_fs.curr_recovery_pass
new e3c43dbe8e5f bcachefs: bch2_btree_lost_data() now uses run_explicit_rce [...]
new 0269e27ce3f7 bcachefs: improved bkey_val_copy()
new 106480e9a869 bcachefs: Factor out jset_entry_log_msg_bytes()
new 9e2f5f79882b bcachefs: better error message in check_snapshot_tree()
new db514cf6775f bcachefs: Avoid bch2_btree_id_str()
new d55d4a0ca27a bcachefs: Refactor new stripe path to reduce dependencies [...]
new 8b22abb4c840 bcachefs: -o norecovery now bails out of recovery earlier
new fb8c835b18d4 bcachefs: bch2_journal_meta() takes ref on c->writes
new be5a7be1062b bcachefs: Fix warning about passing flex array member by value
new 27de0ee39f81 bcachefs: Add block plugging to read paths
new e0c8369bc844 bcachefs: Add version check for bch_btree_ptr_v2.sectors_w [...]
new de902e3b4a98 bcachefs: Use str_write_read() helper function
new 751d869710ca bcachefs: Use str_write_read() helper in ec_block_endio()
new ac9826f14739 bcachefs: Use str_write_read() helper in write_super_endio()
new 901ff6555ba0 bcachefs: Annotate struct bucket_gens with __counted_by()
new a1ca525b8231 bcachefs: avoid 'unsigned flags'
new 16de2c856af0 bcachefs: use bch2_data_update_opts_to_text() in trace_mov [...]
new eacb755568d6 bcachefs: bch2_io_opts_fixups()
new 015fafc49bbf bcachefs: small cleanup for extent ptr bitmasks
new c8908959aead bcachefs: kill bch2_bkey_needs_rebalance()
new 282faf952474 bcachefs: kill __bch2_bkey_sectors_need_rebalance()
new 5fffe1a3c399 bcachefs: rename bch_extent_rebalance fields to match othe [...]
new 3000855cab65 bcachefs: io_opts_to_rebalance_opts()
new 7a7c43a0c1ec bcachefs: Add bch_io_opts fields for indicating whether th [...]
new c22508470439 bcachefs: copygc_enabled, rebalance_enabled now opts.h options
new ed13bb5726ee bcachefs: bch2_prt_csum_opt()
new 2d21d112538e bcachefs: New bch_extent_rebalance fields
new 4ae6bbb522f5 bcachefs: bch2_write_inode() now checks for changing rebal [...]
new 6aa0bd0fd59a bcachefs: get_update_rebalance_opts()
new 3de8b72731db bcachefs: Simplify option logic in rebalance
new a652c56590a9 bcachefs: Improve trace_rebalance_extent
new 161d13835e38 bcachefs: Move bch_extent_rebalance code to rebalance.c
new d3d8ec90babc bcachefs: remove write permission for gc_gens_pos sysfs interface
new 32e573c362db bcachefs: use attribute define helper for sysfs attribute
new cc944fbe06d8 bcachefs: Add assert for use of journal replay keys for updates
new a34b02648212 bcachefs: Kill BCH_TRANS_COMMIT_lazy_rw
new b09b34499c43 bcachefs: Improved check_topology() assert
new 69785001c669 bcachefs: Fix unhandled transaction restart in evacuate_bucket()
new 2434fc38ef62 bcachefs: Assert we're not in a restart in bch2_trans_put()
new a71a1fac904d bcachefs: Better in_restart error
new b318882022a8 bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()
new 65b14fa3d835 bcachefs: Assert that we're not violating key cache cohere [...]
new 000fe8d573c4 bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
new db6e584b8514 bcachefs: Simplify btree_iter_peek() filter_snapshots
new e69df6adf8e5 bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()
new e5ea05293a2b bcachefs: Move fsck ioctl code to fsck.c
new 394033dcc976 bcachefs: add support for true/false & yes/no in bool-type [...]
new 4fa5d8e166e1 bcachefs: Correct the description of the '--bucket=size' options
new 4f1a6b0ab4ef bcachefs: Add support for FS_IOC_GETFSUUID
new dc003efbc776 bcachefs: Add support for FS_IOC_GETFSSYSFSPATH
new 5abd7ac19dda bcachefs: Removes NULL pointer checks for __filemap_get_fo [...]
new 924e81c530cc bcachefs: Remove redundant initialization in bch2_vfs_inod [...]
new 385d1a3c81fe bcachefs: Simplify code in bch2_dev_alloc()
new 5c3911ac9422 bcachefs: Don't use page allocator for sb_read_scratch
new d985e63dba24 bcachefs: Fix shutdown message
new 1f282f1ee0f8 bcachefs: delete dead code
new 7d1918b0d86d bcachefs: bch2_btree_bit_mod_iter()
new b6269cd0ec0a bcachefs: Delete dead code from bch2_discard_one_bucket()
new 79c5e3c7934c bcachefs: lru errors are expected when reconstructing alloc
new eb73e7773fd6 bcachefs: Kill FSCK_NEED_FSCK
new 61f854da4cba bcachefs: Reserve 8 bits in bch_reflink_p
new 3d338378d763 bcachefs: Reorganize reflink.c a bit
new 7579c85d9cc3 bcachefs: Don't delete reflink pointers to missing indirec [...]
new 724e49c6778c bcachefs: kill inconsistent err in invalidate_one_bucket()
new 731d06e138b0 bcachefs: rework bch2_bucket_alloc_freelist() freelist iteration
new c97118f1dc50 bcachefs: try_alloc_bucket() now uses bch2_check_discard_f [...]
new c8e588135ce2 bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_err
new acd1fc7b1fb7 bcachefs: discard_one_bucket() now uses need_discard_or_fr [...]
new 7e5b8e00e263 bcachefs: Implement bch2_btree_iter_prev_min()
new ac745efb4292 bcachefs: peek_prev_min(): Search forwards for extents, snapshots
new 7815809fca37 bcachefs: Delete backpointers check in try_alloc_bucket()
new 9e92d6e9efb0 bcachefs: Kill bch2_get_next_backpointer()
new cec51e0a5d6d bcachefs: add missing BTREE_ITER_intent
new 6a4ce7a92fcc bcachefs: compression workspaces should be indexed by opt, [...]
new e1702b989151 bcachefs: Don't use a shared decompress workspace mempool
new 3d0b3b51c5ab bcachefs: Don't BUG_ON() when superblock feature wasn't se [...]
new 57026c41c9c5 bcachefs: kill bch2_journal_entries_free()
new 06d7a56fe0bf bcachefs: journal keys: sort keys for interior nodes first
new 854724d116cb bcachefs: btree_and_journal_iter: don't iterate over too m [...]
new eae6c4a6255b bcachefs: fix O(n^2) issue with whiteouts in journal keys
new 4de2c24aa945 bcachefs: Fix evacuate_bucket tracepoint
new 3b6ebc94a011 bcachefs: fix bp_pos_to_bucket_nodev_noerror
new debe6965ac47 bcachefs: check for backpointers to invalid device
new 5b5a7ae8fa82 bcachefs: bucket_pos_to_bp_end()
new abff9b149dcc bcachefs: Drop swab code for backpointers in alloc keys
new eb25733aba20 bcachefs: bch_backpointer -> bkey_i_backpointer
new e48fda6cdc27 bcachefs: Fix check_backpointers_to_extents range limiting
new 1ab00b6cddc5 bcachefs: kill bch_backpointer.bucket_offset usage
new c80f33b75268 bcachefs: New backpointers helpers
new c601e5d7daea bcachefs: Can now block journal activity without closing c [...]
new f4d67f6d5a4c bcachefs: trivial btree write buffer refactoring
new e1cb4f56dc4c bcachefs: Bias reads more in favor of faster device
new bb61afebca3b bcachefs: discard fastpath now uses bch2_discard_one_bucket()
new 0eaac0b44fa9 bcachefs: btree_write_buffer_flush_seq() no longer closes journal
new 375d21b76d9a bcachefs: BCH_ERR_btree_node_read_error_cached
new 525be09e63cc bcachefs: Use separate rhltable for bch2_inode_or_descende [...]
new 6534a404d492 bcachefs: errcode cleanup: journal errors
new a7ecd5f2ccab bcachefs: disk_accounting: bch2_dev_rcu -> bch2_dev_rcu_noerror
new b71d89bd7b1f bcachefs: Fix accounting_read when we rewind
new 427db7ffe9a9 bcachefs: backpointer_to_missing_ptr is now autofix
new abf23afa36eb bcachefs: Fix btree node scan when unknown btree IDs are present
new 828552ca74a4 bcachefs: Kill bch2_bucket_alloc_new_fs()
new 141526548052 bcachefs: Bad btree roots are now autofix
new 75eabea6988e bcachefs: Fix dup/misordered check in btree node read
new dba8243f3b46 bcachefs: Don't try to en/decrypt when encryption not available
new 686d2ebec683 bcachefs: Change "disk accounting version 0" check to commit only
new d94159763649 bcachefs: Fix bch2_btree_node_update_key_early()
new db0667a4ed82 bcachefs: Go RW earlier, for normal rw mount
new 90f3683e8f7c bcachefs: Fix null ptr deref in btree_path_lock_root()
new c7e78f7b0178 bcachefs: Ignore empty btree root journal entries
new a6f4794fcd86 bcachefs: struct bkey_validate_context
new 124e108185dc bcachefs: Make topology errors autofix
new 9963a14da109 bcachefs: BCH_FS_recovery_running
new b3d82c2f2761 bcachefs: Guard against journal seq overflow
new f9e0a9be70c8 bcachefs: Issue a transaction restart after commit in repair
new f11ca2ab18e3 bcachefs: Guard against backpointers to unknown btrees
new 0184dfa3b821 bcachefs: Fix journal_iter list corruption
new 914381013bc7 bcachefs: add missing printbuf_reset()
new cfba90aba9fb bcachefs: mark more errors AUTOFIX
new 052210c3fa1f bcachefs: Don't error out when logging fsck error
new 8b105909182f bcachefs: do_fsck_ask_yn()
new 0eafe758ac44 bcachefs: Check for bucket journal seq in the future
new 4746ee182a76 bcachefs: Check for inode journal seq in the future
new f7f196170dcd bcachefs: cryptographic MACs on superblock are not (yet?) [...]
new ff1dd05f8233 bcachefs: bch2_trans_relock() is trylock for lockdep
new 9bdb3b73e732 bcachefs: Check for extent crc uncompressed/compressed siz [...]
new 2cd85fea49d8 bcachefs: Don't recurse in check_discard_freespace_key
new 2f8d5edf556a bcachefs: Add missing parameter description to bch2_bucket [...]
new c9b9afe78c43 bcachefs: Fix fsck.c build in userspace
new f7727a676727 bcachefs: bch2_inum_to_path()
new 097cc9d0d60a bcachefs: Convert write path errors to inum_to_path()
new 7807b5b07de1 bcachefs: list_pop_entry()
new 1302eeb7c5db bcachefs: bkey_fsck_err now respects errors_silent
new b29769c72d0b bcachefs: If we did repair on a btree node, make sure we r [...]
new c1f618f4f7cc bcachefs: bch2_async_btree_node_rewrites_flush()
new 511ddcdb2d5e bcachefs: fix bch2_journal_key_insert_take() seq
new 5cdaec193a85 bcachefs: Improve "unable to allocate journal write" message
new 9c22dd02ae8b bcachefs: Fix allocating too big journal entry
new d36b3e74b65f bcachefs: BCACHEFS_PATH_TRACEPOINTS should depend on TRACING
new ad0b2544ec82 bcachefs: rcu_pending now works in userspace
new f78760dede23 bcachefs: logged ops only use inum 0 of logged ops btree
new 8dabb19ff4b8 bcachefs: Simplify disk accounting validate late
new e3474394eb1a bcachefs: Advance to next bp on BCH_ERR_backpointer_to_ove [...]
new 400af9a39818 bcachefs: trace_accounting_mem_insert
new 3f1cf04ff987 bcachefs: Silence "unable to allocate journal write" if we [...]
new 6728f8f829cf bcachefs: BCH_ERR_insufficient_journal_devices
new 49833ce27ed2 bcachefs: Fix failure to allocate journal write on discard retry
new 47d6ee766f80 bcachefs: dev_alloc_list.devs -> dev_alloc_list.data
new ff7e7c536725 bcachefs: Journal write path refactoring, debug improvements
new 90c6daa6ac90 bcachefs: Call bch2_btree_lost_data() on btree read error
new c67fab0774ce bcachefs: Make sure __bch2_run_explicit_recovery_pass() si [...]
new 23f88c1d1655 bcachefs: Don't call bch2_btree_interior_update_will_free_ [...]
new ce7015711248 bcachefs: kill flags param to bch2_subvolume_get()
new d4c9fc000bd1 bcachefs: factor out str_hash.c
new 58117dbdd6ef bcachefs: Journal space calculations should skip durabilit [...]
new 821ddebbc2c4 bcachefs: fix bch2_btree_node_header_to_text() format string
new f65645d80451 bcachefs: Mark more errors autofix
new fbd152bf9469 bcachefs: Minor bucket alloc optimization
new dec6c0aac4fc lib min_heap: Switch to size_t
new bbe36bd0993d bcachefs: Use a heap for handling overwrites in btree node scan
new 60558d55f7e2 bcachefs: Plumb bkey_validate_context to journal_entry_validate
new 44a43cf9fdcc bcachefs: Don't add unknown accounting types to eytzinger tree
new be565740ee84 bcachefs: Set bucket needs discard, inc gen on empty -> no [...]
new 89e74eccab92 bcachefs: bch2_journal_noflush_seq() now takes [start, end)
new 9e779f3f24fb bcachefs: Fix reuse of bucket before journal flush on mult [...]
new 54dacdada6de bcachefs: Don't start rewriting btree nodes until after jo [...]
new 49f2d182638a bcachefs: Kill unnecessary mark_lock usage
new cd150cf92402 bcachefs: kill sysfs internal/accounting
new 7b11260456ed bcachefs: Use proper errcodes for inode unpack errors
new 644457ed8315 bcachefs: Don't BUG_ON() inode unpack error
new 6ea607ca6147 bcachefs: bch2_str_hash_check_key() now checks inode hash info
new be203120dc08 bcachefs: bch2_check_key_has_snapshot() prints btree id
new 9f95fc3c12e0 bcachefs: bch2_snapshot_exists()
new 3f57171d8ddd bcachefs: trace_write_buffer_maybe_flush
new 64833d396584 bcachefs: Add empty statement between label and declaratio [...]
new 00fa283a41fe bcachefs: Refactor c->opts.reconstruct_alloc
new 25a3123a67d9 bcachefs: check_indirect_extents can run online
new 68eb4fdd8c1c bcachefs: tidy up __bch2_btree_iter_peek()
new c50341be4eb6 bcachefs: tidy btree_trans_peek_journal()
new 7e320a4063a8 bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_ [...]
new b9a37144da8d bcachefs: Fix key cache + BTREE_ITER_all_snapshots
new f859bc945ebb bcachefs: alloc_data_type_set() happens in alloc trigger
new 92e31d425179 bcachefs: Don't run overwrite triggers before insert
new 85c060f62da4 bcachefs: Kill equiv_seen arg to delete_dead_snapshots_pro [...]
new 35c5609abf51 bcachefs: Snapshot deletion no longer uses snapshot_t->equiv
new d0855e210675 bcachefs: Kill snapshot_t->equiv
new 54c9b92fc7c0 bcachefs: bch2_trans_log_msg()
new 17d678bcdd83 bcachefs: Log message in journal for snapshot deletion
new 07c1a6fa901d bcachefs: trace_key_cache_fill
new 6679e363f441 bcachefs: bch2_btree_path_peek_slot() doesn't return errors
new ebdca0726838 bcachefs: bcachefs_metadata_version_backpointer_bucket_gen
new ba9752e5f436 bcachefs: bcachefs_metadata_version_disk_accounting_big_endian
new aca7a26f7f47 bcachefs: bch2_extent_ptr_to_bp() no longer depends on device
new 7171b1fd270e bcachefs: kill __bch2_extent_ptr_to_bp()
new 056cae1c00b9 bcachefs: Add write buffer flush param to backpointer_get_key()
new c738866e47ef bcachefs: check_extents_to_backpointers() now only checks [...]
new c2c2a4d6420b bcachefs: bch2_backpointer_get_key() now repairs dangling [...]
new 7611d6b5d1c1 bcachefs: better backpointer_target_not_found() error message
new d884cf189a92 bcachefs: Only run check_backpointers_to_extents in debug mode
new a36d8f0e0e3d bcachefs: BCH_SB_VERSION_INCOMPAT
new ea4f9e75ecfb bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts
new 80c6352c2c98 bcachefs: Option changes now get propagated to reflinked data
new 59c50511f7a8 bcachefs: bcachefs_metadata_version_inode_depth
new df448ca355ce bcachefs: bcachefs_metadata_version_persistent_inode_cursors
new 3db3084a86c3 bcachefs: bcachefs_metadata_version_autofix_errors
new d01ea14da718 bcachefs: add counter_flags for counters
new 0475c7639edf bcachefs: better check_bp_exists() error message
new 6542afe299ea bcachefs: Drop racy warning
new 30e32692d6b8 bcachefs: Drop redundant "read error" call from btree_gc
new baf13d83441b bcachefs: kill __bch2_btree_iter_flags()
new 861cd0f60624 bcachefs: Write lock btree node in key cache fills
new cf3da2d62703 bcachefs: Handle -BCH_ERR_need_mark_replicas in gc
new fa3e5135e4e7 bcachefs: Fix assert for online fsck
new 45414083913f bcachefs: bch2_kvmalloc()
new b5e4cd0871db bcachefs: Don't rely on snapshot_tree.master_subvol for re [...]
new 4bd06f07bcb5 bcachefs: Fixes for snapshot_tree.master_subvol
new bc6fce7870ce bcachefs: bch2_btree_node_write_trans()
new f908eacc34c7 bcachefs: fix bch2_btree_key_cache_drop()
new 6adc5af50a54 bcachefs: btree_path_very_locks(): verify lock seq
new ce9a21713bfd bcachefs: bch2_inum_path() no longer returns an error for [...]
new bdedae70f51f bcachefs: bch2_inum_path() now crosses subvolumes correctly
new cb3f34982c9d bcachefs: Assert that btree write buffer only touches the [...]
new 8f3aaa5d5d4e bcachefs: bch2_fs_btree_gc_init()
new 9a5232ef0a9f bcachefs: six locks: write locks can now be held recursively
new e1911d7a69b8 bcachefs: btree_node_unlock() can now drop write locks
new 0971a72c3d1a bcachefs: bch2_trans_unlock_write()
new 8cfdc6ce1f78 bcachefs: bch2_trans_node_drop()
new 8b1f46bff38f bcachefs: Dropped superblock write is no longer a fatal error
new 5906dcb9937d bcachefs: Silence read-only errors when deleting snapshots
new 0a46ea9d4693 bcachefs: printbuf_reset() handles tabstops
new cf67f46641ab bcachefs: __bch2_btree_pos_to_text()
new bd5b09727f3d bcachefs: Don't set btree_path to updtodate if we don't fill
new d3d0fac57d46 bcachefs: bch2_btree_iter_peek_slot() handles navigating t [...]
new 15734b5e6f8d bcachefs: Check for dirents to overwritten inodes
new ae153f2e11ee bcachefs: Don't use BTREE_ITER_cached when walking alloc b [...]
new 4204e3bf63c4 bcachefs: check_unreachable_inodes is not actually PASS_ON [...]
new e614a6c52d32 bcachefs: make directory i_size meaningful
new c72deb03ff04 bcachefs: bcachefs_metadata_version_directory_size
new 9c13cc9c7dd7 Revert "bcachefs: Fix bch2_btree_node_upgrade()"
new cdc419dbf286 bcachefs: Merge the condition to avoid additional invocation
new 0ef9ab34f442 bcachefs: Do not allow no fail lock request to fail
new b5c3dcd0db04 bcachefs: Convert open-coded lock_graph_pop_all to helper
new 6853a5e5d48b bcachefs: Introduce lock_graph_pop_from
new b169138d4829 bcachefs: Only abort the transactions in the cycle
new 5dd21b271219 bcachefs: Pop all the transactions from the abort one
new 78423deb51ed bcachefs: Fix self healing on read error
new a4e11cea277e bcachefs: Document issue with bch_stripe layout
new ff0b7ed607e7 bcachefs: Fix check_inode_hash_info_matches_root()
new 2622f2904170 Merge tag 'bcachefs-2025-01-20.2' of git://evilpiepirate.o [...]
new 134129520bea dlm: fix removal of rsb struct that is master and dir record
new 57cdd1a1cf14 dlm: fix srcu_read_lock() return type to int
new 6784ed98fde5 dlm: return -ENOENT if no comm was found
new 3d3a9c8b89d4 Merge tag 'dlm-6.14' of git://git.kernel.org/pub/scm/linux [...]
The 419 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/filesystems/bcachefs/CodingStyle.rst | 2 +-
MAINTAINERS | 3 +-
fs/bcachefs/Kconfig | 2 +-
fs/bcachefs/Makefile | 1 +
fs/bcachefs/acl.c | 11 +-
fs/bcachefs/alloc_background.c | 558 +++++------
fs/bcachefs/alloc_background.h | 18 +-
fs/bcachefs/alloc_background_format.h | 4 +-
fs/bcachefs/alloc_foreground.c | 304 +++---
fs/bcachefs/alloc_foreground.h | 4 +-
fs/bcachefs/backpointers.c | 838 ++++++++++------
fs/bcachefs/backpointers.h | 97 +-
fs/bcachefs/bbpos.h | 2 +-
fs/bcachefs/bcachefs.h | 70 +-
fs/bcachefs/bcachefs_format.h | 106 +-
fs/bcachefs/bkey.h | 7 -
fs/bcachefs/bkey_methods.c | 29 +-
fs/bcachefs/bkey_methods.h | 15 +-
fs/bcachefs/bkey_types.h | 28 +
fs/bcachefs/btree_cache.c | 59 +-
fs/bcachefs/btree_cache.h | 14 +-
fs/bcachefs/btree_gc.c | 178 +---
fs/bcachefs/btree_gc.h | 4 +-
fs/bcachefs/btree_io.c | 225 +++--
fs/bcachefs/btree_io.h | 6 +-
fs/bcachefs/btree_iter.c | 590 +++++++-----
fs/bcachefs/btree_iter.h | 134 ++-
fs/bcachefs/btree_journal_iter.c | 237 ++++-
fs/bcachefs/btree_journal_iter.h | 22 +-
fs/bcachefs/btree_journal_iter_types.h | 36 +
fs/bcachefs/btree_key_cache.c | 75 +-
fs/bcachefs/btree_locking.c | 78 +-
fs/bcachefs/btree_locking.h | 50 +-
fs/bcachefs/btree_node_scan.c | 153 ++-
fs/bcachefs/btree_node_scan_types.h | 1 -
fs/bcachefs/btree_trans_commit.c | 205 ++--
fs/bcachefs/btree_types.h | 42 +-
fs/bcachefs/btree_update.c | 70 +-
fs/bcachefs/btree_update.h | 29 +-
fs/bcachefs/btree_update_interior.c | 293 +++---
fs/bcachefs/btree_update_interior.h | 3 +-
fs/bcachefs/btree_write_buffer.c | 83 +-
fs/bcachefs/buckets.c | 133 +--
fs/bcachefs/buckets.h | 30 +-
fs/bcachefs/buckets_types.h | 2 +-
fs/bcachefs/chardev.c | 219 +----
fs/bcachefs/checksum.c | 10 +-
fs/bcachefs/checksum.h | 2 +-
fs/bcachefs/compress.c | 96 +-
fs/bcachefs/darray.h | 2 +-
fs/bcachefs/data_update.c | 76 +-
fs/bcachefs/debug.c | 4 +-
fs/bcachefs/dirent.c | 10 +-
fs/bcachefs/dirent.h | 9 +-
fs/bcachefs/disk_accounting.c | 150 +--
fs/bcachefs/disk_accounting.h | 73 +-
fs/bcachefs/ec.c | 267 ++---
fs/bcachefs/ec.h | 5 +-
fs/bcachefs/ec_format.h | 17 +
fs/bcachefs/errcode.h | 21 +-
fs/bcachefs/error.c | 187 ++--
fs/bcachefs/error.h | 58 +-
fs/bcachefs/extent_update.c | 4 +-
fs/bcachefs/extents.c | 290 ++----
fs/bcachefs/extents.h | 18 +-
fs/bcachefs/extents_format.h | 15 +-
fs/bcachefs/fs-common.c | 119 ++-
fs/bcachefs/fs-common.h | 2 +
fs/bcachefs/fs-io-buffered.c | 45 +-
fs/bcachefs/fs-io-direct.c | 5 +
fs/bcachefs/fs-io-pagecache.c | 4 +-
fs/bcachefs/fs-io.c | 54 +-
fs/bcachefs/fs-ioctl.c | 7 +-
fs/bcachefs/fs.c | 101 +-
fs/bcachefs/fs.h | 1 +
fs/bcachefs/fsck.c | 772 +++++++++------
fs/bcachefs/fsck.h | 11 +
fs/bcachefs/inode.c | 169 ++--
fs/bcachefs/inode.h | 43 +-
fs/bcachefs/inode_format.h | 15 +-
fs/bcachefs/io_misc.c | 22 +-
fs/bcachefs/io_read.c | 259 +++--
fs/bcachefs/io_read.h | 28 +-
fs/bcachefs/io_write.c | 102 +-
fs/bcachefs/journal.c | 162 +++-
fs/bcachefs/journal.h | 9 +-
fs/bcachefs/journal_io.c | 221 +++--
fs/bcachefs/journal_io.h | 2 +-
fs/bcachefs/journal_reclaim.c | 19 +-
fs/bcachefs/journal_types.h | 5 +
fs/bcachefs/logged_ops.c | 11 +-
fs/bcachefs/logged_ops_format.h | 5 +
fs/bcachefs/lru.c | 4 +-
fs/bcachefs/lru.h | 2 +-
fs/bcachefs/move.c | 184 ++--
fs/bcachefs/move.h | 5 +-
fs/bcachefs/movinggc.c | 6 +-
fs/bcachefs/opts.c | 26 +-
fs/bcachefs/opts.h | 61 +-
fs/bcachefs/printbuf.h | 15 +-
fs/bcachefs/quota.c | 2 +-
fs/bcachefs/quota.h | 4 +-
fs/bcachefs/rcu_pending.c | 38 +-
fs/bcachefs/rebalance.c | 266 ++++-
fs/bcachefs/rebalance.h | 10 +
fs/bcachefs/rebalance_format.h | 53 +
fs/bcachefs/rebalance_types.h | 2 -
fs/bcachefs/recovery.c | 212 ++--
fs/bcachefs/recovery.h | 2 +-
fs/bcachefs/recovery_passes.c | 112 ++-
fs/bcachefs/recovery_passes.h | 1 +
fs/bcachefs/recovery_passes_types.h | 92 +-
fs/bcachefs/reflink.c | 496 +++++++---
fs/bcachefs/reflink.h | 20 +-
fs/bcachefs/reflink_format.h | 7 +-
fs/bcachefs/sb-clean.c | 6 +-
fs/bcachefs/sb-counters_format.h | 165 ++--
fs/bcachefs/sb-downgrade.c | 28 +-
fs/bcachefs/sb-errors_format.h | 54 +-
fs/bcachefs/six.c | 27 +-
fs/bcachefs/six.h | 1 +
fs/bcachefs/snapshot.c | 515 +++++-----
fs/bcachefs/snapshot.h | 17 +-
fs/bcachefs/str_hash.c | 295 ++++++
fs/bcachefs/str_hash.h | 28 +-
fs/bcachefs/subvolume.c | 68 +-
fs/bcachefs/subvolume.h | 19 +-
fs/bcachefs/subvolume_types.h | 2 +-
fs/bcachefs/super-io.c | 83 +-
fs/bcachefs/super-io.h | 21 +-
fs/bcachefs/super.c | 54 +-
fs/bcachefs/super.h | 10 -
fs/bcachefs/sysfs.c | 60 +-
fs/bcachefs/tests.c | 26 +-
fs/bcachefs/trace.h | 77 +-
fs/bcachefs/util.h | 32 +
fs/bcachefs/varint.c | 5 +-
fs/bcachefs/xattr.c | 13 +-
fs/bcachefs/xattr.h | 5 +-
fs/binfmt_flat.c | 2 +-
fs/binfmt_misc.c | 2 +-
fs/btrfs/Makefile | 2 +-
fs/btrfs/async-thread.c | 6 +-
fs/btrfs/backref.c | 172 ++--
fs/btrfs/backref.h | 16 +-
fs/btrfs/bio.c | 11 +-
fs/btrfs/block-group.c | 64 +-
fs/btrfs/block-rsv.c | 10 +-
fs/btrfs/btrfs_inode.h | 2 +-
fs/btrfs/ctree.c | 68 +-
fs/btrfs/ctree.h | 29 -
fs/btrfs/delalloc-space.c | 2 +-
fs/btrfs/delayed-inode.c | 49 +-
fs/btrfs/delayed-ref.c | 89 +-
fs/btrfs/delayed-ref.h | 1 +
fs/btrfs/dev-replace.c | 3 -
fs/btrfs/dir-item.c | 2 -
fs/btrfs/direct-io.c | 3 +-
fs/btrfs/disk-io.c | 75 +-
fs/btrfs/disk-io.h | 3 -
fs/btrfs/extent-tree.c | 202 ++--
fs/btrfs/extent-tree.h | 7 +-
fs/btrfs/extent_io.c | 250 +++--
fs/btrfs/extent_io.h | 16 +-
fs/btrfs/file-item.c | 3 -
fs/btrfs/file.c | 106 +-
fs/btrfs/free-space-cache.c | 7 +-
fs/btrfs/free-space-tree.c | 11 +-
fs/btrfs/fs.c | 130 +++
fs/btrfs/fs.h | 31 +-
fs/btrfs/inode-item.c | 5 -
fs/btrfs/inode.c | 323 ++++---
fs/btrfs/ioctl.c | 222 +++--
fs/btrfs/ioctl.h | 1 -
fs/btrfs/locking.h | 5 +
fs/btrfs/qgroup.c | 39 +-
fs/btrfs/raid-stripe-tree.c | 146 ++-
fs/btrfs/relocation.c | 363 +++----
fs/btrfs/root-tree.c | 2 -
fs/btrfs/send.c | 3 +-
fs/btrfs/space-info.c | 69 +-
fs/btrfs/space-info.h | 15 +-
fs/btrfs/subpage.c | 47 +-
fs/btrfs/subpage.h | 13 +
fs/btrfs/super.c | 20 +-
fs/btrfs/sysfs.c | 174 +++-
fs/btrfs/sysfs.h | 6 +
fs/btrfs/tests/btrfs-tests.c | 18 +
fs/btrfs/tests/btrfs-tests.h | 6 +
fs/btrfs/tests/delayed-refs-tests.c | 1015 ++++++++++++++++++++
fs/btrfs/tests/raid-stripe-tree-tests.c | 661 ++++++++++++-
fs/btrfs/transaction.c | 3 +-
fs/btrfs/transaction.h | 18 +-
fs/btrfs/tree-checker.c | 96 +-
fs/btrfs/tree-checker.h | 7 +-
fs/btrfs/tree-log.c | 4 -
fs/btrfs/uuid-tree.c | 2 -
fs/btrfs/volumes.c | 242 +++--
fs/btrfs/volumes.h | 21 +
fs/btrfs/xattr.c | 1 -
fs/btrfs/zoned.c | 124 +++
fs/btrfs/zoned.h | 7 +
fs/dlm/config.c | 2 +-
fs/dlm/lock.c | 46 +-
fs/dlm/lowcomms.c | 3 +-
fs/exec.c | 63 +-
fs/fs_parser.c | 3 +-
fs/gfs2/file.c | 1 +
fs/gfs2/quota.h | 4 +-
fs/pstore/blk.c | 4 +-
fs/pstore/zone.c | 5 +
include/linux/binfmts.h | 4 +-
include/linux/coredump.h | 4 +-
include/linux/fs_parser.h | 2 +
include/linux/min_heap.h | 4 +-
include/linux/rbtree.h | 37 +
include/linux/sched.h | 9 +-
include/trace/events/btrfs.h | 3 +-
io_uring/io-wq.c | 2 +-
io_uring/sqpoll.c | 2 +-
kernel/kthread.c | 3 +-
tools/testing/selftests/exec/execveat.c | 75 +-
222 files changed, 11091 insertions(+), 6045 deletions(-)
create mode 100644 fs/bcachefs/btree_journal_iter_types.h
create mode 100644 fs/bcachefs/rebalance_format.h
create mode 100644 fs/bcachefs/str_hash.c
create mode 100644 fs/btrfs/tests/delayed-refs-tests.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 64a162d5562 [PR target/114442] Add reservations for all insn types to x [...]
new 1edd93fbadd [PR target/116256] Adjust expected output in a couple testcases
new 07f62ed9a7b [PR118560][LRA]: Fix typo in checking secondary memory mode [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/lra-constraints.cc | 4 ++--
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_back_prop-37.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vsetvl-15.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.