summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-09-25xfs: remove deprecated sysctl optionsxfs-5.10-merge_2020-10-05xfs-5.10-merge_2020-10-04xfs-5.10-merge_2020-10-01xfs-5.10-merge_2020-09-29xfs-5.10-merge_2020-09-27Pavel Reichl
2020-09-25xfs: remove deprecated mount optionsPavel Reichl
2020-09-25xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong
2020-09-25xfs: drop the obsolete comment on filestream lockingGao Xiang
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia
2020-09-25xfs: fix some commentsKaixu Xia
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia
2020-09-25xfs: remove the unused SYNCHRONIZE macroKaixu Xia
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang
2020-09-23xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong
2020-09-23xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster
2020-09-15xfs: deprecate the V4 formatDarrick J. Wong
2020-09-15xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong
2020-09-15xfs: refactor inode flags propagation codeDarrick J. Wong
2020-09-15xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...xfs-5.10-merge-2Darrick J. Wong
2020-09-15xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-09-15xfs: Remove unneeded semicolonZheng Bin
2020-09-15xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino
2020-09-15xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino
2020-09-15xfs: enable big timestampsDarrick J. Wong
2020-09-15xfs: trace timestamp limitsDarrick J. Wong
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-15xfs: enable new inode btree counters featureDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-09-15xfs: use the finobt block counts to speed up mount timesDarrick J. Wong