linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 14:04:11 to 2020-08-28 04:08:42 UTC [more...]

[PATCH v4 00/11] xfs: widen timestamps to deal with y2038
 2020-08-28  4:08 UTC  (32+ messages)
` [PATCH 01/11] xfs: explicitly define inode timestamp range
` [PATCH 02/11] xfs: refactor quota expiration timer modification
` [PATCH 03/11] xfs: refactor default quota grace period setting code
` [PATCH 04/11] xfs: refactor quota timestamp coding
` [PATCH 05/11] xfs: move xfs_log_dinode_to_disk to the log recovery code
` [PATCH 06/11] xfs: kill struct xfs_timestamp
` [PATCH 07/11] xfs: kill struct xfs_ictimestamp
` [PATCH 08/11] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 09/11] xfs: widen ondisk quota expiration timestamps to handle y2038+
` [PATCH 10/11] xfs: trace timestamp limits
` [PATCH 11/11] xfs: enable big timestamps

[PATCH v3 0/5] xfs: add inode btree blocks counters to the AGI header
 2020-08-28  2:37 UTC  (6+ messages)
` [PATCH 1/5] xfs: store inode btree block counts in "
` [PATCH 2/5] xfs: use the finobt block counts to speed up mount times
` [PATCH 3/5] xfs: support inode btree blockcounts in online scrub
` [PATCH 4/5] xfs: support inode btree blockcounts in online repair
` [PATCH 5/5] xfs: enable new inode btree counters feature

[PATCH] mkfs.xfs: remove comment about needed future work
 2020-08-27 19:37 UTC 

[PATCH 0/4] fix up generic dmlogwrites tests to work with XFS
 2020-08-27 18:35 UTC  (14+ messages)
` [PATCH 1/4] generic: require discard zero behavior for dmlogwrites on XFS
` [PATCH 2/4] generic/455: use thin volume for dmlogwrites target device
` [PATCH 3/4] generic/457: "
` [PATCH 4/4] generic/470: "

[ANNOUNCE] xfsprogs for-next updated to 2cf166bc
 2020-08-27 18:00 UTC 

[PATCH] xfs_db: set b_ops to NULL in set_cur for types without verifiers
 2020-08-27 17:22 UTC  (2+ messages)

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-27 16:47 UTC  (12+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 125eac243806
 2020-08-27 16:00 UTC 

[PATCH V3] xfs: Remove kmem_zalloc_large()
 2020-08-27 14:54 UTC  (2+ messages)

[PATCH v2] generic: disable dmlogwrites tests on XFS
 2020-08-27 14:53 UTC 

[PATCH V2 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-27 13:51 UTC  (6+ messages)
` [PATCH V2 02/10] xfs: Check for extent overflow when trivally adding a new extent

[PATCH] xfs: fix boundary test in xfs_attr_shortform_verify
 2020-08-27 13:43 UTC  (13+ messages)
` [PATCH V2] "

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-27  8:44 UTC  (3+ messages)
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all

[PATCH 0/9] THP iomap patches for 5.10
 2020-08-27  8:41 UTC  (33+ messages)
` [PATCH 1/9] iomap: Fix misplaced page flushing
` [PATCH 2/9] fs: Introduce i_blocks_per_page
` [PATCH 3/9] iomap: Use kzalloc to allocate iomap_page
` [PATCH 4/9] iomap: Use bitmap ops to set uptodate bits
` [PATCH 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH 6/9] iomap: Convert read_count to byte count
` [PATCH 7/9] iomap: Convert write_count "
` [PATCH 8/9] iomap: Convert iomap_write_end types
` [PATCH 9/9] iomap: Change calling convention for zeroing

"signed < sizeof()" bug in xfs_attr_shortform_verify() ?
 2020-08-27  8:15 UTC  (3+ messages)

[PATCH] xfs: initialize the shortform attr header padding entry
 2020-08-27  8:14 UTC  (4+ messages)

[PATCH 00/13] xfs: in memory inode unlink log items
 2020-08-27  7:21 UTC  (5+ messages)
` [PATCH 05/13] xfs: add unlink list pointers to xfs_inode

[RFC PATCH] xfs: use log_incompat feature instead of speculate matching
 2020-08-27  7:19 UTC  (5+ messages)
` [PATCH] "

[PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
 2020-08-27  6:14 UTC  (2+ messages)

[bio] 37abbdc72e: WARNING:at_block/bio.c:#bio_release_pages
 2020-08-27  3:59 UTC 

[PATCH v7 0/2] avoid xfs transaction reservation recursion
 2020-08-27  2:59 UTC  (7+ messages)
` [PATCH v7 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v7 2/2] xfs: avoid transaction reservation recursion

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-08-27  0:35 UTC  (9+ messages)
` [PATCH v12 1/8] xfs: Add delay ready attr remove routines
` [PATCH v12 2/8] xfs: Add delay ready attr set routines
` [PATCH v12 3/8] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v12 4/8] xfs: Set up infastructure for deferred attribute operations
` [PATCH v12 5/8] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v12 6/8] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v12 7/8] xfs: Enable delayed attributes
` [PATCH v12 8/8] xfs_io: Add delayed attributes error tag

[PATCH v12 00/32] xfsprogs: Delayed Attributes
 2020-08-27  0:28 UTC  (33+ messages)
` [PATCH v12 01/32] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v12 02/32] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v12 03/32] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v12 04/32] xfsprogs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v12 05/32] xfsprogs: Split apart xfs_attr_leaf_addname
` [PATCH v12 06/32] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v12 07/32] xfsprogs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v12 08/32] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v12 09/32] xfsprogs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v12 10/32] xfsprogs: Refactor xfs_attr_rmtval_remove
` [PATCH v12 11/32] xfsprogs: Pull up xfs_attr_rmtval_invalidate
` [PATCH v12 12/32] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v12 13/32] xfsprogs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v12 14/32] xfsprogs: Remove xfs_trans_roll in xfs_attr_node_removename
` [PATCH v12 15/32] xfsprogs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v12 16/32] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v12 17/32] xfsprogs: Add remote block helper functions
` [PATCH v12 18/32] xfsprogs: Add helper function xfs_attr_node_removename_setup
` [PATCH v12 19/32] xfsprogs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v12 20/32] xfsprogs: Simplify xfs_attr_leaf_addname
` [PATCH v12 21/32] xfsprogs: Simplify xfs_attr_node_addname
` [PATCH v12 22/32] xfsprogs: Lift -ENOSPC handler from xfs_attr_leaf_addname
` [PATCH v12 23/32] xfsprogs: Add delay ready attr remove routines
` [PATCH v12 24/32] xfsprogs: Add delay ready attr set routines
` [PATCH v12 25/32] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v12 26/32] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v12 27/32] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v12 28/32] xfsprogs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v12 29/32] xfsprogs: Enable delayed attributes
` [PATCH v12 30/32] xfs_io: Add delayed attributes error tag
` [PATCH v12 31/32] [RFC] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v12 32/32] xfsprogs: Add delayed attribute flag to cmd

[PATCH 0/3] mkfs: Configuration file defined options
 2020-08-26 23:59 UTC  (10+ messages)
` [PATCH 1/3] build: add support for libinih for mkfs
` [PATCH 2/3] mkfs: add initial ini format config file parsing support
` [PATCH 3/3] mkfs: hook up suboption parsing to ini files

[PATCH V2] xfs: Remove kmem_zalloc_large()
 2020-08-26 22:00 UTC  (3+ messages)

[PATCH v2] xfs: initialize the shortform attr header padding entry
 2020-08-26 21:59 UTC  (3+ messages)

[ANNOUNCE] xfsprogs for-next updated to 84f1e8a0
 2020-08-26 19:17 UTC 

[PATCH v2 0/2] xfs: add inode btree blocks counters to the AGI header
 2020-08-26 17:46 UTC  (4+ messages)
` [PATCH 1/2] xfs: store inode btree block counts in "

[Bug 209039] New: xfs_fsr skips most of the files as no improvement will be made
 2020-08-26 16:27 UTC  (5+ messages)
` [Bug 209039] "

[Bug 208805] New: XFS: iozone possible memory allocation deadlock
 2020-08-26 15:20 UTC  (3+ messages)
` [Bug 208805] "

[PATCH 00/10] xfs: automatic relogging
 2020-08-26 12:17 UTC  (11+ messages)

[PATCH] xfs: Remove kmem_zalloc_large()
 2020-08-26 10:18 UTC  (3+ messages)

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-08-26 10:06 UTC 

[PATCH v6 0/2] avoid xfs transaction reservation recursion
 2020-08-26  4:30 UTC  (8+ messages)
` [PATCH v6 2/2] xfs: avoid "

[PATCH 0/6] xfsprogs: blockdev dax detection and warnings
 2020-08-25 22:31 UTC  (7+ messages)

[PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe
 2020-08-25 16:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-25 14:49 UTC  (10+ 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).