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