summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds81-1887/+5199
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+2
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-19/+1
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner1-1/+0
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-20xfs: fix duplicate includesDave Chinner1-3/+1
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-2/+1
2023-04-14Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner5-102/+185
2023-04-14Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...Dave Chinner5-2/+411
2023-04-14Merge tag 'repair-bitmap-rework-6.4_2023-04-11' of git://git.kernel.org/pub/s...Dave Chinner4-245/+358
2023-04-14Merge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner4-140/+239
2023-04-14Merge tag 'scrub-detect-mergeable-records-6.4_2023-04-11' of git://git.kernel...Dave Chinner3-3/+196
2023-04-14Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...Dave Chinner2-136/+239
2023-04-14Merge tag 'scrub-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm/l...Dave Chinner9-101/+438
2023-04-14Merge tag 'scrub-parent-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm...Dave Chinner3-168/+71
2023-04-14Merge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/s...Dave Chinner5-217/+497
2023-04-14Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner9-94/+195
2023-04-14Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...Dave Chinner3-88/+269
2023-04-14Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner23-129/+610
2023-04-14Merge tag 'scrub-btree-key-enhancements-6.4_2023-04-11' of git://git.kernel.o...Dave Chinner2-8/+63
2023-04-14Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner4-10/+95
2023-04-14Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner4-28/+31
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner18-198/+303
2023-04-14Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...Dave Chinner31-39/+680
2023-04-14Merge tag 'scrub-fix-legalese-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner33-97/+97
2023-04-14Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...Dave Chinner9-20/+22
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner16-85/+196
2023-04-13xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain1-19/+1
2023-04-12xfs: fix BUG_ON in xfs_getbmap()Ye Bin1-8/+6
2023-04-12xfs: verify buffer contents when we skip log replayDarrick J. Wong1-0/+10
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong3-3/+25
2023-04-12xfs: remove WARN when dquot cache insertion failsDave Chinner1-1/+0
2023-04-12xfs: don't consider future format versions validDave Chinner1-5/+6
2023-04-12xfs: deprecate the ascii-ci featureDarrick J. Wong2-0/+40
2023-04-12xfs: test the ascii case-insensitive hashDarrick J. Wong1-100/+111
2023-04-12xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2-2/+34
2023-04-12xfs: cross-reference rmap records with refcount btreesDarrick J. Wong1-0/+23
2023-04-12xfs: cross-reference rmap records with inode btreesDarrick J. Wong1-0/+35
2023-04-12xfs: cross-reference rmap records with free space btreesDarrick J. Wong3-0/+102
2023-04-12xfs: cross-reference rmap records with ag btreesDarrick J. Wong4-2/+202
2023-04-12xfs: introduce bitmap type for AG blocksDarrick J. Wong2-0/+49
2023-04-12xfs: convert xbitmap to interval treeDarrick J. Wong3-157/+185
2023-04-12xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong1-9/+8
2023-04-12xfs: don't load local xattr values during scrubDarrick J. Wong1-0/+8
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong4-94/+180
2023-04-12xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong1-3/+28
2023-04-12xfs: clean up xattr scrub initializationDarrick J. Wong1-17/+17
2023-04-12xfs: check used space of shortform xattr structuresDarrick J. Wong2-5/+76
2023-04-12xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong1-8/+7