summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | xfs: refactor per-AG inode tagging functionsDarrick J. Wong2021-06-044-88/+80
| * | xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong2021-06-043-115/+53
| * | xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong2021-06-041-19/+15
| * | xfs: fix radix tree tag signsDarrick J. Wong2021-06-042-3/+3
| * | xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong2021-06-041-9/+11
| * | xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong2021-06-041-2/+5
| * | xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong2021-06-041-24/+36
| * | xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong2021-06-042-26/+12
| * | xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong2021-06-041-2/+4
| * | xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong2021-06-041-5/+66
| * | xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong2021-06-042-21/+43
| * | xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong2021-06-041-11/+11
| * | xfs: move the inode walk functions further downDarrick J. Wong2021-06-041-195/+206