summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-05-11Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-20xfs: fix duplicate includesDave Chinner
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-04-14Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner
2023-04-14Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...Dave Chinner
2023-04-14Merge tag 'repair-bitmap-rework-6.4_2023-04-11' of git://git.kernel.org/pub/s...Dave Chinner
2023-04-14Merge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner
2023-04-14Merge tag 'scrub-detect-mergeable-records-6.4_2023-04-11' of git://git.kernel...Dave Chinner
2023-04-14Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'scrub-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm/l...Dave Chinner
2023-04-14Merge tag 'scrub-parent-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-14Merge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/s...Dave Chinner
2023-04-14Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...Dave Chinner
2023-04-14Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'scrub-btree-key-enhancements-6.4_2023-04-11' of git://git.kernel.o...Dave Chinner
2023-04-14Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner
2023-04-14Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...Dave Chinner
2023-04-14Merge tag 'scrub-fix-legalese-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-14Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...Dave Chinner
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-13xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain
2023-04-12xfs: fix BUG_ON in xfs_getbmap()Ye Bin
2023-04-12xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong
2023-04-12xfs: remove WARN when dquot cache insertion failsDave Chinner
2023-04-12xfs: don't consider future format versions validDave Chinner
2023-04-11xfs: deprecate the ascii-ci featureDarrick J. Wong
2023-04-11xfs: test the ascii case-insensitive hashDarrick J. Wong
2023-04-11xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong
2023-04-11xfs: cross-reference rmap records with refcount btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong