public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-22 00:31:23 to 2020-02-25 00:12:36 UTC [more...]

[PATCH v2 00/25] xfsprogs: refactor buffer function names
 2020-02-25  0:12 UTC  (10+ messages)
` [PATCH 01/25] libxfs: open-code "exit on buffer read failure" in upper level callers
` [PATCH 02/25] libxfs: remove LIBXFS_EXIT_ON_FAILURE
` [PATCH 03/25] libxfs: remove LIBXFS_B_EXIT
` [PATCH 04/25] libxfs: replace libxfs_putbuf with libxfs_buf_relse
` [PATCH 05/25] libxfs: replace libxfs_getbuf with libxfs_buf_get
` [PATCH 06/25] libxfs: replace libxfs_readbuf with libxfs_buf_read
` [PATCH 07/25] libxfs: rename libxfs_writebufr to libxfs_bwrite
` [PATCH 08/25] libxfs: make libxfs_readbuf_verify return an error code
` [PATCH 10/25] libxfs: introduce libxfs_buf_read_uncached

[PATCH 0/2] libxfs: minor cleanups of destructors
 2020-02-25  0:11 UTC  (3+ messages)
` [PATCH 1/2] libxfs: zero the struct xfs_mount when unmounting the filesystem
` [PATCH 2/2] libxfs: clean up libxfs_destroy

[PATCH v3 0/7] xfsprogs: actually check that writes succeeded
 2020-02-25  0:11 UTC  (8+ messages)
` [PATCH 1/7] libxfs: libxfs_buf_delwri_submit should write buffers immediately
` [PATCH 2/7] libxfs: complain when write IOs fail
` [PATCH 3/7] libxfs: return flush failures
` [PATCH 4/7] libxfs: flush all dirty buffers and report errors when unmounting filesystem
` [PATCH 5/7] mkfs: check that metadata updates have been committed
` [PATCH 6/7] xfs_repair: "
` [PATCH 7/7] libfrog: always fsync when flushing a device

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-25  0:09 UTC  (17+ messages)
` [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 v7 00/19] xfs: Delayed Ready Attrs
 2020-02-24 23:56 UTC  (71+ 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

agfl and related cleanups
 2020-02-24 22:50 UTC  (12+ messages)
` [PATCH 1/6] xfs: remove the agfl_bno member from struct xfs_agfl

[PATCH v7 00/23] Change readahead API
 2020-02-24 22:17 UTC  (43+ 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 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [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

clean up the attr interface v5
 2020-02-24 19:56 UTC  (4+ messages)
` [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h

[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  (8+ 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] "


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