| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-16 | Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 121 | -790/+768 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -4/+20 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -21/+38 |
| 2026-06-12 | xfs: shut down the filesystem on a failed mount | Mikhail Lobanov | 1 | -4/+12 |
| 2026-06-12 | xfs: skip inode inactivation on a shut down mount | Mikhail Lobanov | 1 | -2/+15 |
| 2026-06-12 | xfs: move XFS_LSN_CMP to xfs_log_format.h | Christoph Hellwig | 3 | -18/+13 |
| 2026-06-12 | xfs: shut down zoned file systems on writeback errors | Yao Sang | 1 | -0/+11 |
| 2026-06-10 | xfs: cleanup xfs_growfs_compute_deltas | Christoph Hellwig | 3 | -26/+25 |
| 2026-06-10 | xfs: pass back updated nb from xfs_growfs_compute_deltas | Christoph Hellwig | 3 | -7/+7 |
| 2026-06-10 | xfs: fix pointer arithmetic error on 32-bit systems | Darrick J. Wong | 1 | -1/+1 |
| 2026-06-10 | xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomap | Christoph Hellwig | 1 | -1/+1 |
| 2026-06-10 | xfs: only log freed extents for the current RTG in zoned growfs | Christoph Hellwig | 1 | -4/+4 |
| 2026-06-10 | xfs: add newly added RTGs to the free pool in growfs | Christoph Hellwig | 1 | -0/+8 |
| 2026-06-10 | xfs: factor out a xfs_zone_mark_free helper | Christoph Hellwig | 3 | -5/+11 |
| 2026-06-09 | xfs: mark struct xfs_imap as __packed | Christoph Hellwig | 1 | -1/+1 |
| 2026-06-09 | xfs: store an agbno in struct xfs_imap | Christoph Hellwig | 11 | -49/+44 |
| 2026-06-09 | xfs: massage xfs_imap_to_bp into xfs_read_icluster | Christoph Hellwig | 8 | -19/+18 |
| 2026-06-09 | xfs: remove im_len field in struct xfs_imap | Christoph Hellwig | 7 | -15/+18 |
| 2026-06-09 | xfs: cleanup xfs_imap | Christoph Hellwig | 1 | -34/+28 |
| 2026-06-09 | xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_map | Christoph Hellwig | 3 | -37/+5 |
| 2026-06-09 | xfs: remove the i_ino field in struct xfs_inode | Christoph Hellwig | 91 | -425/+427 |
| 2026-06-09 | xfs: remove xfs_setup_existing_inode | Christoph Hellwig | 2 | -9/+5 |
| 2026-06-09 | xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corrupt | Christoph Hellwig | 7 | -14/+14 |
| 2026-06-09 | xfs: add a xchk_ip_set_corrupt helper | Christoph Hellwig | 10 | -36/+38 |
| 2026-06-09 | xfs: add a xfs_rmap_inode_owner helper | Christoph Hellwig | 4 | -6/+7 |
| 2026-06-09 | xfs: add a xfs_rmap_inode_bmbt_owner | Christoph Hellwig | 10 | -14/+15 |
| 2026-06-09 | xfs: add a XFS_INO_TO_FSB helper | Christoph Hellwig | 6 | -16/+11 |
| 2026-06-09 | xfs: add a XFS_INODE_TO_AGINO helper | Christoph Hellwig | 7 | -28/+23 |
| 2026-06-09 | xfs: add a XFS_INODE_TO_AGNO helper | Christoph Hellwig | 13 | -36/+31 |
| 2026-06-09 | xfs: fix unreachable BIGTIME check in dquot flush validation | Alexey Nepomnyashih | 1 | -8/+8 |
| 2026-06-09 | xfs: fix exchmaps reservation limit check | Yingjie Gao | 1 | -1/+1 |
| 2026-06-09 | xfs: drop the experimental warning for the zoned allocator | Christoph Hellwig | 4 | -8/+0 |
| 2026-05-30 | xfs: Remove mention of PageWriteback | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2026-05-30 | xfs: abort mount if xfs_fs_reserve_ag_blocks fails | Christoph Hellwig | 1 | -2/+5 |
| 2026-05-30 | xfs: factor rtgroup geom write pointer reporting into a helper | Christoph Hellwig | 1 | -16/+22 |
| 2026-05-30 | xfs: drop the RTG reference later in xfs_ioc_rtgroup_geometry | Christoph Hellwig | 1 | -4/+5 |
| 2026-05-30 | xfs: fix rtgroup cleanup in CoW fork repair | Yingjie Gao | 1 | -4/+1 |
| 2026-05-30 | xfs: fix error returns in CoW fork repair | Yingjie Gao | 1 | -5/+2 |
| 2026-05-30 | xfs: fix overlapping extents returned for pNFS LAYOUTGET | Dai Ngo | 1 | -2/+2 |
| 2026-05-30 | xfs: fix use of uninitialized imap in xfs_fs_map_blocks error path | Dai Ngo | 1 | -2/+5 |
| 2026-05-30 | xfs: handle racing deletions in xfs_zone_gc_iter_irec | Hans Holmberg | 1 | -1/+1 |
| 2026-05-21 | xfs: fix a buffer lookup against removal race | Christoph Hellwig | 1 | -10/+24 |
| 2026-05-11 | fs: add icount_read_once() and stop open-coding ->i_count loads | Mateusz Guzik | 2 | -2/+2 |
| 2026-05-11 | xfs: Report case sensitivity in fileattr_get | Chuck Lever | 2 | -3/+19 |
| 2026-05-11 | fs: Move file_kattr initialization to callers | Chuck Lever | 1 | -1/+1 |
| 2026-05-11 | xfs: Fix typo in comment | Md Shofiqul Islam | 1 | -1/+1 |
| 2026-05-11 | xfs: fix the "limiting open zones" message | Christoph Hellwig | 1 | -1/+1 |
| 2026-05-11 | exportfs,nfsd: rework checking for layout-based block device access support | Christoph Hellwig | 1 | -0/+13 |
| 2026-05-11 | exportfs: don't pass struct iattr to ->commit_blocks | Christoph Hellwig | 1 | -9/+10 |
| 2026-05-11 | exportfs: split out the ops for layout-based block device access | Christoph Hellwig | 3 | -12/+15 |
| 2026-04-27 | xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate | Ravi Singh | 2 | -6/+11 |
| 2026-04-27 | xfs: check da node block pad field during scrub | Yuto Ohnuki | 1 | -1/+6 |
| 2026-04-27 | xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc() | Wilfred Mallawa | 1 | -1/+1 |
| 2026-04-27 | xfs: fix memory leak on error in xfs_alloc_zone_info() | Wilfred Mallawa | 1 | -1/+1 |
| 2026-04-27 | xfs: check directory data block header padding in scrub | Yuto Ohnuki | 3 | -1/+19 |
| 2026-04-27 | xfs: zero directory data block padding on write verification | Yuto Ohnuki | 1 | -0/+6 |
| 2026-04-27 | xfs: zero entire directory data block header region at init | Yuto Ohnuki | 1 | -7/+5 |
| 2026-04-27 | xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING | Jinliang Zheng | 1 | -2/+1 |
| 2026-04-13 | Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 24 | -534/+739 |
| 2026-04-13 | Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -23/+15 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -7/+49 |
| 2026-04-07 | xfs: use bio_await in xfs_zone_gc_reset_sync | Christoph Hellwig | 1 | -14/+5 |
| 2026-04-07 | xfs: fix number of GC bvecs | Christoph Hellwig | 1 | -9/+10 |
| 2026-04-07 | xfs: fix number of GC bvecs | Christoph Hellwig | 1 | -9/+10 |
| 2026-04-07 | xfs: untangle the open zones reporting in mountinfo | Christoph Hellwig | 1 | -2/+6 |
| 2026-04-07 | xfs: expose the number of open zones in sysfs | Christoph Hellwig | 1 | -0/+13 |
| 2026-04-07 | xfs: reduce special casing for the open GC zone | Christoph Hellwig | 4 | -59/+58 |
| 2026-04-07 | xfs: streamline GC zone selection | Christoph Hellwig | 1 | -55/+40 |
| 2026-04-07 | xfs: refactor GC zone selection helpers | Christoph Hellwig | 1 | -23/+22 |
| 2026-04-07 | xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irec | Christoph Hellwig | 1 | -2/+2 |
| 2026-04-07 | xfs: put the open zone later xfs_open_zone_put | Christoph Hellwig | 1 | -1/+1 |
| 2026-04-07 | xfs: add a separate tracepoint for stealing an open zone for GC | Christoph Hellwig | 2 | -1/+2 |
| 2026-04-07 | xfs: delay initial open of the GC zone | Christoph Hellwig | 1 | -25/+20 |
| 2026-04-07 | xfs: fix a resource leak in xfs_alloc_buftarg() | Haoxiang Li | 1 | -0/+1 |
| 2026-04-07 | xfs: handle too many open zones when mounting | Christoph Hellwig | 2 | -0/+76 |
| 2026-04-07 | xfs: refactor xfs_mount_zones | Christoph Hellwig | 1 | -20/+34 |
| 2026-04-07 | xfs: fix integer overflow in busy extent sort comparator | Yuto Ohnuki | 1 | -2/+2 |
| 2026-04-07 | xfs: fix integer overflow in deferred intent sort comparators | Yuto Ohnuki | 3 | -3/+3 |
| 2026-04-07 | xfs: fold xfs_setattr_size into xfs_vn_setattr_size | Christoph Hellwig | 1 | -27/+11 |
| 2026-04-07 | xfs: remove a duplicate assert in xfs_setattr_size | Christoph Hellwig | 1 | -1/+0 |
| 2026-03-31 | xfs: return default quota limits for IDs without a dquot | Ravi Singh | 1 | -1/+42 |
| 2026-03-30 | xfs: start gc on zonegc_low_space attribute updates | Hans Holmberg | 3 | -1/+27 |
| 2026-03-30 | xfs: don't decrement the buffer LRU count for in-use buffers | Christoph Hellwig | 1 | -10/+12 |
| 2026-03-30 | xfs: switch (back) to a per-buftarg buffer hash | Christoph Hellwig | 5 | -69/+18 |
| 2026-03-30 | xfs: use a lockref for the buffer reference count | Christoph Hellwig | 3 | -55/+39 |
| 2026-03-30 | xfs: don't keep a reference for buffers on the LRU | Christoph Hellwig | 2 | -92/+50 |
| 2026-03-26 | Merge branch 'xfs-7.0-fixes' into for-next | Carlos Maiolino | 3 | -20/+4 |
| 2026-03-26 | xfs: remove file_path tracepoint data | Darrick J. Wong | 2 | -19/+4 |
| 2026-03-26 | xfs: don't irele after failing to iget in xfs_attri_recover_work | Darrick J. Wong | 1 | -1/+0 |
| 2026-03-23 | Merge branch 'xfs-7.1-merge' into for-next | Carlos Maiolino | 4 | -73/+168 |
| 2026-03-23 | Merge branch 'xfs-7.0-fixes' into for-next | Carlos Maiolino | 7 | -98/+130 |
| 2026-03-23 | xfs: report cow mappings with dirty pagecache for iomap zero range | Brian Foster | 1 | -4/+22 |
| 2026-03-23 | xfs: replace zero range flush with folio batch | Brian Foster | 1 | -14/+6 |
| 2026-03-23 | xfs: only flush when COW fork blocks overlap data fork holes | Brian Foster | 1 | -6/+30 |
| 2026-03-23 | xfs: look up cow fork extent earlier for buffered iomap_begin | Brian Foster | 1 | -21/+25 |
| 2026-03-23 | xfs: flush eof folio before insert range size update | Brian Foster | 1 | -0/+17 |
| 2026-03-23 | iomap, xfs: lift zero range hole mapping flush into xfs | Brian Foster | 1 | -3/+22 |
| 2026-03-23 | xfs: flush dirty pagecache over hole in zoned mode zero range | Brian Foster | 1 | -0/+19 |
| 2026-03-23 | xfs: fix iomap hole map reporting for zoned zero range | Brian Foster | 1 | -8/+10 |
| 2026-03-23 | xfs: remove redundant validation in xlog_recover_attri_commit_pass2 | Long Li | 1 | -46/+0 |
| 2026-03-23 | xfs: fix ri_total validation in xlog_recover_attri_commit_pass2 | Long Li | 1 | -2/+2 |
| 2026-03-23 | xfs: close crash window in attr dabtree inactivation | Long Li | 1 | -38/+57 |
| 2026-03-23 | xfs: factor out xfs_attr3_leaf_init | Long Li | 2 | -0/+25 |
| 2026-03-23 | xfs: factor out xfs_attr3_node_entry_remove | Long Li | 2 | -11/+44 |
| 2026-03-23 | xfs: only assert new size for datafork during truncate extents | Long Li | 1 | -1/+2 |
| 2026-03-23 | xfs: Use xarray to track SB UUIDs instead of plain array. | Lukas Herbolt | 2 | -39/+39 |
| 2026-03-18 | Merge branch 'xfs-7.1-merge' into for-next | Carlos Maiolino | 6 | -57/+137 |
| 2026-03-18 | xfs: avoid unnecessary calculations in xfs_zoned_need_gc() | Damien Le Moal | 1 | -6/+18 |
| 2026-03-18 | xfs: display more zone related information in mountstats | Damien Le Moal | 1 | -1/+6 |
| 2026-03-18 | xfs: fix a comment typo in xfs_select_zone_nowait() | Damien Le Moal | 1 | -1/+1 |
| 2026-03-18 | xfs: avoid unnecessary open zone check in xfs_select_zone_nowait() | Damien Le Moal | 1 | -3/+4 |
| 2026-03-18 | xfs: annotate struct xfs_attr_list_context with __counted_by_ptr | Bill Wendling | 3 | -3/+4 |
| 2026-03-18 | xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA | Christoph Hellwig | 1 | -10/+8 |
| 2026-03-18 | xfs: scrub: unlock dquot before early return in quota scrub | hongao | 1 | -1/+3 |
| 2026-03-18 | xfs: refactor xfsaild_push loop into helper | Yuto Ohnuki | 1 | -58/+69 |
| 2026-03-18 | xfs: save ailp before dropping the AIL lock in push callbacks | Yuto Ohnuki | 2 | -4/+14 |
| 2026-03-18 | xfs: avoid dereferencing log items after push callbacks | Yuto Ohnuki | 2 | -11/+51 |
| 2026-03-18 | xfs: stop reclaim before pushing AIL during unmount | Yuto Ohnuki | 1 | -3/+4 |
| 2026-03-18 | xfs: opencode xfs_zone_record_blocks | Carlos Maiolino | 1 | -22/+11 |
| 2026-03-12 | xfs: factor out xfs_zone_inc_written | Carlos Maiolino | 1 | -6/+14 |
| 2026-03-12 | xfs: factor out xfs_dio_write_zoned_end_io | Carlos Maiolino | 1 | -3/+32 |
| 2026-03-12 | xfs: factor out isize updates from xfs_dio_write_end_io | Carlos Maiolino | 1 | -23/+37 |
| 2026-03-11 | xfs: fix integer overflow in bmap intent sort comparator | Long Li | 1 | -1/+1 |
| 2026-03-10 | xfs: fix undersized l_iclog_roundoff values | Darrick J. Wong | 1 | -0/+2 |
| 2026-03-10 | xfs: support T10 protection information | Christoph Hellwig | 2 | -7/+49 |
| 2026-03-10 | xfs: ensure dquot item is deleted from AIL only after log shutdown | Long Li | 1 | -1/+7 |
| 2026-03-10 | xfs: remove redundant set null for ip->i_itemp | Long Li | 1 | -1/+0 |
| 2026-03-06 | xfs: fix returned valued from xfs_defer_can_append | Carlos Maiolino | 1 | -1/+1 |
| 2026-03-05 | xfs: Remove redundant NULL check after __GFP_NOFAIL | hongao | 1 | -6/+2 |
| 2026-03-04 | xfs: fix race between healthmon unmount and read_iter | Darrick J. Wong | 1 | -7/+10 |
| 2026-03-04 | xfs: add write pointer to xfs_rtgroup_geometry | Wilfred Mallawa | 2 | -1/+23 |
| 2026-03-04 | xfs: remove scratch field from struct xfs_gc_bio | Damien Le Moal | 1 | -2/+0 |
| 2026-02-25 | xfs: add static size checks for ioctl UABI | Wilfred Mallawa | 1 | -5/+34 |
| 2026-02-25 | xfs: remove duplicate static size checks | Wilfred Mallawa | 1 | -9/+0 |
| 2026-02-25 | xfs: Add comments for usages of some macros. | Nirjhar Roy (IBM) | 1 | -0/+9 |
| 2026-02-25 | xfs: Update lazy counters in xfs_growfs_rt_bmblock() | Nirjhar Roy (IBM) | 1 | -0/+9 |
| 2026-02-25 | xfs: Add a comment in xfs_log_sb() | Nirjhar Roy (IBM) | 1 | -0/+3 |
| 2026-02-25 | xfs: Fix xfs_last_rt_bmblock() | Nirjhar Roy (IBM) | 1 | -6/+24 |
| 2026-02-25 | xfs: don't report half-built inodes to fserror | Darrick J. Wong | 2 | -3/+14 |
| 2026-02-25 | xfs: don't report metadata inodes to fserror | Darrick J. Wong | 1 | -2/+14 |
| 2026-02-25 | xfs: fix potential pointer access race in xfs_healthmon_get | Darrick J. Wong | 2 | -5/+8 |
| 2026-02-25 | xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure | Darrick J. Wong | 1 | -2/+2 |
| 2026-02-25 | xfs: fix xfs_group release bug in xfs_verify_report_losses | Darrick J. Wong | 1 | -2/+2 |
| 2026-02-25 | xfs: fix copy-paste error in previous fix | Darrick J. Wong | 1 | -1/+1 |
| 2026-02-25 | xfs: Fix error pointer dereference | Ethan Tidmore | 1 | -1/+6 |
| 2026-02-25 | xfs: remove metafile inodes from the active inode stat | Christoph Hellwig | 5 | -5/+23 |
| 2026-02-25 | xfs: cleanup inode counter stats | Christoph Hellwig | 4 | -18/+18 |
| 2026-02-25 | xfs: fix code alignment issues in xfs_ondisk.c | Wilfred Mallawa | 1 | -2/+2 |
| 2026-02-25 | xfs: Replace &rtg->rtg_group with rtg_group() | Nirjhar Roy (IBM) | 2 | -8/+8 |
| 2026-02-25 | xfs: Refactoring the nagcount and delta calculation | Nirjhar Roy (IBM) | 3 | -15/+33 |
| 2026-02-25 | xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary() | Nirjhar Roy (IBM) | 1 | -1/+4 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 12 | -15/+15 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 63 | -115/+106 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -4/+5 |
| 2026-02-12 | mm: update all remaining mmap_prepare users to use vma_flags_t | Lorenzo Stoakes | 1 | -2/+2 |
| 2026-02-12 | mm: update shmem_[kernel]_file_*() functions to use vma_flags_t | Lorenzo Stoakes | 2 | -2/+3 |
| 2026-02-12 | Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+0 |
| 2026-02-09 | Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s... | Linus Torvalds | 2 | -5/+44 |
| 2026-02-09 | Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 219 | -1342/+4212 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -2/+22 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2 | -43/+35 |
| 2026-01-30 | xfs: add sysfs stats for zoned GC | Christoph Hellwig | 3 | -1/+18 |
| 2026-01-30 | xfs: give the defer_relog stat a xs_ prefix | Christoph Hellwig | 3 | -5/+5 |
| 2026-01-30 | xfs: add zone reset error injection | Christoph Hellwig | 2 | -4/+15 |
| 2026-01-30 | xfs: refactor zone reset handling | Christoph Hellwig | 1 | -21/+28 |
| 2026-01-30 | xfs: don't mark all discard issued by zoned GC as sync | Christoph Hellwig | 1 | -1/+2 |
| 2026-01-30 | xfs: allow setting errortags at mount time | Christoph Hellwig | 3 | -1/+47 |
| 2026-01-30 | xfs: use WRITE_ONCE/READ_ONCE for m_errortag | Christoph Hellwig | 1 | -9/+14 |
| 2026-01-30 | xfs: move the guts of XFS_ERRORTAG_DELAY out of line | Christoph Hellwig | 2 | -12/+24 |
| 2026-01-30 | xfs: don't validate error tags in the I/O path | Christoph Hellwig | 3 | -30/+12 |
| 2026-01-30 | xfs: allocate m_errortag early | Christoph Hellwig | 2 | -25/+13 |
| 2026-01-30 | xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubs | Christoph Hellwig | 1 | -2/+2 |
| 2026-01-30 | xfs: validate log record version against superblock log version | Raphael Pinsonneault-Thibeault | 1 | -11/+16 |
| 2026-01-29 | xfs: fix spacing style issues in xfs_alloc.c | Shin Seong-jun | 1 | -4/+4 |
| 2026-01-29 | xfs: remove xfs_zone_gc_space_available | Christoph Hellwig | 1 | -14/+7 |
| 2026-01-29 | xfs: use a seprate member to track space availabe in the GC scatch buffer | Christoph Hellwig | 1 | -16/+9 |
| 2026-01-28 | xfs: use bounce buffering direct I/O when the device requires stable pages | Christoph Hellwig | 2 | -5/+44 |
| 2026-01-28 | Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s... | Carlos Maiolino | 23 | -181/+115 |
| 2026-01-28 | Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc... | Carlos Maiolino | 6 | -17/+157 |
| 2026-01-28 | Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/... | Carlos Maiolino | 3 | -63/+155 |
| 2026-01-28 | Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc... | Carlos Maiolino | 17 | -7/+2795 |
| 2026-01-24 | xfs: check for deleted cursors when revalidating two btrees | Darrick J. Wong | 2 | -3/+32 |
| 2026-01-24 | xfs: fix UAF in xchk_btree_check_block_owner | Darrick J. Wong | 1 | -2/+5 |
| 2026-01-24 | xfs: check return value of xchk_scrub_create_subord | Darrick J. Wong | 3 | -1/+7 |
| 2026-01-24 | xfs: only call xf{array,blob}_destroy if we have a valid pointer | Darrick J. Wong | 5 | -9/+24 |
| 2026-01-23 | xfs: get rid of the xchk_xfile_*_descr calls | Darrick J. Wong | 19 | -166/+47 |
| 2026-01-23 | xfs: add a method to replace shortform attrs | Darrick J. Wong | 4 | -0/+44 |
| 2026-01-23 | xfs: speed up parent pointer operations when possible | Darrick J. Wong | 3 | -10/+109 |
| 2026-01-23 | xfs: reduce xfs_attr_try_sf_addname parameters | Darrick J. Wong | 1 | -7/+4 |
| 2026-01-23 | xfs: fix remote xattr valuelblk check | Darrick J. Wong | 1 | -1/+4 |
| 2026-01-23 | xfs: fix the xattr scrub to detect freemap/entries array collisions | Darrick J. Wong | 1 | -27/+27 |
| 2026-01-23 | xfs: strengthen attr leaf block freemap checking | Darrick J. Wong | 1 | -0/+55 |
| 2026-01-23 | xfs: refactor attr3 leaf table size computation | Darrick J. Wong | 2 | -29/+30 |
| 2026-01-23 | xfs: fix freemap adjustments when adding xattrs to leaf blocks | Darrick J. Wong | 1 | -8/+28 |
| 2026-01-23 | xfs: delete attr leaf freemap entries when empty | Darrick J. Wong | 1 | -0/+13 |
| 2026-01-21 | xfs: fix incorrect context handling in xfs_trans_roll | Wenwu Hou | 2 | -11/+6 |