summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-162-0/+37
* xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong2020-09-161-1/+2
* xfs: refactor inode flags propagation codeDarrick J. Wong2020-09-161-48/+65
* xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-161-0/+16
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-161-0/+11
* xfs: Remove unneeded semicolonZheng Bin2020-09-161-1/+1
* xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-09-161-1/+16
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-164-25/+41
* xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-163-7/+6
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-164-17/+17
* xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-162-7/+8
* xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-165-11/+5
* xfs: enable big timestampsDarrick J. Wong2020-09-161-1/+2
* xfs: trace timestamp limitsDarrick J. Wong2020-09-163-0/+29
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-167-6/+102
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-1616-28/+201
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-164-13/+33
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-166-36/+85
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-163-54/+52
* xfs: refactor quota timestamp codingDarrick J. Wong2020-09-163-6/+29
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-164-2/+24
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-166-9/+61
* xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-162-2/+24
* xfs: enable new inode btree counters featureDarrick J. Wong2020-09-161-1/+2
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-162-3/+37
* xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-161-0/+30
* xfs: use the finobt block counts to speed up mount timesDarrick J. Wong2020-09-161-1/+27
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-166-2/+49
* xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig2020-09-163-18/+14
* xfs: remove xfs_getsbChristoph Hellwig2020-09-163-31/+13
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-164-35/+19
* xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-165-35/+17
* xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig2020-09-161-6/+5
* xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig2020-09-161-6/+3
* xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig2020-09-161-27/+9
* xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig2020-09-161-8/+8
* xfs: remove xfs_buf_ioerror_retryChristoph Hellwig2020-09-161-21/+12
* xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig2020-09-161-20/+15
* xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig2020-09-163-11/+5
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-1610-279/+215
* xfs: refactor xfs_buf_ioendChristoph Hellwig2020-09-162-31/+24
* xfs: mark xfs_buf_ioend staticChristoph Hellwig2020-09-162-2/+1
* xfs: refactor the buf ioend disposition codeChristoph Hellwig2020-09-161-53/+62
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-077-108/+55