linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-30 06:15:27 to 2020-09-02 03:03:14 UTC [more...]

[PATCH v6 00/11] xfs: widen timestamps to deal with y2038
 2020-09-02  2:57 UTC  (12+ 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 v4 0/5] xfs: add inode btree blocks counters to the AGI header
 2020-09-02  2:56 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] xfs: Add check for unsupported xflags
 2020-09-02  2:41 UTC  (5+ messages)

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

[PATCH v5 00/11] xfs: widen timestamps to deal with y2038
 2020-09-01 17:53 UTC  (27+ 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 v4] iomap: fix WARN_ON_ONCE() from unprivileged users
 2020-09-01 15:12 UTC  (3+ 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

[RFC PATCH] xfs: add inline helper to convert from data fork to xfs_attr_shortform
 2020-09-01 16:11 UTC  (4+ messages)

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

[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 0/3] xfs: Extend per-inode extent counters
 2020-09-01 14:18 UTC  (10+ 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 v2] generic: disable dmlogwrites tests on XFS
 2020-09-01 14:04 UTC  (7+ 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  (29+ 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

[Bug 209039] New: xfs_fsr skips most of the files as no improvement will be made
 2020-09-01  7:50 UTC  (2+ messages)
` [Bug 209039] "

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

tidy up the buffer cache implementation v2
 2020-09-01  6:43 UTC  (9+ messages)
` [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] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-01  3:48 UTC  (3+ messages)

RCU stall when using XFS
 2020-09-01  0:12 UTC  (4+ messages)

[PATCH 0/7] xfs: Extend per-inode extent counters
 2020-08-31 21:05 UTC  (5+ messages)
` [PATCH 6/7] xfs: Extend data extent counter to 47 bits

[PATCH v3 0/5] xfs: add inode btree blocks counters to the AGI header
 2020-08-31 19:40 UTC  (13+ 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-31 19:10 UTC  (3+ messages)

[PATCH v3 0/3] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-31 19:09 UTC  (6+ messages)
` [PATCH v3 1/3] mm/gup: introduce pin_page()
` [PATCH v3 2/3] iov_iter: introduce iov_iter_pin_pages*() routines
` [PATCH v3 3/3] bio: convert get_user_pages_fast() --> pin_user_pages_fast()

[PATCH v3] iomap: Fix WARN_ON_ONCE() from unprivileged users
 2020-08-31 18:05 UTC  (4+ messages)

[PATCH v2] iomap: Fix WARN_ON_ONCE() from unprivileged users
 2020-08-31 16:13 UTC  (5+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-31 14:35 UTC  (12+ messages)

[PATCH 0/4] fix up generic dmlogwrites tests to work with XFS
 2020-08-31 13:37 UTC  (12+ messages)
` [PATCH 1/4] generic: require discard zero behavior for dmlogwrites on XFS

[PATCH] iomap: fix WARN_ON_ONCE() from unprivileged users
 2020-08-31  0:46 UTC  (3+ messages)

[PATCH v2 0/3] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-30 20:44 UTC  (4+ messages)
` [PATCH v2 2/3] iov_iter: introduce iov_iter_pin_user_pages*() routines

[PATCH v2] xfstests: add test for xfs_repair progress reporting
 2020-08-30 15:57 UTC  (3+ messages)
` [PATCH v3] "


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