summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-16xfs: deprecate the V4 formatDarrick J. Wong2-0/+37
2020-09-16xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong1-1/+2
2020-09-16xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong1-0/+16
2020-09-16xfs: refactor inode flags propagation codeDarrick J. Wong1-48/+65
2020-09-16xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-09-16xfs: Remove unneeded semicolonZheng Bin1-1/+1
2020-09-16xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong1-1/+16
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino4-25/+41
2020-09-16xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino3-7/+6
2020-09-16xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino4-17/+17
2020-09-16xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2-7/+8
2020-09-16xfs: Remove kmem_zalloc_large()Carlos Maiolino5-11/+5
2020-09-16xfs: enable big timestampsDarrick J. Wong1-1/+2
2020-09-16xfs: trace timestamp limitsDarrick J. Wong3-0/+29
2020-09-16xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong7-6/+102
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong16-28/+201
2020-09-16xfs: redefine xfs_ictimestamp_tDarrick J. Wong4-13/+33
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong6-36/+85
2020-09-16xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong3-54/+52
2020-09-16xfs: refactor quota timestamp codingDarrick J. Wong3-6/+29
2020-09-16xfs: refactor default quota grace period setting codeDarrick J. Wong4-2/+24
2020-09-16xfs: refactor quota expiration timer modificationDarrick J. Wong6-9/+61
2020-09-16xfs: explicitly define inode timestamp rangeDarrick J. Wong2-2/+24
2020-09-16xfs: enable new inode btree counters featureDarrick J. Wong1-1/+2
2020-09-16xfs: support inode btree blockcounts in online repairDarrick J. Wong2-3/+37
2020-09-16xfs: support inode btree blockcounts in online scrubDarrick J. Wong1-0/+30
2020-09-16xfs: use the finobt block counts to speed up mount timesDarrick J. Wong1-1/+27