summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
4 daysxfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-10-29xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
2025-10-02xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-06-27xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+11
2025-03-13xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2025-03-13xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-03-13xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-14xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-14xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2024-08-19xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-02-23xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2023-11-28xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao1-1/+6
2023-11-28xfs: fix memory leak in xfs_errortag_initZeng Heng1-2/+7
2023-11-28xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2023-11-28xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong1-2/+7
2023-11-28xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2023-11-28xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R1-35/+163
2023-11-28xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang1-1/+4
2023-11-28xfs: fix intermittent hang during quotacheckDarrick J. Wong1-0/+7
2023-11-28xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-0/+1
2023-11-28xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong1-5/+3
2023-11-28xfs: flush inode gc workqueue before clearing agi bucketZhang Yi1-0/+1
2023-11-28xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2023-11-28xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2023-11-28xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong3-6/+14
2023-11-28xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong1-0/+13
2023-11-28xfs: refactor buffer cancellation table allocationDarrick J. Wong4-32/+64
2023-10-25xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2-43/+20
2023-10-06xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong1-5/+27
2023-10-06xfs: disable reaping in fscounters scrubDarrick J. Wong5-37/+6
2023-10-06xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong3-0/+8
2023-10-06xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong1-2/+4
2023-10-06xfs: introduce xfs_inodegc_push()Dave Chinner5-10/+28
2023-10-06xfs: bound maximum wait time for inodegc workDave Chinner3-16/+24
2023-06-14xfs: verify buffer contents when we skip log replayDarrick J. Wong1-0/+10
2023-05-11xfs: don't consider future format versions validDave Chinner1-5/+6
2023-03-17xfs: remove xfs_setattr_time() declarationGaosheng Cui1-1/+0
2023-03-17xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2-14/+3
2023-03-17xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2023-03-17xfs: remove XFS_PREALLOC_SYNCDave Chinner2-8/+11
2023-03-17xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2-54/+5
2023-02-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2023-02-22xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong1-1/+8