linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 22:59:15 to 2020-08-21 02:13:41 UTC [more...]

[PATCH v3 00/11] xfs: widen timestamps to deal with y2038
 2020-08-21  2:12 UTC  (8+ messages)
` [PATCH 01/11] xfs: explicitly define inode timestamp range
` [PATCH 02/11] xfs: refactor quota expiration timer modification
` [PATCH 04/11] xfs: remove xfs_timestamp_t
` [PATCH 05/11] xfs: move xfs_log_dinode_to_disk to the log code
` [PATCH 06/11] xfs: refactor inode timestamp coding
` [PATCH 09/11] xfs: refactor quota "
` [PATCH 11/11] xfs: enable big timestamps

[RFC PATCH v2 0/3] xfs: more unlinked inode list optimization v2
 2020-08-21  1:09 UTC  (13+ messages)
` [RFC PATCH v4 0/3] xfs: more unlinked inode list optimization v4
  ` [RFC PATCH v4 1/3] xfs: get rid of unused pagi_unlinked_hash
  ` [RFC PATCH v4 2/3] xfs: introduce perag iunlink lock
  ` [RFC PATCH v4 3/3] xfs: insert unlinked inodes from tail

[PATCH 0/2] xfs_db: more type_f cleanups
 2020-08-21  0:09 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: short circuit type_f if type is unchanged
` [PATCH 2/2] xfs_db: consolidate set_iocur_type behavior

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-20 23:11 UTC  (2+ messages)

[PATCH v2 00/11] xfs: widen timestamps to deal with y2038
 2020-08-20 22:47 UTC  (41+ 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: remove xfs_timestamp_t
` [PATCH 05/11] xfs: move xfs_log_dinode_to_disk to the log code
` [PATCH 06/11] xfs: refactor inode timestamp coding
` [PATCH 07/11] xfs: convert struct xfs_timestamp to union
` [PATCH 08/11] xfs: widen ondisk timestamps to deal with y2038 problem
` [PATCH 09/11] xfs: refactor quota timestamp coding
` [PATCH 10/11] xfs: enable bigtime for quota timers
` [PATCH 11/11] xfs: enable big timestamps

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-20 21:58 UTC  (2+ messages)

[PATCH] xfs: fix off-by-one in inode alloc block reservation calculation
 2020-08-20 21:24 UTC  (4+ messages)

[PATCH] xfs: Convert to use the preferred fallthrough macro
 2020-08-20 19:12 UTC  (2+ messages)

occasional failures in generic/455 and generic/457
 2020-08-20 11:21 UTC  (2+ messages)

[PATCH V3 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-20  5:43 UTC  (11+ messages)
` [PATCH V3 01/10] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V3 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V3 03/10] xfs: Check for extent overflow when deleting an extent
` [PATCH V3 04/10] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V3 05/10] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V3 06/10] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V3 07/10] xfs: Check for extent overflow when inserting a hole
` [PATCH V3 08/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V3 09/10] xfs: Check for extent overflow when remapping an extent
` [PATCH V3 10/10] xfs: Check for extent overflow when swapping extents

[RFC PATCH V3] iomap: add support to track dirty state of sub pages
 2020-08-20  1:38 UTC  (3+ messages)

[PATCH AUTOSEL 5.8 13/27] xfs: fix inode quota reservation checks
 2020-08-20  0:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 24/27] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 5.7 11/24] xfs: fix inode quota reservation checks
 2020-08-20  0:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 22/24] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 5.4 10/22] xfs: fix inode quota reservation checks
 2020-08-20  0:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 20/22] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.19 09/18] xfs: fix inode quota reservation checks
 2020-08-20  0:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 16/18] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.14 07/13] xfs: fix inode quota reservation checks
 2020-08-20  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 12/13] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.9 06/11] xfs: fix inode quota reservation checks
 2020-08-20  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 10/11] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH AUTOSEL 4.4 05/10] xfs: fix inode quota reservation checks
 2020-08-20  0:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/10] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

[PATCH V2] xfs: remove kmem_realloc()
 2020-08-19 16:51 UTC  (2+ messages)

[PATCH v5 0/2] avoid xfs transaction reservation recursion
 2020-08-19  5:49 UTC  (5+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v5 2/2] xfs: avoid transaction reservation recursion

[PATCH V2 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-19  5:04 UTC  (9+ messages)
` [PATCH V2 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V2 08/10] xfs: Check for extent overflow when moving extent from cow to data fork

[PATCH 00/13] xfs: in memory inode unlink log items
 2020-08-19  1:01 UTC  (33+ messages)
` [PATCH 01/13] xfs: xfs_iflock is no longer a completion
` [PATCH 03/13] xfs: factor the xfs_iunlink functions
` [PATCH 04/13] xfs: arrange all unlinked inodes into one list
` [PATCH 05/13] xfs: add unlink list pointers to xfs_inode
` [PATCH 06/13] xfs: replace iunlink backref lookups with list lookups
` [PATCH 07/13] xfs: mapping unlinked inodes is now redundant
` [PATCH 08/13] xfs: updating i_next_unlinked doesn't need to return old value
` [PATCH 09/13] xfs: validate the unlinked list pointer on update
` [PATCH 10/13] xfs: re-order AGI updates in unlink list updates
` [PATCH 11/13] xfs: combine iunlink inode update functions
` [PATCH 12/13] xfs: add in-memory iunlink log item
` [PATCH 13/13] xfs: reorder iunlink remove operation in xfs_ifree

tidy up the buffer cache implementation
 2020-08-18 23:02 UTC  (27+ messages)
` [PATCH 01/13] xfs: refactor the buf ioend disposition code
` [PATCH 02/13] xfs: mark xfs_buf_ioend static
` [PATCH 03/13] xfs: refactor xfs_buf_ioend
` [PATCH 04/13] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 05/13] xfs: fold xfs_buf_ioend_finish into xfs_ioend
` [PATCH 06/13] xfs: refactor xfs_buf_ioerror_fail_without_retry
` [PATCH 07/13] xfs: remove xfs_buf_ioerror_retry
` [PATCH 08/13] xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition
` [PATCH 09/13] xfs: simplify the xfs_buf_ioend_disposition calling convention
` [PATCH 10/13] xfs: use xfs_buf_item_relse in xfs_buf_item_done
` [PATCH 11/13] xfs: clear the read/write flags later in xfs_buf_ioend
` [PATCH 12/13] xfs: remove xlog_recover_iodone
` [PATCH 13/13] xfs: reuse _xfs_buf_read for re-reading the superblock

[PATCH 00/18] xfsprogs: widen timestamps to deal with y2038
 2020-08-18 18:50 UTC  (39+ messages)
` [PATCH 01/18] libxfs: create a real struct timespec64
` [PATCH 02/18] xfs: explicitly define inode timestamp range
` [PATCH 03/18] xfs: refactor quota expiration timer modification
` [PATCH 04/18] xfs: refactor default quota grace period setting code
` [PATCH 05/18] xfs: remove xfs_timestamp_t
` [PATCH 06/18] xfs: move xfs_log_dinode_to_disk to the log code
` [PATCH 07/18] xfs: refactor inode timestamp coding
` [PATCH 08/18] xfs: convert struct xfs_timestamp to union
` [PATCH 09/18] libxfs: refactor NSEC_PER_SEC
` [PATCH 10/18] xfs: widen ondisk timestamps to deal with y2038 problem
` [PATCH 11/18] xfs: refactor quota timestamp coding
` [PATCH 12/18] xfs: enable bigtime for quota timers
` [PATCH 13/18] xfs: enable big timestamps
` [PATCH 14/18] xfs_db: report bigtime format timestamps
` [PATCH 15/18] xfs_db: support printing time limits
` [PATCH 16/18] xfs_db: add bigtime upgrade path
` [PATCH 17/18] xfs_repair: support bigtime
` [PATCH 18/18] mkfs: format bigtime filesystems

[PATCH RFC 0/4] xfstests: widen timestamps to deal with y2038
 2020-08-18 18:40 UTC  (8+ messages)
` [PATCH 1/4] xfs/122: embiggen struct xfs_agi size for inobtcount feature
` [PATCH 2/4] xfs: test inobtcount upgrade
` [PATCH 3/4] xfs: detect time limits from filesystem
` [PATCH 4/4] xfs: test upgrading filesystem to bigtime

[RFC PATCH V2] iomap: add support to track dirty state of sub pages
 2020-08-18 18:11 UTC  (5+ messages)

[PATCH 0/7] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-08-18 15:19 UTC  (7+ messages)
` [PATCH 3/7] xfs_db: add bigtime upgrade path
` [PATCH 4/7] xfs_repair: check inode btree block counters in AGI
` [PATCH 6/7] xfs: enable new inode btree counters feature
` [PATCH 7/7] mkfs: enable the inode btree counter feature

[PATCH 0/2] Get rid of kmem_realloc()
 2020-08-18 15:18 UTC  (6+ messages)

[PATCH] xfs: finish dfops on every insert range shift iteration
 2020-08-18 15:06 UTC  (3+ messages)

Can we change the S_DAX flag immediately on XFS without dropping caches?
 2020-08-18  9:16 UTC  (7+ messages)

[PATCH] [xfs_db:type] do nothing if 'current type' == 'the requested type'
 2020-08-18  3:25 UTC  (2+ 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).