summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-03xfs: disable rt quotas for zoned file systemsChristoph Hellwig
2025-03-03xfs: disable reflink for zoned file systemsChristoph Hellwig
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig
2025-03-03xfs: support xrep_require_rtext_inuse on zoned file systemsChristoph Hellwig
2025-03-03xfs: support xchk_xref_is_used_rt_space on zoned file systemsChristoph Hellwig
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig
2025-03-03xfs: support growfs on zoned file systemsChristoph Hellwig
2025-03-03xfs: hide reserved RT blocks from statfsChristoph Hellwig
2025-03-03xfs: wire up zoned block freeing in xfs_rtextent_free_finish_itemChristoph Hellwig
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig
2025-03-03xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_fileChristoph Hellwig
2025-03-03xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodesChristoph Hellwig
2025-03-03xfs: disable FITRIM for zoned RT devicesChristoph Hellwig
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig
2025-03-03xfs: refine the unaligned check for always COW inodes in xfs_file_dio_writeChristoph Hellwig
2025-03-03xfs: skip always_cow inodes in xfs_reflink_trim_around_sharedChristoph Hellwig
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino
2025-02-27Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-02-27Merge patch series "iomap: make buffered writes work with RWF_DONTCACHE"Christian Brauner
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-26Merge patch series "iomap: incremental advance conversion -- phase 2"Christian Brauner
2025-02-26iomap: introduce a full map advance helperBrian Foster
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26iomap: remove unnecessary advance from iomap_iter()Brian Foster
2025-02-26dax: advance the iomap_iter on pte and pmd faultsBrian Foster
2025-02-26dax: advance the iomap_iter on dedupe rangeBrian Foster
2025-02-26dax: advance the iomap_iter on unshare rangeBrian Foster