summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig
2026-01-21xfs: move struct xfs_log_vec to xfs_log_priv.hChristoph Hellwig
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-20xfs: add media verification ioctlDarrick J. Wong
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong
2026-01-20xfs: allow toggling verbose logging on the health monitoring fileDarrick J. Wong
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong
2026-01-16Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster
2026-01-13xfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig
2026-01-13xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)
2026-01-13xfs: translate fsdax media errors into file "data lost" errors when convenientDarrick J. Wong
2026-01-13xfs: report fs metadata errors via fsnotifyDarrick J. Wong
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-12xfs: enable non-blocking timestamp updatesChristoph Hellwig
2026-01-12xfs: implement ->sync_lazytimeChristoph Hellwig
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig
2026-01-12xfs: add setlease file operationJeff Layton
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-09xfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong