summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-11-28xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao
2023-11-28xfs: fix memory leak in xfs_errortag_initZeng Heng
2023-11-28xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan
2023-11-28xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong
2023-11-28xfs: fix inode reservation space for removing transactionhexiaole
2023-11-28xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R
2023-11-28xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang
2023-11-28xfs: fix intermittent hang during quotacheckDarrick J. Wong
2023-11-28xfs: don't leak memory when attr fork loading failsDarrick J. Wong
2023-11-28xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong
2023-11-28xfs: flush inode gc workqueue before clearing agi bucketZhang Yi
2023-11-28xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong
2023-11-28xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia
2023-11-28xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong
2023-11-28xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong
2023-11-28xfs: refactor buffer cancellation table allocationDarrick J. Wong
2023-10-25xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2023-10-06xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-10-06xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-10-06xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-10-06xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-10-06xfs: introduce xfs_inodegc_push()Dave Chinner
2023-10-06xfs: bound maximum wait time for inodegc workDave Chinner
2023-06-14xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-05-11xfs: don't consider future format versions validDave Chinner
2023-03-17xfs: remove xfs_setattr_time() declarationGaosheng Cui
2023-03-17xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2023-03-17xfs: fallocate() should call file_modified()Dave Chinner
2023-03-17xfs: remove XFS_PREALLOC_SYNCDave Chinner
2023-03-17xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong
2023-02-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong
2023-02-22xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong
2023-02-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2023-02-22xfs: don't assert fail on perag references on teardownDave Chinner
2023-02-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner
2023-02-22xfs: validate v5 feature fieldsDave Chinner
2023-02-22xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2023-02-22xfs: detect self referencing btree sibling pointersDave Chinner
2023-02-22xfs: fix potential log item leakDave Chinner
2023-02-22xfs: zero inode fork buffer at allocationDave Chinner
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-09-28xfs: validate inode fork size against fork formatDave Chinner
2022-09-28xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster
2022-09-28xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner
2022-08-25xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong
2022-08-25xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen
2022-08-25xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster
2022-08-25xfs: fix overfilling of reserve poolDarrick J. Wong
2022-08-25xfs: always succeed at setting the reserve pool sizeDarrick J. Wong
2022-08-25xfs: remove infinite loop when reserving free block poolDarrick J. Wong