messages from 2020-02-21 14:12:04 to 2020-02-24 07:09:18 UTC [more...]
[PATCH v7 00/19] xfs: Delayed Ready Attrs
2020-02-24 7:09 UTC (50+ messages)
` [PATCH v7 01/19] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v7 02/19] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v7 03/19] xfs: Add xfs_has_attr and subroutines
` [PATCH v7 04/19] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v7 05/19] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v7 06/19] xfs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v7 07/19] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v7 08/19] xfs: Refactor xfs_attr_try_sf_addname
` [PATCH v7 09/19] xfs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v7 10/19] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v7 11/19] xfs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v7 12/19] xfs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v7 13/19] xfs: Add delay ready attr remove routines
` [PATCH v7 14/19] xfs: Add delay ready attr set routines
` [PATCH v7 15/19] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v7 16/19] xfs: Simplify xfs_attr_set_iter
` [PATCH v7 17/19] xfs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v7 18/19] xfs: Add remote block helper functions
` [PATCH v7 19/19] xfs: Remove xfs_attr_rmtval_remove
[PATCH V2 0/3] fstests: fixes for 64k pages and dax
2020-02-24 6:15 UTC (9+ messages)
` [PATCH V2 1/3] dax/dm: disable testing on devices that don't support dax
` [PATCH V2 3/3] xfs/300: modify test to work on any fs block size
[PATCH v7 00/23] Change readahead API
2020-02-24 4:33 UTC (20+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
[PATCH V4 RESEND 0/7] xfsprogs: Fix log reservation calculation for xattr insert operation
2020-02-24 4:01 UTC (8+ messages)
` [PATCH V4 RESEND 1/7] xfsprogs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
` [PATCH V4 RESEND 2/7] xfsprogs: xfs_attr_calc_size: Use local variables to track individual space components
` [PATCH V4 RESEND 3/7] xfsprogs: xfs_attr_calc_size: Calculate Bmbt blks only once
` [PATCH V4 RESEND 4/7] xfsprogs: Introduce struct xfs_attr_set_resv
` [PATCH V4 RESEND 5/7] xfsprogs: xfs_attr_calc_size: Explicitly pass mp, namelen and valuelen args
` [PATCH V4 RESEND 6/7] xfsprogs: Make xfs_attr_calc_size() non-static
` [PATCH V4 RESEND 7/7] xfsprogs: Fix log reservation calculation for xattr insert operation
[PATCH V4 RESEND 0/7] Fix log reservation calculation for xattr insert operation
2020-02-24 4:00 UTC (8+ messages)
` [PATCH V4 RESEND 1/7] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
` [PATCH V4 RESEND 2/7] xfs: xfs_attr_calc_size: Use local variables to track individual space components
` [PATCH V4 RESEND 3/7] xfs: xfs_attr_calc_size: Calculate Bmbt blks only once
` [PATCH V4 RESEND 4/7] xfs: Introduce struct xfs_attr_set_resv
` [PATCH V4 RESEND 5/7] xfs: xfs_attr_calc_size: Explicitly pass mp, namelen and valuelen args
` [PATCH V4 RESEND 6/7] xfs: Make xfs_attr_calc_size() non-static
` [PATCH V4 RESEND 7/7] xfs: Fix log reservation calculation for xattr insert operation
[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
2020-02-24 0:34 UTC (24+ messages)
` [PATCH V4 02/13] fs/xfs: Clarify lockdep dependency for xfs_isilocked()
` [PATCH V4 03/13] fs: Remove unneeded IS_DAX() check
` [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer
` [PATCH V4 10/13] fs/xfs: Clean up locking in dax invalidate
[PATCH 03/30] xfs: Add missing annotation to xfs_ail_check()
2020-02-23 23:16 UTC
[PATCH V4 1/7] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
2020-02-23 17:15 UTC (9+ messages)
` [PATCH V4 2/7] xfs: xfs_attr_calc_size: Use local variables to track individual space components
` [PATCH V4 3/7] xfs: xfs_attr_calc_size: Calculate Bmbt blks only once
` [PATCH V4 4/7] xfs: Introduce struct xfs_attr_set_resv
` [PATCH V4 5/7] xfs: xfs_attr_calc_size: Explicitly pass mp, namelen and valuelen args
` [PATCH V4 6/7] xfs: Make xfs_attr_calc_size() non-static
` [PATCH V4 7/7] xfs: Fix log reservation calculation for xattr insert operation
[PATCH V4 1/7] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
2020-02-23 7:34 UTC (8+ messages)
` [PATCH V4 2/7] xfs: xfs_attr_calc_size: Use local variables to track individual space components
` [PATCH V4 3/7] xfs: xfs_attr_calc_size: Calculate Bmbt blks only once
` [PATCH V4 4/7] xfs: Introduce struct xfs_attr_set_resv
` [PATCH V4 5/7] xfs: xfs_attr_calc_size: Explicitly pass mp, namelen and valuelen args
` [PATCH V4 6/7] xfs: Make xfs_attr_calc_size() non-static
` [PATCH V4 7/7] xfs: Fix log reservation calculation for xattr insert operation
[PATCH v7 00/20] xfsprogs: Delayed Ready Attributes
2020-02-23 2:05 UTC (21+ messages)
` [PATCH v7 01/20] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v7 02/20] xfsprogs: Replace attribute parameters with struct xfs_name
` [PATCH v7 03/20] xfsprogs: Embed struct xfs_name in xfs_da_args
` [PATCH v7 04/20] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v7 05/20] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v7 06/20] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v7 07/20] xfsprogs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v7 08/20] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v7 09/20] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v7 10/20] xfsprogs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v7 11/20] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v7 12/20] xfsprogs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v7 13/20] xfsprogs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v7 14/20] xfsprogs: Add delay ready attr remove routines
` [PATCH v7 15/20] xfsprogs: Add delay ready attr set routines
` [PATCH v7 16/20] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v7 17/20] xfsprogs: Simplify xfs_attr_set_iter
` [PATCH v7 18/20] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v7 19/20] xfsprogs: Add remote block helper functions
` [PATCH v7 20/20] xfsprogs: Remove xfs_attr_rmtval_remove
[PATCH 0/1] selinux: Add xfs quota command types
2020-02-22 19:49 UTC (7+ messages)
` [PATCH 1/1] "
[PATCH, RFC] libxfs: use FALLOC_FL_ZERO_RANGE in libxfs_device_zero
2020-02-22 15:23 UTC (4+ messages)
` [PATCH V3] "
clean up the attr interface v5
2020-02-21 22:57 UTC (26+ messages)
` [PATCH 03/31] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 06/31] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 10/31] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 13/31] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 14/31] xfs: remove ATTR_KERNOVAL
` [PATCH 15/31] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 16/31] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 20/31] xfs: open code ATTR_ENTSIZE
` [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/31] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/31] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 28/31] xfs: clean up the attr flag confusion
` [PATCH 29/31] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 30/31] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 31/31] xfs: clean up bufsize alignment in xfs_ioc_attr_list
[PATCH 00/14] xfsprogs: make buffer functions return error codes
2020-02-21 22:13 UTC (15+ messages)
` [PATCH 01/14] libxfs: make __cache_lookup return an error code
` [PATCH 02/14] libxfs: make libxfs_getbuf_flags "
` [PATCH 03/14] libxfs: make libxfs_buf_get_map "
` [PATCH 04/14] libxfs: refactor libxfs_readbuf out of existence
` [PATCH 05/14] libxfs: make libxfs_buf_read_map return an error code
[PATCH 00/18] xfsprogs: refactor buffer function names
2020-02-21 20:59 UTC (42+ messages)
` [PATCH 01/18] libxfs: clean up readbuf flags
` [PATCH 04/18] libxfs: replace libxfs_putbuf with libxfs_buf_relse
` [PATCH 05/18] libxfs: replace libxfs_getbuf with libxfs_buf_get
` [PATCH 06/18] libxfs: replace libxfs_readbuf with libxfs_buf_read
` [PATCH 07/18] libxfs: make libxfs_bwrite do what libxfs_writebufr does
` [PATCH 08/18] libxfs: make libxfs_readbuf_verify return an error code
` [PATCH 09/18] libxfs: make libxfs_readbufr stash the error value in b_error
` [PATCH 10/18] libxfs: introduce libxfs_buf_read_uncached
` [PATCH 11/18] libxlog: use uncached buffers instead of open-coding them
` [PATCH 12/18] libxfs: use uncached buffers for initial mkfs writes
` [PATCH 13/18] libxfs: straighten out libxfs_writebuf confusion
` [PATCH 14/18] libxfs: remove libxfs_writebuf_int
` [PATCH 15/18] libxfs: hide libxfs_{get,put}bufr
` [PATCH 16/18] libxfs: hide libxfs_getbuf_flags
` [PATCH 17/18] libxfs: rename libxfs_readbuf_map to libxfs_buf_read_map
` [PATCH 18/18] libxfs: rename libxfs_getbuf_map to libxfs_buf_get_map
[PATCH v5 1/4] xfs: Refactor xfs_isilocked()
2020-02-21 20:28 UTC (6+ messages)
remove the di_uid/di_gid fields from the XFS icdinode
2020-02-21 16:29 UTC (6+ messages)
` [PATCH 3/3] xfs: remove the kuid/kgid conversion wrappers
[PATCH] xfs: improve error message when we can't allocate memory for xfs_buf
2020-02-21 15:49 UTC (2+ messages)
[PATCH v3] xfs: add agf freeblocks verify in xfs_agf_verify
2020-02-21 15:38 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