summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda
2023-01-05xfs: fix extent busy updatingxfs-6.2-fixes-2Wengang Wang
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorxfs-6.2-fixes-1Li 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_FREEINGxfs-merge-6.2_2022-12-19xfs-6.2-merge-8Dave Chinner
2022-12-04xfs: Remove duplicated include in xfs_iomap.cxfs-6.2-merge-7Yang Li
2022-12-01xfs: invalidate xfs_bufs when allocating cow extentsxfs-6.2-merge-6Darrick 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 correctlymaxrefcount-fixes-6.2_2022-12-01Darrick J. Wong
2022-12-01xfs: hoist refcount record merge predicatesDarrick J. Wong
2022-11-30xfs: fix super block buf log item UAF during force shutdownxfs-6.2-merge-5Guo Xuenan
2022-11-30xfs: wait iclog complete before tearing down AILGuo Xuenan
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsrandom-fixes-6.2_2022-11-30Darrick 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 funxfs-merge-6.2_2022-11-29iomap-write-race-testing-6.2_2022-11-30Darrick 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...xfs-6.2-merge-4Darrick 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 racingxfs-6.2-merge-3Long 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.xfs-6.2-merge-2Lukas Herbolt
2022-11-16xfs: fix sb write verify for lazysbcountLong Li
2022-11-16xfs: fix incorrect error-out in xfs_removeDarrick J. Wong