summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2023-02-22xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2023-02-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2023-02-22xfs: validate v5 feature fieldsDave Chinner1-10/+58
2023-02-22xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2023-02-22xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2023-02-22xfs: fix potential log item leakDave Chinner4-0/+7
2023-02-22xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-2/+8
2022-09-28xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-09-28xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster1-1/+1
2022-09-28xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-08-25xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-08-25xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-08-25xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4
2022-08-25xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-08-25xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-08-25xfs: remove infinite loop when reserving free block poolDarrick J. Wong1-30/+20