summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-28xfs: verify buffer contents when we skip log replayDarrick J. Wong1-0/+10
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-04-26xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2023-04-20xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2023-04-20xfs: don't reuse busy extents on extent trimBrian Foster1-14/+0
2023-04-20xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-19/+11
2023-04-20xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong1-3/+13
2023-04-20xfs: report corruption only as a regular errorDarrick J. Wong2-1/+7
2023-04-20xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2023-04-20xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2023-04-20xfs: remove the di_version field from struct icdinodeChristoph Hellwig9-44/+24
2023-04-20xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig1-2/+1
2023-04-20xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig1-10/+3
2023-04-20xfs: only check the superblock version for dinode size calculationChristoph Hellwig11-37/+27
2023-04-20xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig7-21/+25
2023-04-20xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig7-54/+27
2023-04-20xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig11-52/+46
2023-04-20xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig4-5/+12
2023-04-20xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig12-47/+26
2023-04-20xfs: show the proper user quota optionsKaixu Xia1-4/+6
2023-02-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2023-02-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-5/+3
2023-02-22xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2023-02-22xfs: ensure inobt record walks always make forward progressDarrick J. Wong1-3/+24
2023-02-22xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong1-1/+3
2023-02-22xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong1-0/+16
2023-02-22xfs: expose the log push thresholdDarrick J. Wong3-10/+33
2023-02-22xfs: periodically relog deferred intent itemsDarrick J. Wong9-133/+300
2023-02-22xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong1-1/+10
2023-02-22xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong7-13/+61
2023-02-22xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong1-14/+24
2023-02-22xfs: clean up bmap intent item recovery checkingDarrick J. Wong1-26/+12
2023-02-22xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong3-3/+20
2023-02-22xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong3-18/+11
2023-02-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong11-112/+213
2023-02-22xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2023-02-22xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong4-4/+32
2023-02-22xfs: refactor xfs_defer_finish_norollChristoph Hellwig1-69/+59
2023-02-22xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig5-29/+30
2023-02-22xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig6-16/+20
2023-02-22xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig6-119/+83
2023-02-22xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig1-16/+23
2023-02-22xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig6-9/+9
2023-02-22xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig2-3/+3
2023-02-22xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig4-9/+9
2022-11-25xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2022-11-25xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2022-11-25xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2022-11-25xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2022-11-25xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-6/+6