summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-10-14xfs: online checking of the free rt extent countscrub-fscounters-enhancements_2022-10-14Darrick J. Wong
2022-10-14xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-10-14xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap filescrub-fix-rtmeta-ilocking_2022-10-14Darrick J. Wong
2022-10-14xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-10-14xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-10-14Darrick J. Wong
2022-10-14xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2022-10-14xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2022-10-14xfs: use per-cpu counters to implement intent drainingDarrick J. Wong
2022-10-14xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-10-14xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedscrub-fix-return-value_2022-10-14Darrick J. Wong
2022-10-14xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-10-14xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-10-14xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-10-14xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc_2022-10-14Darrick J. Wong
2022-10-14xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-10-14xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling_2022-10-14Darrick J. Wong
2022-10-14xfs: set the buffer type after holding the AG[IF] across trans_rollDarrick J. Wong
2022-10-14xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-10-14xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-10-14xfs: avoid a UAF when log intent item recovery failsxfs-6.1-fixes_2022-10-14Darrick J. Wong
2022-09-11xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams
2022-09-11xfs: quiet notify_failure EOPNOTSUPP casesDan Williams
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-10xfs: fix inode reservation space for removing transactionxfs-5.20-merge-8hexiaole
2022-08-05xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...xfs-5.20-merge-7Chandan Babu R
2022-08-05xfs: fix intermittent hang during quotacheckDarrick J. Wong
2022-08-05xfs: check return codes when flushing block devicesDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-31xfs: delete extra space and tab in blank linexfs-5.20-merge_2022-08-04xfs-5.20-merge-6Xie Shaowen
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan
2022-07-24xfs: Add async buffered write supportStefan Roesch
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch
2022-07-22xfs: Fix typo 'the the' in commentxfs-5.20-merge-5Slark Xiao
2022-07-22xfs: Fix comment typoXin Gao
2022-07-20xfs: don't leak memory when attr fork loading failsxfs-5.20-merge-4Darrick J. Wong
2022-07-20xfs: fix for variable set but not used warningsunliming
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-17xfs: support CoW in fsdax modeShiyang Ruan
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan