aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-23xfs: don't release log intent items when recovery failsGravatar Darrick J. Wong 4-31/+5
2020-09-23xfs: attach inode to dquot in xfs_bui_item_recoverGravatar Darrick J. Wong 1-0/+5
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsGravatar Darrick J. Wong 4-4/+32
2020-09-23xfs: check dabtree node hash values when loading child blocksGravatar Darrick J. Wong 1-0/+14
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callGravatar Darrick J. Wong 1-7/+12
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesGravatar Chandan Babu R 1-0/+1
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesGravatar Chandan Babu R 1-0/+8
2020-09-21xfs: drop extra transaction roll from inode extent truncateGravatar Brian Foster 1-8/+1
2020-09-15xfs: deprecate the V4 formatGravatar Darrick J. Wong 3-0/+60
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: refactor inode flags propagation codeGravatar Darrick J. Wong 1-48/+65
2020-09-15xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Gravatar Darrick J. Wong 1-0/+16
2020-09-15xfs: make sure the rt allocator doesn't run off the endGravatar Darrick J. Wong 1-0/+11
2020-09-15xfs: Remove unneeded semicolonGravatar Zheng Bin 1-1/+1
2020-09-15xfs: force the log after remapping a synchronous-writes fileGravatar Darrick J. Wong 1-1/+16
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsGravatar Carlos Maiolino 4-25/+41
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryGravatar Carlos Maiolino 3-7/+6
2020-09-15xfs: Remove typedef xfs_attr_shortform_tGravatar Carlos Maiolino 4-17/+17
2020-09-15xfs: remove typedef xfs_attr_sf_entry_tGravatar Carlos Maiolino 2-7/+8
2020-09-15xfs: Remove kmem_zalloc_large()Gravatar Carlos Maiolino 5-11/+5
2020-09-15xfs: enable big timestampsGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: trace timestamp limitsGravatar Darrick J. Wong 3-0/+29
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 7-6/+102
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 16-28/+201
2020-09-15xfs: redefine xfs_ictimestamp_tGravatar Darrick J. Wong 4-13/+33
2020-09-15xfs: redefine xfs_timestamp_tGravatar Darrick J. Wong 6-36/+85
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeGravatar Darrick J. Wong 3-54/+52
2020-09-15xfs: refactor quota timestamp codingGravatar Darrick J. Wong 3-6/+29
2020-09-15xfs: refactor default quota grace period setting codeGravatar Darrick J. Wong 4-2/+24
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 6-9/+61
2020-09-15xfs: explicitly define inode timestamp rangeGravatar Darrick J. Wong 2-2/+24
2020-09-15xfs: enable new inode btree counters featureGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: support inode btree blockcounts in online repairGravatar Darrick J. Wong 2-3/+37
2020-09-15xfs: support inode btree blockcounts in online scrubGravatar Darrick J. Wong 1-0/+30
2020-09-15xfs: use the finobt block counts to speed up mount timesGravatar Darrick J. Wong 1-1/+27
2020-09-15xfs: store inode btree block counts in AGI headerGravatar Darrick J. Wong 6-2/+49
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockGravatar Christoph Hellwig 3-18/+14
2020-09-15xfs: remove xfs_getsbGravatar Christoph Hellwig 3-31/+13
2020-09-15xfs: simplify xfs_trans_getsbGravatar Christoph Hellwig 4-35/+19
2020-09-15xfs: remove xlog_recover_iodoneGravatar Christoph Hellwig 5-35/+17
2020-09-15xfs: clear the read/write flags later in xfs_buf_ioendGravatar Christoph Hellwig 1-6/+5
2020-09-15xfs: use xfs_buf_item_relse in xfs_buf_item_doneGravatar Christoph Hellwig 1-6/+3
2020-09-15xfs: simplify the xfs_buf_ioend_disposition calling conventionGravatar Christoph Hellwig 1-27/+9
2020-09-15xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionGravatar Christoph Hellwig 1-8/+8
2020-09-15xfs: remove xfs_buf_ioerror_retryGravatar Christoph Hellwig 1-21/+12
2020-09-15xfs: refactor xfs_buf_ioerror_fail_without_retryGravatar Christoph Hellwig 1-20/+15
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendGravatar Christoph Hellwig 3-11/+5
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 10-279/+215
2020-09-15xfs: refactor xfs_buf_ioendGravatar Christoph Hellwig 2-31/+24
2020-09-15xfs: mark xfs_buf_ioend staticGravatar Christoph Hellwig 2-2/+1