linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 09:45:42 to 2020-09-06 21:43:30 UTC [more...]

[PATCH v6 00/11] xfs: widen timestamps to deal with y2038
 2020-09-06 21:43 UTC  (13+ 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: redefine xfs_timestamp_t
` [PATCH 07/11] xfs: redefine xfs_ictimestamp_t
` [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 v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-06 21:40 UTC  (2+ messages)

[PATCH v2] quota: widen timestamps for the fs_disk_quota structure
 2020-09-06 17:09 UTC  (4+ messages)
` [PATCH] quotatools: support grace period expirations past y2038 in userspace

[GIT PULL] xfs: small fixes (2) for 5.9
 2020-09-05 17:18 UTC  (2+ messages)

make misbehavior on ext2 in dax mode (was: a crash when running strace from persistent memory)
 2020-09-05 17:04 UTC  (8+ messages)
    ` [PATCH 1/2] ext2: don't update mtime on COW faults
    ` [PATCH 2/2] xfs: "
        ` [PATCH 2/2 v2] "

[PATCH] Polish translation update for xfsprogs 5.8.0
 2020-09-05 16:27 UTC 

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-09-04 23:03 UTC  (12+ messages)
` [PATCH v12 1/8] xfs: Add delay ready attr remove routines
` [PATCH v12 4/8] xfs: Set up infastructure for deferred attribute operations

quotaoff, transaction quiesce, and dquot logging
 2020-09-04 22:29 UTC  (2+ messages)

[ANNOUNCE] xfsprogs v5.8.0 released
 2020-09-04 20:54 UTC 

[PATCH 0/2] xfs: random patches on log recovery
 2020-09-04 16:32 UTC  (13+ messages)
` [PATCH v3 1/2] xfs: avoid LR buffer overrun due to crafted h_{len,size}
` [PATCH v2 2/2] xfs: clean up calculation of LR header blocks

[PATCH 0/3] xfs: Extend per-inode extent counters
 2020-09-04 15:51 UTC  (13+ messages)
` [PATCH 1/3] xfs: Introduce xfs_iext_max() helper
` [PATCH 2/3] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH 3/3] xfs: Extend data/attr fork extent counter width

[PATCH v3 0/4] Clean up xfs_attr_sf_entry
 2020-09-04 15:42 UTC  (14+ messages)
` [PATCH 1/4] xfs: remove typedef xfs_attr_sf_entry_t
` [PATCH 2/4] xfs: Remove typedef xfs_attr_shortform_t
` [PATCH v3 3/4] xfs: Use variable-size array for nameval in xfs_attr_sf_entry
  ` [PATCH v4 "
    ` [PATCH v4 4/4] xfs: Convert xfs_attr_sf macros to inline functions
` [PATCH v3 "

[PATCH] xfs: force the log after remapping a synchronous-writes file
 2020-09-04 15:41 UTC  (3+ messages)

[PATCH] quota: widen timestamps for the fs_disk_quota structure
 2020-09-04 15:29 UTC  (3+ messages)

[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-04  7:07 UTC  (3+ messages)

Splitting an iomap_page
 2020-09-04  3:37 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to d0c20d38af13
 2020-09-04  3:20 UTC 

[PATCH v3] xfs: Add check for unsupported xflags
 2020-09-04  1:14 UTC  (3+ messages)

[PATCH] iomap: Fix direct I/O write consistency check
 2020-09-03 21:47 UTC  (3+ messages)

Broken O_{D,}SYNC behavior with FICLONE*?
 2020-09-03 21:13 UTC  (3+ messages)

[PATCH 0/4 V2] Clean up xfs_attr_sf_entry
 2020-09-03 10:39 UTC  (17+ messages)
` [PATCH V2 1/4] xfs: remove typedef xfs_attr_sf_entry_t
` [PATCH V2 2/4] xfs: Remove typedef xfs_attr_shortform_t
` [PATCH V2 3/4] xfs: Use variable-size array for nameval in xfs_attr_sf_entry
` [PATCH V2 4/4] xfs: Convert xfs_attr_sf macros to inline functions

[PATCH 4/4] writeback: Drop I_DIRTY_TIME_EXPIRE
 2020-09-03 10:10 UTC  (2+ messages)

[RFC PATCH] xfs: add inline helper to convert from data fork to xfs_attr_shortform
 2020-09-03  9:15 UTC  (5+ messages)

[PATCH v2] xfs: Add check for unsupported xflags
 2020-09-03  3:51 UTC  (3+ messages)

[PATCH] xfs: Add check for unsupported xflags
 2020-09-03  2:58 UTC  (13+ messages)

[PATCH] xfs: avoid LR buffer overrun due to crafted h_len
 2020-09-02 22:47 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] xfs: small fixes for 5.9
 2020-09-02 20:08 UTC  (2+ messages)

[PATCH v2] xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
 2020-09-02 17:45 UTC  (2+ messages)

[PATCH] xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
 2020-09-02 17:38 UTC  (2+ messages)

[PATCH v4 0/5] xfs: add inode btree blocks counters to the AGI header
 2020-09-02 17:13 UTC  (9+ 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] xfs: clean up calculation of LR header blocks
 2020-09-02 15:34 UTC  (3+ messages)

[PATCH 0/4] Clean up xfs_attr_sf_entry
 2020-09-02 11:13 UTC  (4+ messages)
` [PATCH 1/4] xfs: Use variable-size array for nameval in xfs_attr_sf_entry

[PATCH v2] xfstests: add test for xfs_repair progress reporting
 2020-09-02  9:04 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v5 00/11] xfs: widen timestamps to deal with y2038
 2020-09-01 17:53 UTC  (8+ messages)
` [PATCH 08/11] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 10/11] xfs: trace timestamp limits
` [PATCH 11/11] xfs: enable big timestamps

[PATCH v4] iomap: fix WARN_ON_ONCE() from unprivileged users
 2020-09-01 15:12 UTC  (2+ messages)

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

[PATCH 0/4] xfsprogs: Extend per-inode extent counters
 2020-09-01 15:42 UTC  (8+ messages)
` [PATCH 2/4] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH 3/4] xfsprogs: Extend data/attr fork extent counter width

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-09-01 14:50 UTC  (7+ messages)
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all

[PATCH v3 0/3] fix up generic dmlogwrites tests to work with XFS
 2020-09-01 14:08 UTC  (7+ messages)
` [PATCH v3 1/3] generic/455: use thin volume for dmlogwrites target device
` [PATCH v3 2/3] generic/457: "
` [PATCH v3 3/3] generic/470: "

[PATCH v2] generic: disable dmlogwrites tests on XFS
 2020-09-01 14:04 UTC  (6+ messages)

[PATCH] xfs: fix boundary test in xfs_attr_shortform_verify
 2020-09-01 12:59 UTC  (4+ messages)
` [PATCH V2] "

[PATCH V3 00/10] Bail out if transaction can cause extent count to overflow
 2020-09-01  9:45 UTC  (19+ messages)
` [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 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 01/10] xfs: Add helper for checking per-inode extent count overflow


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