summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * xfs: Refactor xfs_attr_set_shortformAllison Henderson2021-06-011-28/+14
| | * xfs: Add xfs_attr_node_remove_nameAllison Henderson2021-06-011-9/+20
| | * xfs: Reverse apply 72b97ea40dAllison Henderson2021-06-011-19/+9
| * | xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong2021-06-085-130/+130
| * | xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong2021-06-084-26/+52
| * | xfs: selectively keep sick inodes in memoryDarrick J. Wong2021-06-081-6/+39
| * | xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong2021-06-081-0/+9
| * | xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong2021-06-081-3/+2
| * | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-089-462/+504
| |\ \