linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 16:25:23 to 2020-01-23 17:38:05 UTC [more...]

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2020-01-23 17:37 UTC  (12+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file

[PATCH] xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
 2020-01-23 16:36 UTC  (2+ messages)

[bug report] xfs: streamline xfs_attr3_leaf_inactive
 2020-01-23 15:54 UTC  (2+ messages)

[PATCH v8 0/2] New zonefs file system
 2020-01-23 13:21 UTC  (8+ messages)
` [PATCH v8 1/2] fs: "
` [PATCH v8 2/2] zonefs: Add documentation

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-23 10:31 UTC  (8+ messages)

A NFS, xfs, reflink and rmapbt story
 2020-01-23  8:32 UTC 

[PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-01-23  8:14 UTC  (5+ messages)
  ` [kernel-hardening] "

[PATCH v4 00/12] xfs: make buffer functions return error codes
 2020-01-23  7:43 UTC  (13+ messages)
` [PATCH 01/12] xfs: make xfs_buf_alloc return an error code
` [PATCH 02/12] xfs: make xfs_buf_read "
` [PATCH 03/12] xfs: make xfs_buf_get "
` [PATCH 04/12] xfs: make xfs_buf_get_uncached "
` [PATCH 05/12] xfs: make xfs_buf_read_map "
` [PATCH 06/12] xfs: make xfs_buf_get_map "
` [PATCH 07/12] xfs: make xfs_trans_get_buf_map "
` [PATCH 08/12] xfs: make xfs_trans_get_buf "
` [PATCH 09/12] xfs: remove the xfs_btree_get_buf[ls] functions
` [PATCH 10/12] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
` [PATCH 11/12] xfs: remove unnecessary null pointer checks from _read_agf callers
` [PATCH 12/12] xfs: fix xfs_buf_ioerror_alert location reporting

[PATCH v3 00/13] xfs: make buffer functions return error codes
 2020-01-23  7:40 UTC  (18+ messages)
` [PATCH 01/13] xfs: make xfs_buf_alloc return an error code
` [PATCH 02/13] xfs: make xfs_buf_read "
` [PATCH 03/13] xfs: make xfs_buf_get "
` [PATCH 04/13] xfs: make xfs_buf_get_uncached "
` [PATCH 05/13] xfs: make xfs_buf_read_map "
` [PATCH 06/13] xfs: make xfs_buf_get_map "
` [PATCH 07/13] xfs: make xfs_trans_get_buf_map "
` [PATCH 08/13] xfs: make xfs_trans_get_buf "
` [PATCH 09/13] xfs: remove the xfs_btree_get_buf[ls] functions
` [PATCH 10/13] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
` [PATCH 11/13] xfs: remove unnecessary null pointer checks from _read_agf callers
` [PATCH 12/13] xfs: move buffer read io error logging to xfs_buf_read_map
` [PATCH 13/13] xfs: fix xfs_buf_ioerror_alert location reporting

[PATCH v6 00/16] xfs: Delay Ready Attributes
 2020-01-22 17:04 UTC  (39+ messages)
` [PATCH v6 01/16] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v6 02/16] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v6 03/16] xfs: Add xfs_has_attr and subroutines
` [PATCH v6 04/16] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v6 05/16] xfs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v6 06/16] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v6 07/16] xfs: Refactor xfs_attr_try_sf_addname
` [PATCH v6 08/16] xfs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v6 09/16] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v6 10/16] xfs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v6 11/16] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v6 12/16] xfs: Add helper function xfs_attr_init_unmapstate
` [PATCH v6 13/16] xfs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v6 14/16] xfs: Simplify xfs_attr_set_args
` [PATCH v6 15/16] xfs: Add delay ready attr remove routines
` [PATCH v6 16/16] xfs: Add delay ready attr set routines

[PATCH 0/2] xfsprogs: libxfs cosmetic tidyups
 2020-01-22 17:03 UTC  (5+ messages)
` [PATCH 1/2] xfsprogs: alphabetize libxfs_api_defs.h
` [PATCH 2/2] libxfs: move header includes closer to kernelspace

[ANNOUNCE] xfsprogs for-next updated to 251257e6
 2020-01-22 16:58 UTC 

[PATCH V2 1/2] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
 2020-01-22  8:37 UTC  (6+ messages)
  ` [PATCH V2 2/2] xfs: Fix log reservation calculation for xattr insert operation

[PATCH] xfs_repair: stop using ->data_entry_p()
 2020-01-22  0:41 UTC  (6+ messages)

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2020-01-22  0:25 UTC  (6+ messages)
` [PATCH v5 04/14] xfs: Add xfs_has_attr and subroutines

clean up the attr interface v2
 2020-01-21 19:45 UTC  (57+ messages)
` [PATCH 02/29] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 03/29] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 04/29] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 05/29] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 06/29] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 07/29] xfs: remove the MAXNAMELEN "
` [PATCH 08/29] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 09/29] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 10/29] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 11/29] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 12/29] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 13/29] xfs: remove ATTR_KERNOVAL
` [PATCH 14/29] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 15/29] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 16/29] xfs: factor out a xfs_attr_match helper
` [PATCH 17/29] xfs: cleanup xfs_attr_list_context
` [PATCH 18/29] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 19/29] xfs: replace ATTR_ENTBASESIZE with offsetoff
` [PATCH 20/29] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 21/29] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 22/29] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 23/29] xfs: lift buffer allocation "
` [PATCH 24/29] xfs: lift cursor copy in/out "
` [PATCH 25/29] xfs: improve xfs_forget_acl
` [PATCH 26/29] xfs: clean up the ATTR_REPLACE checks
` [PATCH 27/29] xfs: clean up the attr flag confusion
` [PATCH 28/29] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 29/29] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

[ANNOUNCE] xfs-linux: for-next updated to aa124436f329
 2020-01-21 16:46 UTC 

Lease semantic proposal
 2020-01-21  0:56 UTC  (8+ messages)

[PATCH] xfs: change return value of xfs_inode_need_cow to int
 2020-01-20 22:34 UTC  (4+ messages)

[PATCH v2 00/11] xfs: make buffer functions return error codes
 2020-01-20 22:22 UTC  (15+ messages)
` [PATCH 01/11] xfs: make xfs_buf_alloc return an error code
` [PATCH 02/11] xfs: make xfs_buf_read "
` [PATCH 03/11] xfs: make xfs_buf_get "
` [PATCH 05/11] xfs: make xfs_buf_read_map "
` [PATCH 10/11] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2020-01-20 16:58 UTC  (7+ messages)

[RFC] iomap: fix race between readahead and direct write
 2020-01-20 11:42 UTC  (19+ messages)

[PATCH 0/2] xfs: fix stale disk exposure after crash
 2020-01-19 20:49 UTC  (3+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

XFS reflink vs ThinLVM
 2020-01-19  8:45 UTC  (17+ messages)

[PATCH v3] xfstests: xfs mount option sanity test
 2020-01-19  7:23 UTC  (3+ messages)

[PATCH v6 00/17] xfsprogs: Delayed Ready Attributes
 2020-01-18 22:45 UTC  (18+ messages)
` [PATCH v6 01/17] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v6 02/17] xfsprogs: Replace attribute parameters with struct xfs_name
` [PATCH v6 03/17] xfsprogs: Embed struct xfs_name in xfs_da_args
` [PATCH v6 04/17] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v6 05/17] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v6 06/17] xfsprogs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v6 07/17] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v6 08/17] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v6 09/17] xfsprogs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v6 10/17] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v6 11/17] xfsprogs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v6 12/17] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v6 13/17] xfsprogs: Add helper function xfs_attr_init_unmapstate
` [PATCH v6 14/17] xfsprogs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v6 15/17] xfsprogs: Simplify xfs_attr_set_args
` [PATCH v6 16/17] xfsprogs: Add delay ready attr remove routines
` [PATCH v6 17/17] xfsprogs: Add delay ready attr set routines

RFC: hold i_rwsem until aio completes
 2020-01-18 22:40 UTC  (7+ messages)

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-18  9:11 UTC  (10+ messages)
` [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute

Problems with determining data presence by examining extents?
 2020-01-17 16:43 UTC  (10+ messages)

Making linkat() able to overwrite the target
 2020-01-17 16:39 UTC  (7+ messages)


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