summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong
2025-03-11xfs: trigger zone GC when out of available rt blocksHans Holmberg
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig
2025-03-10xfs: buffer items don't straddle pages anymoreDave Chinner
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig
2025-03-10xfs: unmapped buffer item size straddling mismatchDave Chinner
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-03-03xfs: export max_open_zones in sysfsChristoph Hellwig
2025-03-03xfs: contain more sysfs code in xfs_sysfs.cChristoph Hellwig
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg
2025-03-03xfs: wire up the show_stats super operationChristoph Hellwig
2025-03-03xfs: support write life time based data placementHans Holmberg
2025-03-03xfs: add a max_open_zones mount optionChristoph Hellwig
2025-03-03xfs: support zone gapsChristoph Hellwig
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig
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