summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-252-3/+40
* xfs: remove deprecated mount optionsPavel Reichl2020-09-252-13/+20
* 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-163-0/+60
* 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