summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-02-03Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-01-27xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino