summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_notify_failure.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24xfs: Remove unused label in xfs_dax_notify_dev_failureAlan Huang1-1/+0
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-4/+1
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig1-2/+1
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-3/+3
2024-12-24xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong1-55/+72
2024-12-24xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong1-39/+82
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-6/+102
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan1-3/+3
2023-07-02xfs: fix the calculation for "end" and "length"Shiyang Ruan1-4/+5
2022-10-11Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+17
2022-10-04xfs: on memory failure, only shut down fs after scanning all mappingsDarrick J. Wong1-9/+17
2022-09-12xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams1-1/+1
2022-09-12xfs: quiet notify_failure EOPNOTSUPP casesDan Williams1-2/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+226
2022-07-18xfs: implement ->notify_failure() for XFSShiyang Ruan1-0/+220