aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-06-28xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-04-26xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2023-04-20xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2023-04-20xfs: don't reuse busy extents on extent trimBrian Foster
2023-04-20xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2023-04-20xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2023-04-20xfs: report corruption only as a regular errorDarrick J. Wong
2023-04-20xfs: set inode size after creating symlinkJeffrey Mitchell
2023-04-20xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2023-04-20xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2023-04-20xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig
2023-04-20xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2023-04-20xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2023-04-20xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2023-04-20xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2023-04-20xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2023-04-20xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2023-04-20xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2023-04-20xfs: show the proper user quota optionsKaixu Xia
2023-02-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2023-02-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2023-02-22xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2023-02-22xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2023-02-22xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2023-02-22xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2023-02-22xfs: expose the log push thresholdDarrick J. Wong
2023-02-22xfs: periodically relog deferred intent itemsDarrick J. Wong
2023-02-22xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2023-02-22xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2023-02-22xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2023-02-22xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2023-02-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2023-02-22xfs: fix finobt btree block recovery orderingDave Chinner
2023-02-22xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2023-02-22xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2023-02-22xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2023-02-22xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2023-02-22xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2023-02-22xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig
2023-02-22xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig
2022-11-25xfs: drain the buf delwri queue before xfsaild idlesBrian Foster
2022-11-25xfs: preserve inode versioning across remountsEric Sandeen
2022-11-25xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner
2022-11-25xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2022-11-25xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong