aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-508/+992
2020-10-16xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong1-0/+1
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-14Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-746/+1183
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong1-2/+2
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong1-1/+7
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong1-2/+8
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia1-28/+15
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia1-0/+3
2020-10-07xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong3-71/+124
2020-10-07xfs: limit entries returned when counting fsmap recordsDarrick J. Wong1-0/+3
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong1-0/+16
2020-10-07xfs: expose the log push thresholdDarrick J. Wong2-10/+32
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong9-0/+168
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong1-1/+10
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong7-13/+61
2020-10-07xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong1-18/+23
2020-10-07xfs: clean up bmap intent item recovery checkingDarrick J. Wong1-26/+12
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong3-3/+20
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong3-18/+11
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong8-91/+187
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2-8/+4
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong1-19/+5
2020-09-30xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2020-09-25xfs: remove deprecated sysctl optionsPavel Reichl1-2/+34
2020-09-25xfs: remove deprecated mount optionsPavel Reichl1-13/+18
2020-09-25xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia1-2/+2
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong1-9/+18
2020-09-25xfs: drop the obsolete comment on filestream lockingGao Xiang1-33/+1
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia1-4/+4
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia3-8/+17
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia1-6/+5
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia1-2/+0
2020-09-25xfs: fix some commentsKaixu Xia2-7/+7
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia1-1/+1
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia1-1/+1
2020-09-25xfs: remove the unused SYNCHRONIZE macroKaixu Xia1-1/+0
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang2-35/+18
2020-09-23xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang1-20/+19
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong4-31/+5
2020-09-23xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong1-0/+5
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong4-4/+32
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong1-0/+14
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R1-0/+1
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R1-0/+8
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster1-8/+1
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-1/+1
2020-09-15xfs: deprecate the V4 formatDarrick J. Wong2-0/+37
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong1-1/+2