messages from 2020-04-30 11:04:48 to 2020-05-04 14:12:02 UTC [more...]
[PATCH v4 00/17] xfs: flush related error handling cleanups
2020-05-04 14:11 UTC (4+ messages)
` [PATCH v4 01/17] xfs: refactor failed buffer resubmission into xfsaild
` [PATCH v4 03/17] xfs: simplify inode flush error handling
` [PATCH v4 04/17] xfs: remove unnecessary shutdown check from xfs_iflush()
[PATCH v9 00/24] xfs: Delay Ready Attributes
2020-05-04 13:30 UTC (29+ 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
[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 (29+ 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 (57+ 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 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)
[PATCH] xfs_io: copy_range can take up to 8 arguments
2020-05-01 8:07 UTC (2+ messages)
[PATCH 0/2] Extend xattr extent counter to 32-bits
2020-05-01 7:08 UTC (4+ messages)
` [PATCH 2/2] xfs: "
[RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private
2020-05-01 6:41 UTC (9+ messages)
` [RFC PATCH V2 6/9] iomap: use attach/clear_page_private
[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
deferred operations cleanup
2020-04-30 15:35 UTC (6+ messages)
` [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 (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