aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-05-25xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2024-05-25xfs: get root inode correctly at bulkstatHironori Shiina
2024-05-25xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong
2024-05-25xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong
2024-05-25xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong
2024-05-25xfs: estimate post-merge refcounts correctlyDarrick J. Wong
2024-05-25xfs: hoist refcount record merge predicatesDarrick J. Wong
2024-05-25xfs: fix super block buf log item UAF during force shutdownGuo Xuenan
2024-05-25xfs: wait iclog complete before tearing down AILGuo Xuenan
2024-05-25xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong
2024-05-25xfs: invalidate block device page cache during unmountDarrick J. Wong
2024-05-25xfs: fix incorrect i_nlink caused by inode racingLong Li
2024-05-25xfs: fix sb write verify for lazysbcountLong Li
2024-05-25xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2024-05-25xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner
2024-05-25xfs: drop write error injection is unfixable, remove itDave Chinner
2024-05-25xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2024-05-25xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner
2024-05-25xfs: use byte ranges for write cleanup rangesDave Chinner
2024-05-25xfs: punching delalloc extents on write failure is racyDave Chinner
2024-05-25xfs: write page faults in iomap are not buffered writesDave Chinner
2024-01-31xfs: read only mounts with fsopen mount API are bustedDave Chinner
2023-11-28xfs: recovery should not clear di_flushiter unconditionallyDave Chinner
2023-07-19xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-07-19xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-07-19xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-07-19xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-06-09xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-05-11xfs: don't consider future format versions validDave Chinner
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong