messages from 2020-04-28 00:22:13 to 2020-04-30 22:10:33 UTC [more...]
[RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private
2020-04-30 22:10 UTC (3+ messages)
` [RFC PATCH V2 6/9] iomap: use attach/clear_page_private
[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 (16+ 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: 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 (38+ messages)
` [PATCH 02/19] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 03/19] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 07/19] xfs: refactor log recovery intent item dispatch for pass2 commit functions
` [PATCH 11/19] xfs: refactor EFI log item recovery dispatch
` [PATCH 12/19] xfs: refactor RUI "
` [PATCH 15/19] xfs: refactor releasing finished intents during log recovery
` [PATCH 19/19] xfs: move xlog_recover_intent_pass2 up in the file
[PATCHv2] fibmap: Warn and return an error in case of block > INT_MAX
2020-04-29 8:30 UTC (4+ messages)
[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
2020-04-29 5:47 UTC (25+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
` [PATCH V11.1] "
` [PATCH V11.2] "
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
[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 (19+ messages)
` [PATCH 01/18] xfs: clean up the error handling in xfs_swap_extent_rmap
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 03/18] vfs: introduce new file extent swap ioctl
` [PATCH 04/18] xfs: support deferred bmap updates on the attr fork
` [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 07/18] xfs: allow deferred ops items to put themselves at the end of the pending queue
` [PATCH 08/18] xfs: introduce a swap-extent log intent item
` [PATCH 09/18] xfs: create deferred log items for extent swapping
` [PATCH 10/18] xfs: refactor locking and unlocking two inodes against userspace IO
` [PATCH 11/18] xfs: add a ->swap_file_range handler
` [PATCH 12/18] xfs: add error injection to test swapext recovery
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [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
[PATCH] xfs: Use the correct style for SPDX License Identifier
2020-04-29 0:20 UTC (12+ messages)
[PATCH V11.1] Documentation/dax: Update Usage section
2020-04-28 22:23 UTC (2+ messages)
[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
2020-04-28 22:02 UTC (9+ messages)
` 回复: "
[XFS SUMMIT] xfs and gcc
2020-04-28 21:01 UTC (3+ messages)
[PATCH v3 00/29] Convert files to ReST - part 2
2020-04-28 19:25 UTC (3+ messages)
[PATCH v2] generic: test per-type quota softlimit enforcement timeout
2020-04-28 16:23 UTC (3+ messages)
[PATCH 5/2] xfs: refactor xlog_recover_buffer_pass1
2020-04-28 15:13 UTC (2+ messages)
two small log recovery cleanups
2020-04-28 15:11 UTC (9+ messages)
` [PATCH 1/2] xfs: refactor the buffer cancellation table helpers
` [PATCH 2/2] xfs: rename inode_list xlog_recover_reorder_trans
` [PATCH 3/2] xfs: factor out a xlog_buf_readahead helper
` [PATCH 4/2] xfs: simplify xlog_recover_inode_ra_pass2
[PATCH STABLE v4.14.y 0/2] xfs: Backport two fixes
2020-04-28 9:02 UTC (2+ messages)
[PATCH 0/2] WARN fibmap user in case of possible addr truncation
2020-04-28 7:29 UTC (9+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX
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).