summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-09-30xfs: block reservation too large for minleft allocationDave Chinner3-11/+12
2024-09-30xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner1-0/+17
2024-09-30xfs: fix low space alloc deadlockDave Chinner3-26/+58
2024-09-30xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2024-09-30xfs: fix extent busy updatingWengang Wang1-0/+1
2024-09-30xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2024-09-30xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner1-4/+12
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-05-25xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2024-05-25xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2024-05-25xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2024-05-25xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2024-05-25xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2024-05-25xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2024-05-25xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2024-05-25xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2024-05-25xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2024-05-25xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2024-05-25xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2024-05-25xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2024-05-25xfs: fix sb write verify for lazysbcountLong Li2-1/+18
2024-05-25xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
2024-05-25xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner1-7/+14
2024-05-25xfs: drop write error injection is unfixable, remove itDave Chinner3-23/+25
2024-05-25xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2024-05-25xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner1-39/+8
2024-05-25xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2024-05-25xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2024-05-25xfs: write page faults in iomap are not buffered writesDave Chinner3-1/+11
2024-02-01xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2023-11-28xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-07-19xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong1-5/+27
2023-07-19xfs: disable reaping in fscounters scrubDarrick J. Wong5-38/+6
2023-07-19xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong3-0/+8
2023-07-19xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong1-2/+4
2023-06-09xfs: 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
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong3-6/+6
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong1-4/+6
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong1-1/+3
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong2-14/+43
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong1-31/+17
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong3-10/+17
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong2-9/+43
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong5-67/+151
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong1-30/+24
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong2-20/+20
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong1-2/+36
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong7-26/+24