summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-189-37/+174
|\
| * xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
| * xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong2021-07-151-5/+5
| * xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong2021-07-151-7/+32
| * xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong2021-07-151-1/+18
| * xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-153-22/+24
| * xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
| * xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
* | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0292-3036/+3827
|\
| * xfs: don't wait on future iclogs when pushing the CILDave Chinner2021-06-251-7/+28
| * xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner2021-06-253-35/+18
| * xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner2021-06-251-10/+6
| * xfs: don't nest icloglock inside ic_callback_lockDave Chinner2021-06-251-14/+4
| * xfs: Initialize error in xfs_attr_remove_iterAllison Henderson2021-06-251-1/+1
| * xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong2021-06-211-3/+4
| * xfs: remove dead stale buf unpin handling codeBrian Foster2021-06-211-19/+2
| * xfs: hold buffer across unpin and potential shutdown processingBrian Foster2021-06-211-16/+21
| * xfs: force the log offline when log intent item recovery failsDarrick J. Wong2021-06-212-1/+7
| * xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong2021-06-211-1/+9
| * xfs: shorten the shutdown messages to a single lineDarrick J. Wong2021-06-211-8/+8
| * xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong2021-06-211-1/+1
| * xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-213-9/+9
| * xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong2021-06-211-23/+16
| * xfs: refactor the inode recycling codeDarrick J. Wong2021-06-212-64/+83
| * xfs: add iclog state trace eventsDave Chinner2021-06-213-0/+88
| * xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-2113-65/+56
| * xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-213-24/+49
| * xfs: journal IO cache flush reductionsDave Chinner2021-06-214-48/+43
| * xfs: remove need_start_rec parameter from xlog_write()Dave Chinner2021-06-213-25/+25
| * xfs: CIL checkpoint flushes caches unconditionallyDave Chinner2021-06-211-4/+21
| * xfs: async blkdev cache flushDave Chinner2021-06-212-0/+37
| * xfs: remove xfs_blkdev_issue_flushDave Chinner2021-06-215-13/+5
| * xfs: separate CIL commit record IODave Chinner2021-06-183-3/+16
| * xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven2021-06-181-2/+2
| * xfs: log stripe roundoff is a property of the logDave Chinner2021-06-183-37/+27
| * xfs: remove redundant initialization of variable errorShaokun Zhang2021-06-181-1/+1
| * xfs: perag may be null in xfs_imap()Dave Chinner2021-06-181-1/+2
| * Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-188-466/+1032
| |\
| | * xfs: Make attr name schemes consistentAllison Henderson2021-06-093-11/+11
| | * xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson2021-06-091-1/+1
| | * xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson2021-06-011-8/+3
| | * xfs: Remove xfs_attr_rmtval_setAllison Henderson2021-06-012-67/+0
| | * xfs: Add delay ready attr set routinesAllison Henderson2021-06-015-220/+610
| | * xfs: Add delay ready attr remove routinesAllison Henderson2021-06-016-86/+327
| | * xfs: Hoist node transaction handlingAllison Henderson2021-06-011-26/+29
| | * xfs: Hoist xfs_attr_leaf_addnameAllison Henderson2021-06-012-114/+96
| | * xfs: Hoist xfs_attr_node_addnameAllison Henderson2021-06-011-84/+75
| | * xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson2021-06-011-33/+54
| | * xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson2021-06-011-0/+23