| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: t_firstblock is tracking AGs not blocks | Dave Chinner | 2023-02-11 | 1 | -1/+1 |
* | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne... | Darrick J. Wong | 2022-07-14 | 1 | -2/+4 |
|\ |
|
| * | xfs: add log item precommit operation | Dave Chinner | 2022-07-14 | 1 | -2/+4 |
* | | xfs: Add order IDs to log items in CIL | Dave Chinner | 2022-07-07 | 1 | -0/+1 |
|/ |
|
* | xfs: intent item whiteouts | Dave Chinner | 2022-05-04 | 1 | -2/+4 |
* | xfs: add log item method to return related intents | Dave Chinner | 2022-05-04 | 1 | -0/+1 |
* | xfs: add log item flags to indicate intents | Dave Chinner | 2022-05-04 | 1 | -12/+13 |
* | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next | Dave Chinner | 2022-04-21 | 1 | -4/+4 |
|\ |
|
| * | xfs: convert log item tracepoint flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -4/+4 |
* | | xfs: convert buffer flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -1/+1 |
|/ |
|
* | xfs: log items should have a xlog pointer, not a mount | Dave Chinner | 2022-03-20 | 1 | -1/+2 |
* | xfs: reserve quota for dir expansion when linking/unlinking files | Darrick J. Wong | 2022-03-14 | 1 | -0/+3 |
* | xfs: rename _zone variables to _cache | Darrick J. Wong | 2021-10-22 | 1 | -1/+1 |
* | xfs: remove kmem_zone typedef | Darrick J. Wong | 2021-10-22 | 1 | -1/+1 |
* | xfs: formalize the process of holding onto resources across a defer roll | Darrick J. Wong | 2021-10-14 | 1 | -6/+0 |
* | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 2021-06-21 | 1 | -2/+2 |
* | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 2021-04-29 | 1 | -15/+0 |
* | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner | 2021-02-25 | 1 | -0/+30 |
* | xfs: refactor inode ownership change transaction/inode/quota allocation idiom | Darrick J. Wong | 2021-02-03 | 1 | -0/+3 |
* | xfs: refactor inode creation transaction/inode/quota allocation idiom | Darrick J. Wong | 2021-02-03 | 1 | -0/+6 |
* | xfs: allow reservation of rtblocks with xfs_trans_alloc_inode | Darrick J. Wong | 2021-02-03 | 1 | -1/+2 |
* | xfs: refactor common transaction/inode/quota allocation idiom | Darrick J. Wong | 2021-02-03 | 1 | -0/+3 |
* | xfs: periodically relog deferred intent items | Darrick J. Wong | 2020-10-07 | 1 | -0/+10 |
* | xfs: proper replay of deferred ops queued during log recovery | Darrick J. Wong | 2020-10-07 | 1 | -1/+2 |
* | xfs: remove XFS_LI_RECOVERED | Darrick J. Wong | 2020-10-07 | 1 | -3/+1 |
* | xfs: do the assert for all the log done items in xfs_trans_cancel | Kaixu Xia | 2020-09-25 | 1 | -0/+16 |
* | xfs: simplify xfs_trans_getsb | Christoph Hellwig | 2020-09-15 | 1 | -1/+1 |
* | xfs: unwind log item error flagging | Dave Chinner | 2020-07-07 | 1 | -1/+0 |
* | xfs: get rid of log item callbacks | Dave Chinner | 2020-07-07 | 1 | -4/+0 |
* | xfs: refactor intent item RECOVERED flag into the log item | Darrick J. Wong | 2020-05-08 | 1 | -1/+3 |
* | xfs: refactor releasing finished intents during log recovery | Darrick J. Wong | 2020-05-08 | 1 | -0/+1 |
* | xfs: refactor recovered EFI log item playback | Darrick J. Wong | 2020-05-08 | 1 | -0/+1 |
* | xfs: make xfs_trans_get_buf return an error code | Darrick J. Wong | 2020-01-26 | 1 | -9/+4 |
* | xfs: make xfs_trans_get_buf_map return an error code | Darrick J. Wong | 2020-01-26 | 1 | -5/+10 |
* | xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c | Christoph Hellwig | 2019-06-28 | 1 | -11/+0 |
* | xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c | Christoph Hellwig | 2019-06-28 | 1 | -11/+0 |
* | xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c | Christoph Hellwig | 2019-06-28 | 1 | -11/+0 |
* | xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c | Christoph Hellwig | 2019-06-28 | 1 | -8/+0 |
* | xfs: remove the xfs_log_item_t typedef | Christoph Hellwig | 2019-06-28 | 1 | -8/+8 |
* | xfs: add a flag to release log items on commit | Christoph Hellwig | 2019-06-28 | 1 | -0/+7 |
* | xfs: split iop_unlock | Christoph Hellwig | 2019-06-28 | 1 | -2/+2 |
* | xfs: remove unused flags arg from getsb interfaces | Eric Sandeen | 2019-06-12 | 1 | -1/+1 |
* | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong | 2018-12-12 | 1 | -1/+2 |
* | xfs: idiotproof defer op type configuration | Darrick J. Wong | 2018-12-12 | 1 | -4/+0 |
* | xfs: fix buffer state management in xrep_findroot_block | Darrick J. Wong | 2018-10-18 | 1 | -0/+1 |
* | xfs: fold dfops into the transaction | Brian Foster | 2018-08-02 | 1 | -6/+2 |
* | xfs: replace xfs_defer_ops ->dop_pending with on-stack list | Brian Foster | 2018-08-02 | 1 | -1/+0 |
* | xfs: drop dop param from xfs_defer_op_type ->finish_item() callback | Brian Foster | 2018-08-02 | 1 | -5/+5 |
* | xfs: automatic dfops inode relogging | Brian Foster | 2018-08-02 | 1 | -3/+0 |
* | xfs: automatic dfops buffer relogging | Brian Foster | 2018-08-02 | 1 | -1/+0 |