summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-14xfs: fix use-after-free in xattr node block inactivationxfs-5.20-merge-3Darrick J. Wong
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: lockless buffer lookupDave Chinner
2022-07-14xfs: remove a superflous hash lookup when inserting new buffersDave Chinner
2022-07-14xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner
2022-07-14xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner
2022-07-14xfs: break up xfs_buf_find() into individual piecesDave Chinner
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-07-14xfs: add log item precommit operationDave Chinner
2022-07-14xfs: combine iunlink inode update functionsDave Chinner
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner
2022-07-14xfs: refactor xlog_recover_process_iunlinks()Dave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner
2022-07-14xfs: flush inode gc workqueue before clearing agi bucketZhang Yi
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-09xfs: removed useless condition in function xfs_attr_node_getxfs-5.20-merge_2022-07-09xfs-5.20-merge-2Andrey Strachuk
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen
2022-07-09Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong
2022-07-09Merge tag 'xfs-cil-scale-5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner