summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-5/+5
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-24/+21
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds82-1488/+5920
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+7
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+25
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-0/+4
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig4-6/+5
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig5-9/+8
2025-03-18xfs: remove xfs_buf_free_mapsChristoph Hellwig1-11/+2
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig1-27/+6
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig1-90/+75
2025-03-18xfs: remove unnecessary NULL check before kvfree()Chen Ni1-2/+1
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino11-419/+168
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino75-954/+5692
2025-03-18xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong1-3/+12
2025-03-18xfs: don't increment m_generation for all errors in xfs_growfs_dataChristoph Hellwig1-7/+6
2025-03-18xfs: fix a missing unlock in xfs_growfs_dataChristoph Hellwig1-3/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+12
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-3/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple2-20/+8
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-3/+1
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan2-5/+5
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+0
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-13/+0
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong1-1/+0
2025-03-11xfs: trigger zone GC when out of available rt blocksHans Holmberg1-0/+10
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig2-0/+8
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig3-32/+14
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig3-177/+53
2025-03-10xfs: buffer items don't straddle pages anymoreDave Chinner1-124/+0
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig8-73/+21
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig1-6/+50
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig1-24/+24
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig1-19/+36
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig1-17/+3
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig2-4/+1
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig1-2/+7
2025-03-10xfs: unmapped buffer item size straddling mismatchDave Chinner1-4/+14
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino75-947/+5666
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-1/+2
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner1-1/+2
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-4/+5
2025-03-03xfs: export max_open_zones in sysfsChristoph Hellwig2-0/+41
2025-03-03xfs: contain more sysfs code in xfs_sysfs.cChristoph Hellwig3-33/+36
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg4-0/+111
2025-03-03xfs: wire up the show_stats super operationChristoph Hellwig1-0/+9
2025-03-03xfs: support write life time based data placementHans Holmberg5-19/+141