summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-14xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham3-5/+5
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+0
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig1-4/+4
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci3-52/+36
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig1-5/+5
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig5-50/+14
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig3-26/+20
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig1-44/+43
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-6/+102
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong3-11/+104
2023-12-07xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29
2023-12-07xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong4-0/+595
2023-12-07xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-07xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong3-8/+117
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong11-27/+16
2023-12-07xfs: allow pausing of pending deferred work itemsDarrick J. Wong3-16/+111
2023-12-07xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-07xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2023-12-07xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2-3/+4
2023-12-07xfs: document what LARP meansDarrick J. Wong1-0/+9
2023-12-07xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2023-12-07xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-07xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+19
2023-12-07xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong8-119/+120
2023-12-07xfs: collapse the ->create_done functionsDarrick J. Wong5-109/+64
2023-12-07xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong6-17/+6
2023-12-07xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong6-7/+11
2023-12-07xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong7-26/+14
2023-12-07xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong6-15/+2
2023-12-07xfs: collapse the ->finish_item helpersDarrick J. Wong5-146/+58
2023-12-07xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong6-92/+34
2023-12-07xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong1-2/+4
2023-12-07xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong10-88/+109
2023-12-07xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong9-157/+49
2023-12-07xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong1-0/+4
2023-12-07xfs: recreate work items when recovering intent itemsDarrick J. Wong7-163/+215
2023-12-07xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong7-7/+22
2023-12-07xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong7-7/+14
2023-12-07xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong11-116/+158
2023-12-07xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+35
2023-11-22xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2023-11-20xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12