]> git.ipfire.org Git - thirdparty/kernel/stable.git/shortlog
thirdparty/kernel/stable.git
2025-03-10  Christoph Hellwigxfs: cleanup mapping tmpfs folios into the buffer cache
2025-03-10  Christoph Hellwigxfs: use vmalloc instead of vm_map_area for buffer...
2025-03-10  Dave Chinnerxfs: buffer items don't straddle pages anymore
2025-03-10  Christoph Hellwigxfs: kill XBF_UNMAPPED
2025-03-10  Christoph Hellwigxfs: convert buffer cache to use high order folios
2025-03-10  Christoph Hellwigxfs: remove the kmalloc to page allocator fallback
2025-03-10  Christoph Hellwigxfs: refactor backing memory allocations for buffers
2025-03-10  Christoph Hellwigxfs: remove xfs_buf_is_vmapped
2025-03-10  Christoph Hellwigxfs: remove xfs_buf.b_offset
2025-03-10  Christoph Hellwigxfs: add a fast path to xfs_buf_zero when b_addr is set
2025-03-10  Dave Chinnerxfs: unmapped buffer item size straddling mismatch
2025-03-10  Carlos MaiolinoMerge branch 'xfs-6.15-merge' into for-next
2025-03-10  Carlos MaiolinoMerge branch 'xfs-6.15-zoned_devices' into xfs-6.15...
2025-03-10  Carlos MaiolinoMerge branch 'vfs-6.15.iomap' of git://git.kernel.org...
2025-03-10  Matthew Wilcox... xfs: Use abs_diff instead of XFS_ABSDIFF
2025-03-06  Christian BraunerMerge patch series "iomap preliminaries for large atomi...
2025-03-06  Ritesh Harjani... iomap: Lift blocksize restriction on atomic writes
2025-03-06  John Garryiomap: Support SW-based atomic writes
2025-03-06  John Garryiomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
2025-03-06  Christian BraunerMerge branch 'vfs-6.15.shared.iomap' of gitolite.kernel...
2025-03-04  Carlos MaiolinoMerge tag 'xfs-zoned-allocator-2025-03-03' of git:...
2025-03-03  Christoph Hellwigxfs: export max_open_zones in sysfs
2025-03-03  Christoph Hellwigxfs: contain more sysfs code in xfs_sysfs.c
2025-03-03  Hans Holmbergxfs: export zone stats in /proc/*/mountstats
2025-03-03  Christoph Hellwigxfs: wire up the show_stats super operation
2025-03-03  Hans Holmbergxfs: support write life time based data placement
2025-03-03  Christoph Hellwigxfs: add a max_open_zones mount option
2025-03-03  Christoph Hellwigxfs: support zone gaps
2025-03-03  Christoph Hellwigxfs: enable the zoned RT device feature
2025-03-03  Christoph Hellwigxfs: disable rt quotas for zoned file systems
2025-03-03  Christoph Hellwigxfs: disable reflink for zoned file systems
2025-03-03  Christoph Hellwigxfs: enable fsmap reporting for internal RT devices
2025-03-03  Christoph Hellwigxfs: support xrep_require_rtext_inuse on zoned file...
2025-03-03  Christoph Hellwigxfs: support xchk_xref_is_used_rt_space on zoned file...
2025-03-03  Christoph Hellwigxfs: allow COW forks on zoned file systems in xchk_bmap
2025-03-03  Christoph Hellwigxfs: support growfs on zoned file systems
2025-03-03  Christoph Hellwigxfs: hide reserved RT blocks from statfs
2025-03-03  Christoph Hellwigxfs: wire up zoned block freeing in xfs_rtextent_free_f...
2025-03-03  Christoph Hellwigxfs: implement direct writes to zoned RT devices
2025-03-03  Christoph Hellwigxfs: implement buffered writes to zoned RT devices
2025-03-03  Christoph Hellwigxfs: implement zoned garbage collection
2025-03-03  Christoph Hellwigxfs: add support for zoned space reservations
2025-03-03  Christoph Hellwigxfs: add the zoned space allocator
2025-03-03  Christoph Hellwigxfs: parse and validate hardware zone information
2025-03-03  Christoph Hellwigxfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
2025-03-03  Christoph Hellwigxfs: don't call xfs_can_free_eofblocks from ->release...
2025-03-03  Christoph Hellwigxfs: disable FITRIM for zoned RT devices
2025-03-03  Christoph Hellwigxfs: disable sb_frextents for zoned file systems
2025-03-03  Christoph Hellwigxfs: export zoned geometry via XFS_FSOP_GEOM
2025-03-03  Christoph Hellwigxfs: allow internal RT devices for zoned mode
2025-03-03  Christoph Hellwigxfs: define the zoned on-disk format
2025-03-03  Christoph Hellwigxfs: add a xfs_rtrmap_highest_rgbno helper
2025-03-03  Christoph Hellwigxfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
2025-03-03  Christoph Hellwigxfs: refine the unaligned check for always COW inodes...
2025-03-03  Christoph Hellwigxfs: skip always_cow inodes in xfs_reflink_trim_around_...
2025-03-03  Christoph Hellwigxfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
2025-03-03  Christoph Hellwigxfs: add a rtg_blocks helper
2025-03-03  Christoph Hellwigxfs: factor out a xfs_rt_check_size helper
2025-03-03  Christoph Hellwigxfs: reduce metafile reservations
2025-03-03  Christoph Hellwigxfs: make metabtree reservations global
2025-03-03  Christoph Hellwigxfs: fixup the metabtree reservation in xrep_reap_metad...
2025-03-03  Christoph Hellwigxfs: trace in-memory freecounter reservations
2025-03-03  Christoph Hellwigxfs: support reserved blocks for the rt extent counter
2025-03-03  Christoph Hellwigxfs: generalize the freespace and reserved blocks handling
2025-03-03  Christoph Hellwigxfs: reflow xfs_dec_freecounter
2025-03-03  Carlos MaiolinoMerge branch 'vfs-6.15.iomap' of git://git.kernel.org...
2025-02-27  Christian BraunerMerge branch 'vfs-6.15.shared.iomap' of gitolite.kernel...
2025-02-27  Christian BraunerMerge patch series "iomap: make buffered writes work...
2025-02-27  Jens Axboexfs: flag as supporting FOP_DONTCACHE
2025-02-27  Jens Axboeiomap: make buffered writes work with RWF_DONTCACHE
2025-02-27  Jens Axboexfs: flag as supporting FOP_DONTCACHE
2025-02-27  Jens Axboeiomap: make buffered writes work with RWF_DONTCACHE
2025-02-26  Christian BraunerMerge patch series "iomap: incremental advance conversi...
2025-02-26  Brian Fosteriomap: introduce a full map advance helper
2025-02-26  Brian Fosteriomap: rename iomap_iter processed field to status
2025-02-26  Brian Fosteriomap: remove unnecessary advance from iomap_iter()
2025-02-26  Brian Fosterdax: advance the iomap_iter on pte and pmd faults
2025-02-26  Brian Fosterdax: advance the iomap_iter on dedupe range
2025-02-26  Brian Fosterdax: advance the iomap_iter on unshare range
2025-02-26  Brian Fosterdax: advance the iomap_iter on zero range
2025-02-26  Brian Fosterdax: push advance down into dax_iomap_iter() for read...
2025-02-26  Brian Fosterdax: advance the iomap_iter in the read/write path
2025-02-26  Brian Fosteriomap: convert misc simple ops to incremental advance
2025-02-26  Brian Fosteriomap: advance the iter on direct I/O
2025-02-26  Brian Fosteriomap: advance the iter directly on buffered read
2025-02-25  Christoph Hellwigxfs: remove the XBF_STALE check from xfs_buf_rele_cached
2025-02-25  Christoph Hellwigxfs: remove most in-flight buffer accounting
2025-02-25  Christoph Hellwigxfs: decouple buffer readahead from the normal buffer...
2025-02-25  Christoph Hellwigxfs: reduce context switches for synchronous buffered I/O
2025-02-14  Christoph Hellwigxfs: flush inodegc before swapon
2025-02-14  Christoph Hellwigxfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_...
2025-02-14  Carlos Maiolinoxfs: Do not allow norecovery mount with quotacheck
2025-02-14  Lukas Herboltxfs: do not check NEEDSREPAIR if ro,norecovery mount.
2025-02-14  Darrick J.... xfs: fix data fork format filtering during inode repair
2025-02-14  Darrick J.... xfs: fix online repair probing when CONFIG_XFS_ONLINE_R...
2025-02-10  Christian BraunerMerge patch series "iomap: incremental per-operation...
2025-02-10  Brian Fosteriomap: advance the iter directly on zero range
2025-02-10  Brian Fosteriomap: advance the iter directly on unshare range
2025-02-10  Brian Fosteriomap: advance the iter directly on buffered writes
2025-02-10  Brian Fosteriomap: support incremental iomap_iter advances
next