summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
6 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
6 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
6 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
6 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
8 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig
2026-01-30xfs: add zone reset error injectionChristoph Hellwig
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong