summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-01-05xfs: fix extent busy updatingWengang Wang1-0/+1
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming1-1/+1
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong1-1/+1
2022-12-26xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong1-2/+0
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds46-303/+1007
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-13/+9
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+12
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan1-2/+6
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan1-1/+1
2022-12-08xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner1-4/+12
2022-12-04xfs: Remove duplicated include in xfs_iomap.cYang Li1-2/+0
2022-12-01xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2022-12-01xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan1-1/+0
2022-12-01Merge tag 'maxrefcount-fixes-6.2_2022-12-01' of git://git.kernel.org/pub/scm/...Darrick J. Wong1-16/+130
2022-12-01xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2022-12-01xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2022-11-30xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2022-11-30xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2022-11-30xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong1-1/+3
2022-11-30xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong1-1/+1
2022-11-30xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2022-11-28xfs: add debug knob to slow down write for funDarrick J. Wong4-3/+60
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong6-3/+90
2022-11-28Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong10-104/+154
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner3-23/+25
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-39/+8
2022-11-23xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2022-11-23xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2022-11-21xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld3-3/+3
2022-11-16xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2-5/+7
2022-11-16xfs: fix sb write verify for lazysbcountLong Li2-1/+18
2022-11-16xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
2022-11-16xfs: check inode core when scrubbing metadata filesDarrick J. Wong1-6/+34
2022-11-16xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong1-1/+1
2022-11-16xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong1-0/+2
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong1-0/+2
2022-11-16xfs: check quota files for unwritten extentsDarrick J. Wong1-2/+4
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong1-19/+36
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong1-2/+72
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong1-7/+7
2022-11-16xfs: online checking of the free rt extent countDarrick J. Wong2-10/+84