summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-152-0/+37
| * | xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevDarrick J. Wong2020-09-151-1/+2
| * | xfs: refactor inode flags propagation codeDarrick J. Wong2020-09-151-48/+65
* | | Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1459-746/+1183
|\| |
| * | xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-151-0/+16
| * | xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-151-0/+11
| * | xfs: Remove unneeded semicolonZheng Bin2020-09-151-1/+1
| * | xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-09-151-1/+16
| * | xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-154-25/+41
| * | xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-153-7/+6
| * | xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-154-17/+17
| * | xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-152-7/+8
| * | xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-155-11/+5
| * | xfs: enable big timestampsDarrick J. Wong2020-09-151-1/+2
| * | xfs: trace timestamp limitsDarrick J. Wong2020-09-153-0/+29
| * | xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-157-6/+102
| * | xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-1516-28/+201
| * | xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-154-13/+33
| * | xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-156-36/+85
| * | xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-153-54/+52
| * | xfs: refactor quota timestamp codingDarrick J. Wong2020-09-153-6/+29
| * | xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-154-2/+24
| * | xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-156-9/+61
| * | xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-152-2/+24
| * | xfs: enable new inode btree counters featureDarrick J. Wong2020-09-151-1/+2
| * | xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-152-3/+37
| * | xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-151-0/+30
| * | xfs: use the finobt block counts to speed up mount timesDarrick J. Wong2020-09-151-1/+27
| * | xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-156-2/+49