aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-02-26Merge tag 'v5.15.149' into v5.15/standard/baseBruce Ashfield
2024-02-23xfs: read only mounts with fsopen mount API are bustedDave Chinner
2023-12-03Merge tag 'v5.15.140' into v5.15/standard/baseBruce Ashfield
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-27Merge tag 'v5.15.137' into v5.15/standard/baseBruce Ashfield
2023-10-25xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2023-10-08Merge tag 'v5.15.134' into v5.15/standard/baseBruce Ashfield
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-19Merge tag 'v5.15.117' into v5.15/standard/baseBruce Ashfield
2023-06-14xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-05-15Merge tag 'v5.15.111' into v5.15/standard/baseBruce Ashfield
2023-05-11xfs: don't consider future format versions validDave Chinner
2023-03-17Merge tag 'v5.15.103' into v5.15/standard/baseBruce Ashfield
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-27Merge tag 'v5.15.95' into v5.15/standard/baseBruce Ashfield
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-31Merge tag 'v5.15.75' into v5.15/standard/baseBruce Ashfield