summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-14/+19
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-8/+33
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2-2/+30
2023-06-13xfs: fix ag count overflow during growfsLong Li2-4/+11
2023-06-13xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2-3/+1
2023-06-13xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong1-4/+0
2023-06-13xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong1-3/+7
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-7/+8
2023-06-10iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig1-2/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig1-1/+12
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig3-1/+14
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner8-37/+60
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner8-23/+62
2023-06-05xfs: validity check agbnos on the AGFLDave Chinner1-0/+3
2023-06-05xfs: fix agf/agfl verification on v4 filesystemsDave Chinner1-17/+42
2023-06-05xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner1-1/+0
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong1-12/+13
2023-06-04xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven1-4/+4
2023-06-04xfs: fix AGF vs inode cluster buffer deadlockDave Chinner4-106/+166
2023-06-04xfs: defered work could create precommitsDave Chinner1-0/+5
2023-06-04xfs: restore allocation trylock iterationDave Chinner1-6/+7
2023-06-04xfs: buffer pins need to hold a buffer referenceDave Chinner1-23/+65
2023-05-26overflow: Add struct_size_t() helperKees Cook2-2/+2
2023-05-24xfs: Provide a splice-read wrapperDavid Howells2-2/+30
2023-05-12Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-63/+65
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong1-5/+27
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong6-39/+6
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong3-0/+8
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong1-2/+4
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong1-1/+3
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong1-2/+3
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong1-2/+2
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong1-10/+9
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong1-2/+3
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