summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong2020-10-131-2/+2
* xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong2020-10-131-1/+7
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-10-131-2/+8
* xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia2020-10-071-28/+15
* xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
* xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-073-71/+124
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-071-0/+3
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
* xfs: expose the log push thresholdDarrick J. Wong2020-10-072-10/+32
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-079-0/+168
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-077-13/+61
* xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
* xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
* xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-073-3/+20
* xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-073-18/+11
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-078-91/+187
* xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2020-10-072-8/+4
* xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
* xfs: fix finobt btree block recovery orderingDave Chinner2020-09-301-0/+2
* xfs: remove deprecated sysctl optionsPavel Reichl2020-09-251-2/+34
* xfs: remove deprecated mount optionsPavel Reichl2020-09-251-13/+18
* xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia2020-09-251-2/+2
* xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
* xfs: drop the obsolete comment on filestream lockingGao Xiang2020-09-251-33/+1
* xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia2020-09-251-4/+4
* xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia2020-09-253-8/+17
* xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia2020-09-251-6/+5
* xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia2020-09-251-2/+0
* xfs: fix some commentsKaixu Xia2020-09-252-7/+7
* xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia2020-09-251-1/+1
* xfs: use the existing type definition for di_projidKaixu Xia2020-09-251-1/+1
* xfs: remove the unused SYNCHRONIZE macroKaixu Xia2020-09-251-1/+0
* xfs: clean up calculation of LR header blocksGao Xiang2020-09-232-35/+18
* xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang2020-09-231-20/+19
* xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-234-31/+5
* xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong2020-09-231-0/+5
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-234-4/+32
* xfs: check dabtree node hash values when loading child blocksDarrick J. Wong2020-09-231-0/+14
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
* xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R2020-09-231-0/+1
* xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R2020-09-211-0/+8
* xfs: drop extra transaction roll from inode extent truncateBrian Foster2020-09-211-8/+1
* xfs: deprecate the V4 formatDarrick J. Wong2020-09-152-0/+37
* xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong2020-09-151-1/+2
* xfs: refactor inode flags propagation codeDarrick J. Wong2020-09-151-48/+65
* xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-151-0/+16
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-151-0/+11
* xfs: Remove unneeded semicolonZheng Bin2020-09-151-1/+1
* xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-09-151-1/+16