messages from 2020-05-01 08:14:27 to 2020-05-05 09:03:18 UTC [more...]
[PATCH v3 00/28] xfs: refactor log recovery
2020-05-05 9:03 UTC (43+ messages)
` [PATCH 01/28] xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
` [PATCH 02/28] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 03/28] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 04/28] xfs: refactor log recovery item dispatch for pass1 commit functions
` [PATCH 05/28] xfs: refactor log recovery buffer item dispatch for pass2 "
` [PATCH 06/28] xfs: refactor log recovery inode "
` [PATCH 07/28] xfs: refactor log recovery dquot "
` [PATCH 08/28] xfs: refactor log recovery icreate "
` [PATCH 09/28] xfs: refactor log recovery EFI "
` [PATCH 10/28] xfs: refactor log recovery RUI "
` [PATCH 11/28] xfs: refactor log recovery CUI "
` [PATCH 12/28] xfs: refactor log recovery BUI "
` [PATCH 13/28] xfs: remove log recovery quotaoff "
` [PATCH 14/28] xfs: refactor recovered EFI log item playback
` [PATCH 15/28] xfs: refactor recovered RUI "
` [PATCH 16/28] xfs: refactor recovered CUI "
` [PATCH 17/28] xfs: refactor recovered BUI "
` [PATCH 18/28] xfs: refactor unlinked inode recovery
` [PATCH 19/28] xfs: refactor xlog_recover_process_unlinked
` [PATCH 20/28] xfs: report iunlink recovery failure upwards
` [PATCH 21/28] xfs: refactor releasing finished intents during log recovery
` [PATCH 22/28] xfs: refactor adding recovered intent items to the log
` [PATCH 23/28] xfs: refactor intent item RECOVERED flag into the log item
` [PATCH 24/28] xfs: refactor intent item iop_recover calls
` [PATCH 25/28] xfs: hoist setting of XFS_LI_RECOVERED to caller
` [PATCH 26/28] xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
` [PATCH 27/28] xfs: remove unnecessary includes from xfs_log_recover.c
` [PATCH 28/28] xfs: use parallel processing to clear unlinked metadata
[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
2020-05-05 5:10 UTC (7+ messages)
` [PATCH 1/3] xfs: proper replay of deferred ops queued "
` [PATCH 2/3] xfs: reduce log recovery transaction block reservations
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover
[PATCH] iomap: Submit the BIO at the end of each extent
2020-05-05 2:59 UTC (5+ messages)
[PATCH v9 00/24] xfs: Delay Ready Attributes
2020-05-05 1:44 UTC (58+ messages)
` [PATCH v9 05/24] xfs: Split apart xfs_attr_leaf_addname
` [PATCH v9 10/24] xfs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v9 11/24] xfs: Pull up xfs_attr_rmtval_invalidate
` [PATCH v9 12/24] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v9 13/24] xfs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v9 14/24] xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v9 15/24] xfs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v9 16/24] xfs: Add remote block helper functions
` [PATCH v9 17/24] xfs: Add helper function xfs_attr_node_removename_setup
` [PATCH v9 18/24] xfs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v9 19/24] xfs: Simplify xfs_attr_leaf_addname
` [PATCH v9 20/24] xfs: Simplify xfs_attr_node_addname
` [PATCH v9 21/24] xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname
` [PATCH v9 22/24] xfs: Add delay ready attr remove routines
` [PATCH v9 23/24] xfs: Add delay ready attr set routines
` [PATCH v9 24/24] xfs: Rename __xfs_attr_rmtval_remove
[PATCH 0/3] xfs: random SWAPEXT fixes
2020-05-05 1:10 UTC (4+ messages)
` [PATCH 1/3] xfs: clean up the error handling in xfs_swap_extents
` [PATCH 2/3] xfs: clean up the metadata validation in xfs_swap_extent_rmap
` [PATCH 3/3] xfs: actually account for quota changes in xfs_swap_extents
[PATCH] man/statx: Add STATX_ATTR_DAX
2020-05-05 0:20 UTC
[PATCH v9 00/43] xfsprogs: Delay Ready Attributes
2020-05-04 22:33 UTC (4+ messages)
` [PATCH v9 24/43] xfsprogs: Split apart xfs_attr_leaf_addname
[PATCH v4 00/17] xfs: flush related error handling cleanups
2020-05-04 21:53 UTC (20+ messages)
` [PATCH v4 01/17] xfs: refactor failed buffer resubmission into xfsaild
` [PATCH v4 02/17] xfs: factor out buffer I/O failure code
` [PATCH v4 03/17] xfs: simplify inode flush error handling
` [PATCH v4 04/17] xfs: remove unnecessary shutdown check from xfs_iflush()
` [PATCH v4 05/17] xfs: reset buffer write failure state on successful completion
` [PATCH v4 06/17] xfs: refactor ratelimited buffer error messages into helper
` [PATCH v4 07/17] xfs: ratelimit unmount time per-buffer I/O error alert
` [PATCH v4 08/17] xfs: fix duplicate verification from xfs_qm_dqflush()
` [PATCH v4 09/17] xfs: abort consistently on dquot flush failure
` [PATCH v4 10/17] xfs: acquire ->ail_lock from xfs_trans_ail_delete()
` [PATCH v4 11/17] xfs: use delete helper for items expected to be in AIL
` [PATCH v4 12/17] xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
` [PATCH v4 13/17] xfs: combine xfs_trans_ail_[remove|delete]()
` [PATCH v4 14/17] xfs: remove unused iflush stale parameter
` [PATCH v4 15/17] xfs: random buffer write failure errortag
` [PATCH v4 16/17] xfs: remove unused shutdown types
` [PATCH v4 17/17] xfs: remove unused iget_flags param from xfs_imap_to_bp()
[PATCH] fs: xfs: fix a possible data race in xfs_inode_set_reclaim_tag()
2020-05-04 21:25 UTC (2+ messages)
[PATCH v2] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
2020-05-04 20:53 UTC (2+ messages)
[ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8
2020-05-04 16:13 UTC
[GIT PULL] iomap: bug fix for 5.7-rc3
2020-05-02 18:45 UTC (2+ messages)
[PATCH] metadump: remove redundant bracket and show right SYNOPSIS
2020-05-02 16:28 UTC (2+ messages)
[PATCH v2] xfs: Use the correct style for SPDX License Identifier
2020-05-02 9:27 UTC
system hang on a syncfs test with nfs_export enabled
2020-05-02 9:17 UTC
[PATCH] xfs: Use the correct style for SPDX License Identifier
2020-05-02 8:57 UTC (3+ messages)
[PATCH RFC 00/18] xfs: atomic file updates
2020-05-01 22:54 UTC (5+ messages)
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
Snapshot/Cloned workspace with changed file/directory ownership for all files in clone
2020-05-01 18:25 UTC (2+ messages)
dinode reading cleanups
2020-05-01 18:23 UTC (31+ messages)
` [PATCH 01/12] xfs: xfs_bmapi_read doesn't take a fork id as the last argument
` [PATCH 02/12] xfs: call xfs_iformat_fork from xfs_inode_from_disk
` [PATCH 03/12] xfs: split xfs_iformat_fork
` [PATCH 04/12] xfs: handle unallocated inodes in xfs_inode_from_disk
` [PATCH 05/12] xfs: call xfs_dinode_verify from xfs_inode_from_disk
` [PATCH 06/12] xfs: don't reset i_delayed_blks in xfs_iread
` [PATCH 07/12] xfs: remove xfs_iread
` [PATCH 08/12] xfs: remove xfs_ifork_ops
` [PATCH 09/12] xfs: refactor xfs_inode_verify_forks
` [PATCH 10/12] xfs: improve local fork verification
` [PATCH 11/12] xfs: remove the special COW fork handling in xfs_bmapi_read
` [PATCH 12/12] xfs: remove the NULL "
[PATCH v2 00/21] xfs: refactor log recovery
2020-05-01 17:58 UTC (25+ messages)
` [PATCH 01/21] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 02/21] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 04/21] xfs: refactor log recovery buffer item dispatch for pass2 commit functions
` [PATCH 05/21] xfs: refactor log recovery inode "
` [PATCH 06/21] xfs: refactor log recovery dquot "
` [PATCH 07/21] xfs: refactor log recovery icreate "
` [PATCH 08/21] xfs: remove log recovery quotaoff "
` [PATCH 09/21] xfs: refactor log recovery EFI "
` [PATCH 13/21] xfs: refactor recovered EFI log item playback
[PATCH v3 00/17] xfs: flush related error handling cleanups
2020-05-01 17:50 UTC (23+ messages)
` [PATCH v3 03/17] xfs: simplify inode flush error handling
` [PATCH v3 07/17] xfs: ratelimit unmount time per-buffer I/O error alert
` [PATCH v3 08/17] xfs: fix duplicate verification from xfs_qm_dqflush()
` [PATCH v3 10/17] xfs: acquire ->ail_lock from xfs_trans_ail_delete()
` [PATCH v3 13/17] xfs: combine xfs_trans_ail_[remove|delete]()
` [PATCH v3 17/17] xfs: remove unused iget_flags param from xfs_imap_to_bp()
[PATCH 0/3] xfs: fix inode use-after-free during log recovery
2020-05-01 17:09 UTC (11+ messages)
` [PATCH 3/3] xfs: teach deferred op freezer to freeze and thaw inodes
[PATCH] xfs: pass a commit_mode to xfs_trans_commit
2020-05-01 15:53 UTC (6+ messages)
[PATCH] xfsprogs: remove xfs_dir_ops
2020-05-01 14:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox