This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e492250d5252 Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/sc [...] new 01178ee71310 docs: locking: refer to the actual existing config names new 1481df6cbd0d docs/sp_SP: Add process programming-language translation new b8885e2615f4 Documentation: front page: use recommended heading adornments new 901578a45950 docs: recommend using Link: whenever using Reported-by: new b1f1382a110b Merge tag 'docs-6.3-2' of git://git.lwn.net/linux new f195c470f2c2 i3c: transfer pid from boardinfo to device info new 510d2358c466 i3c: master: dw: stop hardcoding initial speed new 1899946aaf25 Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/li [...] new 1dd0510f6d4b xfs: fix low space alloc deadlock new f08f984c63e9 xfs: prefer free inodes at ENOSPC over chunk allocation new d5753847b216 xfs: block reservation too large for minleft allocation new 36b6ad2d9cb8 xfs: drop firstblock constraints from allocation setup new 692b6cddeb65 xfs: t_firstblock is tracking AGs not blocks new 55d5c3a386d7 xfs: don't assert fail on transaction cancel with deferred ops new c4d5660afbdc xfs: active perag reference counting new 368e2d09b41c xfs: rework the perag trace points to be perag centric new 498f0adbcdb6 xfs: convert xfs_imap() to take a perag new dedab3e4379d xfs: use active perag references for inode allocation new bab8b795185b xfs: inobt can use perags in many more places than it does new 20a5eab49d35 xfs: convert xfs_ialloc_next_ag() to an atomic new 7ac2ff8bb371 xfs: perags need atomic operational state new 76257a15873c xfs: introduce xfs_for_each_perag_wrap() new ecd788a92460 xfs: rework xfs_alloc_vextent() new 2edf06a50f5b xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags() new 4811c933ea1a xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag [...] new 74c36a8689d3 xfs: use xfs_alloc_vextent_this_ag() where appropriate new 85843327094f xfs: factor xfs_bmap_btalloc() new 319c9e874ac8 xfs: use xfs_alloc_vextent_first_ag() where appropriate new 2a7f6d41d8b7 xfs: use xfs_alloc_vextent_start_bno() where appropriate new db4710fd1224 xfs: introduce xfs_alloc_vextent_near_bno() new 5f36b2ce79f2 xfs: introduce xfs_alloc_vextent_exact_bno() new 74b9aa63193b xfs: introduce xfs_alloc_vextent_prepare() new e4d174260779 xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno() new 230e8fe8462f xfs: fold xfs_alloc_ag_vextent() into callers new 8b81356825ff xfs: move the minimum agno checks into xfs_alloc_vextent_c [...] new 3432ef611199 xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker new 35bf2b1abc9a xfs: convert trim to use for_each_perag_range new 89563e7dc099 xfs: factor out filestreams from xfs_bmap_btalloc_nullfb new 6b637ad0c7be xfs: get rid of notinit from xfs_bmap_longest_free_extent new 05cf492a8d01 xfs: use xfs_bmap_longest_free_extent() in filestreams new 8f7747ad8c52 xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c new a52dc2ad3630 xfs: merge filestream AG lookup into xfs_filestream_select_ag() new ba34de8defe0 xfs: merge new filestream AG selection into xfs_filestream [...] new 3e43877a9dac xfs: remove xfs_filestream_select_ag() longest extent check new f38b46bbfa76 xfs: factor out MRU hit case in xfs_filestream_select_ag new 3054face139f xfs: track an active perag reference in filestreams new eb70aa2d8ed9 xfs: use for_each_perag_wrap in xfs_filestream_pick_ag new 571e259282a4 xfs: pass perag to filestreams tracing new f8f1ed1ab3ba xfs: return a referenced perag from filestreams allocator new bd4f5d09cc93 xfs: refactor the filestreams allocator pick functions new 571dc9ae4eef Merge tag 'xfs-alloc-perag-conversion' of git://git.kernel [...] new 60b730a40c43 xfs: fix uninitialized variable access new 6e2985c938e8 xfs: restore old agirotor behavior new c0927a7a5391 Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/sc [...]
The 54 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/index.rst | 17 +- Documentation/locking/locktorture.rst | 4 +- Documentation/process/5.Posting.rst | 3 +- Documentation/process/submitting-patches.rst | 9 +- Documentation/translations/sp_SP/process/index.rst | 1 + .../sp_SP/process/programming-language.rst | 53 ++ drivers/i3c/master.c | 1 + drivers/i3c/master/dw-i3c-master.c | 5 +- fs/xfs/libxfs/xfs_ag.c | 93 ++- fs/xfs/libxfs/xfs_ag.h | 111 +++- fs/xfs/libxfs/xfs_ag_resv.c | 2 +- fs/xfs/libxfs/xfs_alloc.c | 683 +++++++++++++-------- fs/xfs/libxfs/xfs_alloc.h | 61 +- fs/xfs/libxfs/xfs_alloc_btree.c | 2 +- fs/xfs/libxfs/xfs_bmap.c | 664 ++++++++++---------- fs/xfs/libxfs/xfs_bmap.h | 7 + fs/xfs/libxfs/xfs_bmap_btree.c | 64 +- fs/xfs/libxfs/xfs_btree.c | 2 +- fs/xfs/libxfs/xfs_ialloc.c | 242 ++++---- fs/xfs/libxfs/xfs_ialloc.h | 5 +- fs/xfs/libxfs/xfs_ialloc_btree.c | 47 +- fs/xfs/libxfs/xfs_ialloc_btree.h | 20 +- fs/xfs/libxfs/xfs_refcount_btree.c | 10 +- fs/xfs/libxfs/xfs_rmap_btree.c | 2 +- fs/xfs/libxfs/xfs_sb.c | 3 +- fs/xfs/scrub/agheader_repair.c | 35 +- fs/xfs/scrub/bmap.c | 2 +- fs/xfs/scrub/common.c | 21 +- fs/xfs/scrub/fscounters.c | 13 +- fs/xfs/scrub/repair.c | 7 +- fs/xfs/xfs_bmap_util.c | 2 +- fs/xfs/xfs_discard.c | 50 +- fs/xfs/xfs_filestream.c | 455 +++++++------- fs/xfs/xfs_filestream.h | 6 +- fs/xfs/xfs_fsmap.c | 5 +- fs/xfs/xfs_icache.c | 8 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_iwalk.c | 10 +- fs/xfs/xfs_mount.h | 3 +- fs/xfs/xfs_reflink.c | 4 +- fs/xfs/xfs_super.c | 47 +- fs/xfs/xfs_trace.h | 81 +-- fs/xfs/xfs_trans.c | 8 +- fs/xfs/xfs_trans.h | 2 +- 44 files changed, 1612 insertions(+), 1260 deletions(-) create mode 100644 Documentation/translations/sp_SP/process/programming-language.rst