messages from 2020-10-20 19:54:18 to 2020-10-26 23:38:21 UTC [more...]
[PATCH 00/21] xfsprogs: sync with 5.10, part 2
2020-10-26 23:38 UTC (4+ messages)
` [PATCH 02/21] xfs: Remove typedef xfs_attr_shortform_t
` [PATCH 04/21] xfs: Convert xfs_attr_sf macros to inline functions
` [PATCH 12/21] xfs: remove xfs_defer_reset
[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
2020-10-26 23:36 UTC (24+ messages)
` [PATCH 01/26] libxfs: create a real struct timespec64
` [PATCH 02/26] libxfs: refactor NSEC_PER_SEC
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 04/26] libfrog: convert cvttime to return time64_t
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 06/26] xfs_db: refactor timestamp printing
` [PATCH 07/26] xfs_db: refactor quota timer printing
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 09/26] xfs: explicitly define inode timestamp range
` [PATCH 10/26] xfs: refactor quota expiration timer modification
` [PATCH 11/26] xfs: refactor default quota grace period setting code
` [PATCH 12/26] xfs: refactor quota timestamp coding
` [PATCH 13/26] xfs: move xfs_log_dinode_to_disk to the log recovery code
` [PATCH 14/26] xfs: redefine xfs_timestamp_t
` [PATCH 15/26] xfs: redefine xfs_ictimestamp_t
` [PATCH 16/26] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 17/26] xfs: widen ondisk quota expiration timestamps to handle y2038+
` [PATCH 18/26] libxfs: propagate bigtime inode flag when allocating
` [PATCH 19/26] libfrog: list the bigtime feature when reporting geometry
` [PATCH 20/26] xfs_db: report bigtime format timestamps
` [PATCH 22/26] xfs_db: add bigtime upgrade path
` [PATCH 24/26] xfs_repair: support bigtime timestamp checking
` [PATCH 25/26] mkfs: format bigtime filesystems
[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
2020-10-26 23:34 UTC (10+ messages)
` [PATCH 1/9] xfs: store inode btree block counts in "
` [PATCH 2/9] xfs: use the finobt block counts to speed up mount times
` [PATCH 3/9] xfs: support inode btree blockcounts in online repair
` [PATCH 4/9] xfs_db: support displaying inode btree block counts in AGI header
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
` [PATCH 7/9] xfs_repair: regenerate "
` [PATCH 8/9] mkfs: enable the inode btree counter feature
` [PATCH 9/9] xfs: enable new inode btree counters feature
[PATCH 0/3] xfsprogs: sync with 5.10, part 1
2020-10-26 23:33 UTC (4+ messages)
` [PATCH 1/3] xfs: remove kmem_realloc()
` [PATCH 2/3] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 3/3] xfs: simplify xfs_trans_getsb
[PATCH 0/2] xfs_db: add minimal directory navigation
2020-10-26 23:32 UTC (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command
[PATCH 0/5] xfsprogs: fixes for 5.10
2020-10-26 23:32 UTC (6+ messages)
` [PATCH 1/5] mkfs: allow users to specify rtinherit=0
` [PATCH 2/5] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
` [PATCH 3/5] xfs_db: report ranges of invalid rt blocks
` [PATCH 4/5] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage
` [PATCH 5/5] xfs_repair: correctly detect partially written extents
[PATCH V7 00/14] Bail out if transaction can cause extent count to overflow
2020-10-26 23:11 UTC (32+ messages)
` [PATCH V7 01/14] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V7 02/14] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V7 03/14] xfs: Check for extent overflow when punching a hole
` [PATCH V7 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V7 05/14] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V7 06/14] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V7 07/14] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V7 08/14] xfs: Check for extent overflow when remapping an extent
` [PATCH V7 09/14] xfs: Check for extent overflow when swapping extents
` [PATCH V7 10/14] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V7 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V7 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V7 13/14] xfs: Process allocated extent "
` [PATCH V7 14/14] xfs: Introduce error injection to allocate only minlen size extents for files
[PATCH 0/7] repair: Phase 6 performance improvements
2020-10-26 22:57 UTC (21+ messages)
` [PATCH 1/7] workqueue: bound maximum queue depth
` [PATCH 2/7] repair: Protect bad inode list with mutex
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 4/7] repair: parallelise phase 6
` [PATCH 5/7] repair: don't duplicate names in "
` [PATCH 6/7] repair: convert the dir byaddr hash to a radix tree
` [PATCH 7/7] repair: scale duplicate name checking in phase 6
[PATCH v6 0/3] xfs: random fixes for disk quota
2020-10-26 22:52 UTC (5+ messages)
` [PATCH v6 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v6 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
[PATCH v4 0/3] xfs: random fixes for disk quota
2020-10-26 22:51 UTC (5+ messages)
` [PATCH v4 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v4 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
[PATCH] iomap: support partial page discard on writeback block mapping failure
2020-10-26 18:20 UTC
Strange SEEK_HOLE / SEEK_DATA behavior
2020-10-26 16:48 UTC (3+ messages)
[PATCH] xfs: fix invalid pointer dereference in xfs_attr3_node_inactive
2020-10-26 15:51 UTC (6+ messages)
kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
2020-10-26 14:51 UTC (11+ messages)
[Bug 209861] New: [xfstests xfs/319] XFS: Assertion failed: got.br_startoff > bno, file: fs/xfs/libxfs/xfs_bmap.c, line: 4662
2020-10-26 6:10 UTC
[Bug 209859] New: [xfstests generic/333] XFS: Assertion failed: xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + xfs_perag_resv(pag, XFS_AG_RESV_RMAPBT)->ar_reserved <= pag->pagf_freeblks + pag->pagf_flcount, file: fs/xfs/libxfs/xfs_ag_resv.c, line: 313
2020-10-26 5:52 UTC
[PATCH 0/2] block layer filter and block device snapshot module
2020-10-24 14:53 UTC (31+ messages)
` [PATCH 1/2] Block layer filter - second version
` [PATCH 2/2] blk-snap - snapshots and change-tracking for block devices
` [dm-devel] [PATCH 0/2] block layer filter and block device snapshot module
[GIT PULL] xfs: fixes for 5.10-rc1
2020-10-24 0:26 UTC (2+ messages)
[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
2020-10-23 20:53 UTC (7+ messages)
` [PATCH 04/65] mm: Extract might_alloc() debug check
[GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file
2020-10-23 18:53 UTC (2+ messages)
[PATCH 0/6] Overhaul memalloc_no*
2020-10-23 14:49 UTC (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait
[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-10-23 7:49 UTC (3+ messages)
[PATCH v13 00/10] xfs: Delayed Attributes
2020-10-23 6:34 UTC (11+ messages)
` [PATCH v13 01/10] xfs: Add helper xfs_attr_node_remove_step
` [PATCH v13 02/10] xfs: Add delay ready attr remove routines
` [PATCH v13 03/10] xfs: Add delay ready attr set routines
` [PATCH v13 04/10] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v13 05/10] xfs: Set up infastructure for deferred attribute operations
` [PATCH v13 06/10] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 07/10] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v13 08/10] xfs: Enable delayed attributes
` [PATCH v13 09/10] xfs: Remove unused xfs_attr_*_args
` [PATCH v13 10/10] xfs: Add delayed attributes error tag
[PATCH v13 00/14] xfsprogs: Delayed Attributes
2020-10-23 6:33 UTC (15+ messages)
` [PATCH v13 01/14] xfs: store inode btree block counts in AGI header
` [PATCH v13 02/14] xfs: enable new inode btree counters feature
` [PATCH v13 03/14] xfsprogs: Add helper xfs_attr_node_remove_step
` [PATCH v13 04/14] xfsprogs: Add delay ready attr remove routines
` [PATCH v13 05/14] xfsprogs: Add delay ready attr set routines
` [PATCH v13 06/14] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v13 07/14] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v13 08/14] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 09/14] xfsprogs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v13 10/14] xfsprogs: Enable delayed attributes
` [PATCH v13 11/14] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v13 12/14] xfs_io: Add delayed attributes error tag
` [PATCH v13 13/14] [RFC] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v13 14/14] xfsprogs: Add delayed attribute flag to cmd
[PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range
2020-10-23 1:02 UTC (2+ messages)
` [iomap] 11b5156248: xfstests.xfs.310.fail
[PATCH] xfs: set xefi_discard when creating a deferred agfl free log intent item
2020-10-22 19:02 UTC (2+ messages)
[PATCH v2] iomap: zero cached page over unwritten extent on truncate page
2020-10-22 15:38 UTC (4+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 2e76f188fd90
2020-10-22 3:40 UTC
Splitting a THP beyond EOF
2020-10-21 23:04 UTC (9+ messages)
[RFC PATCH] xfs: support shrinking unused space in the last AG
2020-10-21 14:22 UTC (8+ messages)
[PATCH v2] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
2020-10-21 13:51 UTC (3+ messages)
[PATCH] Polish translation update for xfsprogs 5.8.0
2020-10-20 19:46 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox