summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig3-24/+24
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner1-9/+0
2026-01-20xfs: add media verification ioctlDarrick J. Wong6-0/+590
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong2-1/+45
2026-01-20xfs: allow toggling verbose logging on the health monitoring fileDarrick J. Wong1-0/+44
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong6-0/+198
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong6-5/+148
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong5-1/+121
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong6-2/+511
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong4-2/+43
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong5-6/+768
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong8-0/+317
2026-01-16Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-39/+41
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-13xfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)1-1/+1
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig1-3/+5
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig1-1/+2
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig2-27/+25
2026-01-13xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-13xfs: translate fsdax media errors into file "data lost" errors when convenientDarrick J. Wong1-0/+4
2026-01-13xfs: report fs metadata errors via fsnotifyDarrick J. Wong2-0/+18
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-2/+0
2026-01-12xfs: enable non-blocking timestamp updatesChristoph Hellwig1-6/+12
2026-01-12xfs: implement ->sync_lazytimeChristoph Hellwig2-29/+20
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-0/+3
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-14/+8
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig1-4/+2
2026-01-12xfs: add setlease file operationJeff Layton1-0/+3
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-5/+6
2026-01-09xfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter1-1/+1
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig1-6/+8
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig1-10/+48
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2025-12-16xfs: ignore discard return valueChaitanya Kulkarni2-23/+6
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster1-5/+6
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds28-513/+357
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+17
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-7/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+26
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-16/+16
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-29/+70
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2025-11-24xfs: move some code out of xfs_iget_recycleChristoph Hellwig1-18/+13