summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-04-22XFS: fix zoned gc threshold math for 32-bit archesCarlos Maiolino
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig
2025-03-18xfs: remove xfs_buf_free_mapsChristoph Hellwig
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig
2025-03-18xfs: remove unnecessary NULL check before kvfree()Chen Ni
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino
2025-03-18xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong
2025-03-18xfs: don't increment m_generation for all errors in xfs_growfs_dataChristoph Hellwig
2025-03-18xfs: fix a missing unlock in xfs_growfs_dataChristoph Hellwig
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
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)