public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-05 13:19:25 to 2020-05-07 20:48:20 UTC [more...]

[PATCH v4 00/17] xfs: flush related error handling cleanups
 2020-05-07 20:48 UTC  (30+ messages)
` [PATCH v4 03/17] xfs: simplify inode flush error handling
` [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.1 "
` [PATCH v4 08/17] xfs: fix duplicate verification from xfs_qm_dqflush()
` [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 16/17] xfs: remove unused shutdown types
` [PATCH v4 17/17] xfs: remove unused iget_flags param from xfs_imap_to_bp()

[PATCH] xfs: Replace zero-length array with flexible-array
 2020-05-07 19:27 UTC 

[ANNOUNCE] xfsprogs for-next updated to 08814ce4
 2020-05-07 18:18 UTC 

dinode reading cleanups
 2020-05-07 17:18 UTC  (16+ messages)
` [PATCH 03/12] xfs: split xfs_iformat_fork
` [PATCH 08/12] xfs: remove xfs_ifork_ops

[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
 2020-05-07 16:58 UTC  (14+ messages)
` [PATCH 1/3] xfs: proper replay of deferred ops queued "
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

libxfs 5.7 resync
 2020-05-07 16:22 UTC  (68+ messages)
` [PATCH 01/58] xfs: add agf freeblocks verify in xfs_agf_verify
` [PATCH 02/58] xfs: ensure that the inode uid/gid match values match the icdinode ones
` [PATCH 03/58] xfs: remove the icdinode di_uid/di_gid members
` [PATCH 04/58] xfs: remove the kuid/kgid conversion wrappers
` [PATCH 05/58] xfs: fix an undefined behaviour in _da3_path_shift
` [PATCH 06/58] xfs: open code insert range extent split helper
` [PATCH 07/58] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 08/58] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 09/58] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 10/58] xfs: remove the MAXNAMELEN "
` [PATCH 11/58] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 12/58] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 13/58] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 14/58] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 15/58] xfs: remove ATTR_KERNOVAL
` [PATCH 16/58] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 17/58] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 18/58] xfs: factor out a xfs_attr_match helper
` [PATCH 19/58] xfs: cleanup struct xfs_attr_list_context
` [PATCH 20/58] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 21/58] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/58] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/58] xfs: clean up the ATTR_REPLACE checks
` [PATCH 24/58] xfs: clean up the attr flag confusion
` [PATCH 25/58] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 26/58] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 27/58] xfs: remove the agfl_bno member from struct xfs_agfl
` [PATCH 28/58] xfs: remove the xfs_agfl_t typedef
` [PATCH 29/58] xfs: remove XFS_BUF_TO_AGI
` [PATCH 30/58] xfs: remove XFS_BUF_TO_AGF
` [PATCH 31/58] xfs: remove XFS_BUF_TO_SBP
` [PATCH 32/58] xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
` [PATCH 33/58] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 34/58] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 35/58] xfs: don't ever return a stale pointer from __xfs_dir3_free_read
` [PATCH 36/58] xfs: check owner of dir3 free blocks
` [PATCH 37/58] xfs: check owner of dir3 data blocks
` [PATCH 38/58] xfs: check owner of dir3 blocks
` [PATCH 39/58] xfs: introduce new private btree cursor names
` [PATCH 40/58] xfs: convert btree cursor ag-private member name
` [PATCH 41/58] xfs: convert btree cursor inode-private member names
` [PATCH 42/58] xfs: rename btree cursor private btree member flags
` [PATCH 43/58] xfs: make btree cursor private union anonymous
` [PATCH 44/58] xfs: make the btree cursor union members named structure
` [PATCH 45/58] xfs: make the btree ag cursor private union anonymous
` [PATCH 46/58] xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
` [PATCH 47/58] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
` [PATCH 48/58] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 49/58] xfs: introduce fake roots for inode-rooted btrees
` [PATCH 50/58] xfs: support bulk loading of staged btrees
` [PATCH 51/58] xfs: add support for free space btree staging cursors
` [PATCH 52/58] xfs: add support for inode "
` [PATCH 53/58] xfs: add support for refcount "
` [PATCH 54/58] xfs: add support for rmap "
` [PATCH 55/58] xfs: add a new xfs_sb_version_has_v3inode helper
` [PATCH 56/58] xfs: only check the superblock version for dinode size calculation
` [PATCH 57/58] xfs: remove the di_version field from struct icdinode
` [PATCH 58/58] xfs: validate the realtime geometry in xfs_validate_sb_common

[ANNOUNCE] xfs-linux: for-next updated to c199507993ed
 2020-05-07 15:36 UTC 

[chandanrlinux@gmail.com: Re: [PATCH 20/25] xfs: refactor adding recovered intent items to the log]
 2020-05-07 15:15 UTC 

[PATCH AUTOSEL 5.6 42/50] fibmap: Warn and return an error in case of block > INT_MAX
 2020-05-07 14:27 UTC 

[PATCH v9 00/24] xfs: Delay Ready Attributes
 2020-05-07 11:54 UTC  (21+ messages)
` [PATCH v9 10/24] xfs: Add helper function __xfs_attr_rmtval_remove
` [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 0/2] xfs: fix stale disk exposure after crash
 2020-05-07 10:32 UTC  (5+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

[PATCH 0/1] hibernate: restrict writes to the snapshot device
 2020-05-07  8:04 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v4 00/25] xfs: refactor log recovery
 2020-05-07  6:06 UTC  (27+ messages)
` [PATCH 01/25] xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
` [PATCH 02/25] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 03/25] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 04/25] xfs: refactor log recovery item dispatch for pass1 commit functions
` [PATCH 05/25] xfs: refactor log recovery buffer item dispatch for pass2 "
` [PATCH 06/25] xfs: refactor log recovery inode "
` [PATCH 07/25] xfs: refactor log recovery dquot "
` [PATCH 08/25] xfs: refactor log recovery icreate "
` [PATCH 09/25] xfs: refactor log recovery EFI "
` [PATCH 10/25] xfs: refactor log recovery RUI "
` [PATCH 11/25] xfs: refactor log recovery CUI "
` [PATCH 12/25] xfs: refactor log recovery BUI "
` [PATCH 13/25] xfs: remove log recovery quotaoff "
` [PATCH 14/25] xfs: refactor recovered EFI log item playback
` [PATCH 15/25] xfs: refactor recovered RUI "
` [PATCH 16/25] xfs: refactor recovered CUI "
` [PATCH 17/25] xfs: refactor recovered BUI "
` [PATCH 18/25] xfs: refactor xlog_item_is_intent now that we're done converting
` [PATCH 19/25] xfs: refactor releasing finished intents during log recovery
` [PATCH 20/25] xfs: refactor adding recovered intent items to the log
` [PATCH 21/25] xfs: refactor intent item RECOVERED flag into the log item
` [PATCH 22/25] xfs: refactor intent item iop_recover calls
` [PATCH 23/25] xfs: hoist setting of XFS_LI_RECOVERED to caller
` [PATCH 24/25] xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
` [PATCH 25/25] xfs: remove unnecessary includes from xfs_log_recover.c

[PATCH 0/3] xfs: random SWAPEXT fixes
 2020-05-07  6:02 UTC  (10+ 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

PROBLEM: XFS in-memory corruption with reflinks and duperemove: XFS (dm-4): Internal error xfs_trans_cancel at line 1048 of file fs/xfs/xfs_trans.c. Caller xfs_reflink_remap_extent+0x100/0x560
 2020-05-07  1:19 UTC  (2+ messages)

[PATCH v3 00/28] xfs: refactor log recovery
 2020-05-06 19:28 UTC  (75+ 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] iomap: Submit the BIO at the end of each extent
 2020-05-05 19:08 UTC  (6+ messages)

[PATCH v2] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-05-05 17:48 UTC  (5+ messages)

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-05-05 15:28 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox