linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-18 22:48:19 to 2020-01-24 00:18:10 UTC [more...]

[PATCH v3 0/6] xfs_repair: do not trash valid root dirs
 2020-01-24  0:18 UTC  (7+ messages)
` [PATCH 1/6] mkfs: check root inode location
` [PATCH 2/6] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 3/6] xfs_repair: refactor fixed inode location checks
` [PATCH 4/6] xfs_repair: use libxfs function to calculate root inode location
` [PATCH 5/6] xfs_repair: check plausibility of root dir pointer before trashing it
` [PATCH 6/6] xfs_repair: try to correct sb_unit value from secondaries

[PATCH 0/8] xfsprogs: random fixes
 2020-01-24  0:17 UTC  (7+ messages)
` [PATCH 2/8] man: document the xfs_db btheight command
` [PATCH 4/8] man: document some missing xfs_db commands
` [PATCH 5/8] xfs_db: dump per-AG reservations
` [PATCH 6/8] xfs_io: fix copy_file_range length argument overflow
` [PATCH 7/8] xfs_io: fix pwrite/pread length truncation on 32-bit systems
` [PATCH 8/8] xfs_repair: fix totally broken unit conversion in directory invalidation

[PATCH v4 00/12] xfs: make buffer functions return error codes
 2020-01-24  0:16 UTC  (16+ 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] Documentation: changes.rst: update several outdated project URLs
 2020-01-23 23:54 UTC  (3+ messages)

clean up the attr interface v2
 2020-01-23 22:43 UTC  (65+ 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

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

[PATCH] xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
 2020-01-23 22:23 UTC  (3+ messages)

[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

[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

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 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  (4+ 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

[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  (9+ 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 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  (12+ 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  (4+ messages)
` [PATCH v6 12/17] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v6 14/17] xfsprogs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v6 15/17] xfsprogs: Simplify xfs_attr_set_args


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