index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-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-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: 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: 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/kernel/git/akpm/mm
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/kernel/git/akpm/mm
Linus Torvalds
1
-9
/
+0
[next]