public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-21 15:21:39 to 2020-02-24 21:44:19 UTC [more...]

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-24 21:44 UTC  (69+ 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 v7 00/23] Change readahead API
 2020-02-24 21:43 UTC  (41+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-24 19:57 UTC  (26+ 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

clean up the attr interface v5
 2020-02-24 19:56 UTC  (14+ messages)
` [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 20/31] xfs: open code ATTR_ENTSIZE
` [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 28/31] xfs: clean up the attr flag confusion
` [PATCH 29/31] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 31/31] xfs: clean up bufsize alignment in xfs_ioc_attr_list

[PATCH 0/1] selinux: Add xfs quota command types
 2020-02-24 16:41 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH V2 0/3] fstests: fixes for 64k pages and dax
 2020-02-24 13:46 UTC  (10+ 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

Anunciese con 100 mil clientes potenciales
 2020-02-24  7:17 UTC 

[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 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, RFC] libxfs: use FALLOC_FL_ZERO_RANGE in libxfs_device_zero
 2020-02-22 15:23 UTC  (4+ messages)
` [PATCH V3] "

[PATCH 00/14] xfsprogs: make buffer functions return error codes
 2020-02-21 22:13 UTC  (11+ messages)
` [PATCH 03/14] libxfs: make libxfs_buf_get_map return an error code
` [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  (23+ messages)
` [PATCH 01/18] libxfs: clean up readbuf flags
` [PATCH 07/18] libxfs: make libxfs_bwrite do what libxfs_writebufr does
` [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 15/18] libxfs: hide libxfs_{get,put}bufr

[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)


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