summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner
2021-07-02xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner
2021-07-02xfs: don't nest icloglock inside ic_callback_lockDave Chinner
2021-07-02xfs: remove dead stale buf unpin handling codeBrian Foster
2021-07-02xfs: hold buffer across unpin and potential shutdown processingBrian Foster
2021-07-02xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2021-07-02xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong
2021-07-02xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong
2021-07-02xfs: shorten the shutdown messages to a single lineDarrick J. Wong
2021-07-02xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong
2021-07-02xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-07-02xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong
2021-07-02xfs: refactor the inode recycling codeDarrick J. Wong
2021-07-02xfs: add iclog state trace eventsDave Chinner
2021-07-02xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-07-02xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2021-07-02xfs: journal IO cache flush reductionsDave Chinner
2021-07-02xfs: remove need_start_rec parameter from xlog_write()Dave Chinner
2021-07-02xfs: CIL checkpoint flushes caches unconditionallyDave Chinner
2021-07-02xfs: async blkdev cache flushDave Chinner
2021-07-02xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-07-02xfs: separate CIL commit record IODave Chinner
2021-07-02xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven
2021-07-02xfs: log stripe roundoff is a property of the logDave Chinner
2021-07-02xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong
2021-07-02xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong
2021-07-02xfs: selectively keep sick inodes in memoryDarrick J. Wong
2021-07-02xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong
2021-07-02xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong
2021-07-02xfs: refactor per-AG inode tagging functionsDarrick J. Wong
2021-07-02xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-07-02xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong
2021-07-02xfs: fix radix tree tag signsDarrick J. Wong
2021-07-02xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong
2021-07-02xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong
2021-07-02xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong
2021-07-02xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-07-02xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong
2021-07-02xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong
2021-07-02xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong
2021-07-02xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong
2021-07-02xfs: move the inode walk functions further downDarrick J. Wong
2021-07-02xfs: detach inode dquots at the end of inactivationDarrick J. Wong
2021-07-02xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-07-02xfs: remove unnecessary shiftsDarrick J. Wong
2021-07-02xfs: clean up open-coded fs block unit conversionsDarrick J. Wong
2021-07-02xfs: set ip->i_diflags directly in xfs_inode_inherit_flagsDarrick J. Wong
2021-06-27Linux 5.13v5.13Linus Torvalds
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds
2021-06-26Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds