messages from 2020-04-29 02:45:53 to 2020-05-01 01:42:59 UTC [more...]
[RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private
2020-05-01 1:42 UTC (5+ messages)
` [RFC PATCH V2 6/9] iomap: use attach/clear_page_private
[PATCH v9 00/24] xfs: Delay Ready Attributes
2020-04-30 22:50 UTC (25+ messages)
` [PATCH v9 01/24] xfs: Add xfs_has_attr and subroutines
` [PATCH v9 02/24] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v9 03/24] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v9 04/24] xfs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v9 05/24] xfs: Split apart xfs_attr_leaf_addname
` [PATCH v9 06/24] xfs: Refactor xfs_attr_try_sf_addname
` [PATCH v9 07/24] xfs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v9 08/24] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v9 09/24] xfs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [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 v9 00/43] xfsprogs: Delay Ready Attributes
2020-04-30 22:47 UTC (44+ messages)
` [PATCH v9 01/43] xfsprogs: remove the ATTR_INCOMPLETE flag
` [PATCH v9 02/43] xfsprogs: merge xfs_attr_remove into xfs_attr_set
` [PATCH v9 03/43] xfsprogs: remove the name == NULL check from xfs_attr_args_init
` [PATCH v9 04/43] xfsprogs: remove the MAXNAMELEN "
` [PATCH v9 05/43] xfsprogs: turn xfs_da_args.value into a void pointer
` [PATCH v9 06/43] xfsprogs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH v9 07/43] xfsprogs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH v9 08/43] xfsprogs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH v9 09/43] xfsprogs: remove ATTR_KERNOVAL
` [PATCH v9 10/43] xfsprogs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH v9 11/43] xfsprogs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH v9 12/43] xfsprogs: factor out a xfs_attr_match helper
` [PATCH v9 13/43] xfsprogs: cleanup struct xfs_attr_list_context
` [PATCH v9 14/43] xfsprogs: remove the unused ATTR_ENTRY macro
` [PATCH v9 15/43] xfsprogs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH v9 16/43] xfsprogs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH v9 17/43] xfsprogs: clean up the ATTR_REPLACE checks
` [PATCH v9 18/43] xfsprogs: clean up the attr flag confusion
` [PATCH v9 19/43] xfsprogs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH v9 20/43] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v9 21/43] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v9 22/43] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v9 23/43] xfsprogs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v9 24/43] xfsprogs: Split apart xfs_attr_leaf_addname
` [PATCH v9 25/43] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v9 26/43] xfsprogs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v9 27/43] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v9 28/43] xfsprogs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v9 29/43] xfsprogs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v9 30/43] xfsprogs: Pull up xfs_attr_rmtval_invalidate
` [PATCH v9 31/43] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v9 32/43] xfsprogs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v9 33/43] xfsprogs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v9 34/43] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v9 35/43] xfsprogs: Add remote block helper functions
` [PATCH v9 36/43] xfsprogs: Add helper function xfs_attr_node_removename_setup
` [PATCH v9 37/43] xfsprogs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v9 38/43] xfsprogs: Simplify xfs_attr_leaf_addname
` [PATCH v9 39/43] xfsprogs: Simplify xfs_attr_node_addname
` [PATCH v9 40/43] xfsprogs: Lift -ENOSPC handler from xfs_attr_leaf_addname
` [PATCH v9 41/43] xfsprogs: Add delay ready attr remove routines
` [PATCH v9 42/43] xfsprogs: Add delay ready attr set routines
` [PATCH v9 43/43] xfsprogs: Rename __xfs_attr_rmtval_remove
[PATCH v3 00/17] xfs: flush related error handling cleanups
2020-04-30 22:07 UTC (36+ messages)
` [PATCH v3 01/17] xfs: refactor failed buffer resubmission into xfsaild
` [PATCH v3 02/17] xfs: factor out buffer I/O failure code
` [PATCH v3 03/17] xfs: simplify inode flush error handling
` [PATCH v3 04/17] xfs: remove unnecessary shutdown check from xfs_iflush()
` [PATCH v3 05/17] xfs: reset buffer write failure state on successful completion
` [PATCH v3 06/17] xfs: refactor ratelimited buffer error messages into helper
` [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 09/17] xfs: abort consistently on dquot flush failure
` [PATCH v3 10/17] xfs: acquire ->ail_lock from xfs_trans_ail_delete()
` [PATCH v3 11/17] xfs: use delete helper for items expected to be in AIL
` [PATCH v3 12/17] xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
` [PATCH v3 13/17] xfs: combine xfs_trans_ail_[remove|delete]()
` [PATCH v3 14/17] xfs: remove unused iflush stale parameter
` [PATCH v3 15/17] xfs: random buffer write failure errortag
` [PATCH v3 16/17] xfs: remove unused shutdown types
` [PATCH v3 17/17] xfs: remove unused iget_flags param from xfs_imap_to_bp()
[PATCH] xfs_io: copy_range can take up to 8 arguments
2020-04-30 21:41 UTC
[PATCH v2 00/21] xfs: refactor log recovery
2020-04-30 18:16 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 03/21] xfs: refactor log recovery item dispatch for pass1 commit functions
` [PATCH 04/21] xfs: refactor log recovery buffer item dispatch for pass2 "
` [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 10/21] xfs: refactor log recovery RUI "
` [PATCH 11/21] xfs: refactor log recovery CUI "
` [PATCH 12/21] xfs: refactor log recovery BUI "
` [PATCH 13/21] xfs: refactor recovered EFI log item playback
` [PATCH 14/21] xfs: refactor recovered RUI "
` [PATCH 15/21] xfs: refactor recovered CUI "
` [PATCH 16/21] xfs: refactor recovered BUI "
` [PATCH 17/21] xfs: refactor releasing finished intents during log recovery
` [PATCH 18/21] xfs: refactor adding recovered intent items to the log
` [PATCH 19/21] xfs: refactor intent item RECOVERED flag into the log item
` [PATCH 20/21] xfs: refactor intent item iop_recover calls
` [PATCH 21/21] xfs: remove unnecessary includes from xfs_log_recover.c
deferred operations cleanup
2020-04-30 15:35 UTC (24+ messages)
` [PATCH 01/11] xfs: remove the xfs_efi_log_item_t typedef
` [PATCH 02/11] xfs: remove the xfs_efd_log_item_t typedef
` [PATCH 03/11] xfs: remove the xfs_inode_log_item_t typedef
` [PATCH 04/11] xfs: factor out a xfs_defer_create_intent helper
` [PATCH 05/11] xfs: merge the ->log_item defer op into ->create_intent
` [PATCH 06/11] xfs: merge the ->diff_items "
` [PATCH 07/11] xfs: turn dfp_intent into a xfs_log_item
` [PATCH 08/11] xfs: refactor xfs_defer_finish_noroll
` [PATCH 09/11] xfs: turn dfp_done into a xfs_log_item
` [PATCH 10/11] xfs: use a xfs_btree_cur for the ->finish_cleanup state
` [PATCH 11/11] xfs: spell out the parameter name for ->cancel_item
[PATCHv3 1/1] fibmap: Warn and return an error in case of block > INT_MAX
2020-04-30 15:16 UTC (4+ messages)
[PATCH 0/2] Extend xattr extent counter to 32-bits
2020-04-30 2:29 UTC (7+ messages)
` [PATCH 2/2] xfs: "
[PATCH 0/3] xfs: fix inode use-after-free during log recovery
2020-04-29 23:58 UTC (10+ messages)
` [PATCH 3/3] xfs: teach deferred op freezer to freeze and thaw inodes
[PATCH v8 00/20] xfs: Delay Ready Attributes
2020-04-29 23:09 UTC (4+ messages)
` [PATCH v8 10/20] xfs: Add helper function __xfs_attr_rmtval_remove
[PATCH 00/19] xfs: refactor log recovery
2020-04-29 14:22 UTC (19+ messages)
` [PATCH 03/19] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 11/19] xfs: refactor EFI log item recovery dispatch
[PATCHv2] fibmap: Warn and return an error in case of block > INT_MAX
2020-04-29 8:30 UTC (3+ messages)
[PATCH V11 04/11] Documentation/dax: Update Usage section
2020-04-29 5:47 UTC (6+ messages)
` [PATCH V11.1] "
` [PATCH V11.2] "
[PATCH RFCRAP 0/5] xfs: atomic file metadata repairs
2020-04-29 2:46 UTC (6+ messages)
` [PATCH 1/5] xfs: parent repair should try the dcache first
` [PATCH 2/5] xfs: create temporary files and directories for online repair
` [PATCH 3/5] xfs: use atomic extent swapping to repair rt metadata
` [PATCH 4/5] xfs: use atomic extent swapping to repair extended attributes
` [PATCH 5/5] xfs: use atomic extent swapping to repair directories
[PATCH RFC 00/18] xfs: atomic file updates
2020-04-29 2:46 UTC (10+ messages)
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 05/18] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 06/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 09/18] xfs: create deferred log items for "
` [PATCH 14/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 15/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 16/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 17/18] xfs: remove old swap extents implementation
` [PATCH 18/18] xfs: fix quota accounting in the old fork swap code
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;
as well as URLs for NNTP newsgroup(s).