linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 18:52:54 to 2020-01-26 22:27:08 UTC [more...]

clean up the attr interface v2
 2020-01-26 22:24 UTC  (48+ 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 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 09/29] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 11/29] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 14/29] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 16/29] xfs: factor out a xfs_attr_match helper
` [PATCH 19/29] xfs: replace ATTR_ENTBASESIZE with offsetoff
` [PATCH 20/29] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 24/29] xfs: lift cursor copy in/out into xfs_ioc_attr_list
` [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

stop generating platform_defs.h
 2020-01-26 22:21 UTC  (11+ messages)
` [PATCH 1/5] xfsprogs: remove the ENABLE_GETTEXT substitution in platform_defs.h.in
` [PATCH 2/5] xfsprogs: remove the SIZEOF_CHAR_P "
` [PATCH 3/5] repair: remove BITS_PER_LONG cpp checks in bmap.[ch]
` [PATCH 4/5] xfsprogs: remove the SIZEOF_LONG substitution in platform_defs.h.in
` [PATCH 5/5] xfsprogs: stop generating platform_defs.h

[PATCH 0/8] xfsprogs: random fixes
 2020-01-26 22:11 UTC  (18+ messages)
` [PATCH 1/8] man: list xfs_io lsattr inode flag letters
` [PATCH 2/8] man: document the xfs_db btheight command
` [PATCH 3/8] man: reformat xfs_quota commands in the manpage for testing
` [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 0/2] xfsprogs: libxfs cosmetic tidyups
 2020-01-26 22:09 UTC  (8+ messages)
` [PATCH 1/2] xfsprogs: alphabetize libxfs_api_defs.h
` [PATCH 2/2] libxfs: move header includes closer to kernelspace

[PATCH] libxfs: turn the xfs_buf_incore stub into an inline function
 2020-01-26 21:24 UTC  (2+ messages)

Problems with determining data presence by examining extents?
 2020-01-26 18:19 UTC  (10+ messages)

[PATCH] xfsprogs: don't warn about packed members
 2020-01-26 11:02 UTC  (2+ messages)

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2020-01-26  4:03 UTC  (9+ messages)
` [PATCH v5 04/14] xfs: Add xfs_has_attr and subroutines

[PATCH v5 00/12] xfs: make buffer functions return error codes
 2020-01-26  2:43 UTC  (23+ messages)
` [PATCH 01/12] xfs: make xfs_buf_alloc return an error code
` [PATCH 02/12] xfs: make xfs_buf_get_map "
` [PATCH 03/12] xfs: make xfs_buf_read_map "
` [PATCH 04/12] xfs: make xfs_buf_get "
` [PATCH 05/12] xfs: make xfs_buf_get_uncached "
` [PATCH 06/12] xfs: make xfs_buf_read "
` [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 00/12] Change readahead API
 2020-01-25 19:44 UTC  (6+ messages)
` [PATCH 03/12] readahead: Put pages in cache earlier
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 12/12] iomap: Convert from readpages to readahead

[PATCH] Documentation: changes.rst: update several outdated project URLs
 2020-01-25 17:08 UTC  (6+ messages)

[PATCH v6 00/16] xfs: Delay Ready Attributes
 2020-01-25 16:41 UTC  (35+ 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 06/16] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v6 07/16] xfs: Refactor xfs_attr_try_sf_addname
` [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

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-24 22:53 UTC  (12+ messages)
` [PATCH v2 6/9] iomap,xfs: Convert from readpages to readahead

[ANNOUNCE] xfs-linux: for-next updated to b3531f5fc16d
 2020-01-24 19:52 UTC 

[PATCH] xfs: remove unnecessary variable
 2020-01-24  5:24 UTC  (2+ messages)

[PATCH v4 00/12] xfs: make buffer functions return error codes
 2020-01-24  4:59 UTC  (34+ 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

linux-next: build warning after merge of the xfs tree
 2020-01-24  4:17 UTC  (3+ messages)

A NFS, xfs, reflink and rmapbt story
 2020-01-24  1:10 UTC  (2+ messages)

[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] 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  (6+ messages)
` [PATCH v8 1/2] fs: "

[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  (6+ messages)
` [PATCH 05/13] xfs: make xfs_buf_read_map return an error code

[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  (5+ 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).