summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-02xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: reuse xfs_rmap_update_cancel_itemChristoph Hellwig
2024-07-02xfs: add a ri_entry helperChristoph Hellwig
2024-07-02xfs: remove xfs_trans_set_rmap_flagsDarrick J. Wong
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig
2024-07-02xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig
2024-07-02xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig
2024-07-02xfs: add a xefi_entry helperChristoph Hellwig
2024-07-02xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2024-07-02xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong
2024-07-02xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao