summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-295-14/+19
|\
| * xfs: fix ag count overflow during growfsLong Li2023-06-132-4/+11
| * xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-122-3/+1
| * xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong2023-06-121-4/+0
| * xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong2023-06-121-3/+7
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-6/+0
|\ \
| * | iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-091-2/+0
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-4/+0
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-272-2/+2
|\ \ \
| * | | overflow: Add struct_size_t() helperKees Cook2023-05-262-2/+2
| |/ /
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-263-8/+33
|\ \ \
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-7/+8
| * | | xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig2023-06-051-1/+12
| * | | xfs: wire up sops->shutdownChristoph Hellwig2023-06-053-1/+14
| * | | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-262-2/+30
|\| | | | |_|/ |/| |
| * | xfs: Provide a splice-read wrapperDavid Howells2023-05-242-2/+30
| |/
* | xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-058-37/+60
* | xfs: validate block number being freed before adding to xefiDave Chinner2023-06-058-23/+62
* | xfs: validity check agbnos on the AGFLDave Chinner2023-06-051-0/+3
* | xfs: fix agf/agfl verification on v4 filesystemsDave Chinner2023-06-051-17/+42
* | xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner2023-06-051-1/+0
* | xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong2023-06-051-12/+13
* | xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven2023-06-051-4/+4
* | xfs: fix AGF vs inode cluster buffer deadlockDave Chinner2023-06-054-106/+166
* | xfs: defered work could create precommitsDave Chinner2023-06-051-0/+5
* | xfs: restore allocation trylock iterationDave Chinner2023-06-051-6/+7
* | xfs: buffer pins need to hold a buffer referenceDave Chinner2023-06-051-23/+65
|/
* Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-05-1114-63/+65
|\
| * xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong2023-05-021-5/+27
| * xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-026-39/+6
| * xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong2023-05-023-0/+8
| * xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong2023-05-021-2/+4
| * xfs: fix negative array access in xfs_getbmapDarrick J. Wong2023-05-021-1/+3
| * xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong2023-05-021-2/+3
| * xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong2023-05-021-2/+2
| * xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong2023-05-021-10/+9
| * xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong2023-05-021-2/+3
* | Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-04-2981-1887/+5199
|\|
| * xfs: fix livelock in delayed allocation at ENOSPCDave Chinner2023-04-271-1/+0
| * xfs: fix duplicate includesDave Chinner2023-04-201-3/+1
| * Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner2023-04-145-102/+185
| |\
| | * xfs: deprecate the ascii-ci featureDarrick J. Wong2023-04-112-0/+40
| | * xfs: test the ascii case-insensitive hashDarrick J. Wong2023-04-111-100/+111
| | * xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2023-04-112-2/+34
| * | Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...Dave Chinner2023-04-145-2/+411
| |\|
| | * xfs: cross-reference rmap records with refcount btreesDarrick J. Wong2023-04-111-0/+23
| | * xfs: cross-reference rmap records with inode btreesDarrick J. Wong2023-04-111-0/+35
| | * xfs: cross-reference rmap records with free space btreesDarrick J. Wong2023-04-113-0/+102