linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-02 08:20:47 to 2021-03-05 17:50:24 UTC [more...]

[PATCHSET 0/7] xfs: small fixes and cleanups
 2021-03-05 17:49 UTC  (16+ messages)
` [PATCH 1/7] xfs: fix uninitialized variables in xrep_calc_ag_resblks
` [PATCH 2/7] xfs: fix dquot scrub loop cancellation
` [PATCH 3/7] xfs: bail out of scrub immediately if scan incomplete
` [PATCH 4/7] xfs: mark a data structure sick if there are cross-referencing errors
` [PATCH 5/7] xfs: set the scrub AG number in xchk_ag_read_headers
` [PATCH 6/7] xfs: remove return value from xchk_ag_btcur_init
` [PATCH 7/7] xfs: validate ag btree levels using the precomputed values

[PATCH v2] xfs: set aside allocation btree blocks from block reservation
 2021-03-05 15:50 UTC  (8+ messages)

[PATCH 0/3] xfs: CIL improvements
 2021-03-05 14:58 UTC  (21+ messages)
` [PATCH 1/3] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
    ` [PATCH 2/3 v2] "

[PATCH V4 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-05 14:43 UTC  (29+ messages)
` [PATCH V4 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V4 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V4 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V4 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V4 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V4 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V4 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V4 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V4 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V4 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V4 11/11] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

Incorrect user quota handling in fallocate
 2021-03-05 10:14 UTC 

[PATCHSET 0/4] fstests: various fixes
 2021-03-05  8:35 UTC  (12+ messages)
` [PATCH 1/4] generic/623: don't fail on core dumps
` [PATCH 2/4] xfs/271: fix test failure on non-reflink filesystems
` [PATCH 3/4] common/rc: fix detection of device-mapper/persistent memory incompatibility
` [PATCH 4/4] generic/60[78]: ensure the initial DAX file flag state before test

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-05  6:10 UTC  (5+ messages)
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-05  5:11 UTC  (46+ messages)
` [PATCH 01/45] xfs: initialise attr fork on inode create
` [PATCH 02/45] xfs: log stripe roundoff is a property of the log
` [PATCH 03/45] xfs: separate CIL commit record IO
` [PATCH 04/45] xfs: remove xfs_blkdev_issue_flush
` [PATCH 05/45] xfs: async blkdev cache flush
` [PATCH 06/45] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 07/45] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 08/45] xfs: journal IO cache flush reductions
` [PATCH 09/45] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 10/45] xfs: reduce buffer log item shadow allocations
` [PATCH 11/45] xfs: xfs_buf_item_size_segment() needs to pass segment offset
` [PATCH 12/45] xfs: optimise xfs_buf_item_size/format for contiguous regions
` [PATCH 13/45] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 14/45] xfs: AIL needs asynchronous CIL forcing
` [PATCH 15/45] xfs: CIL work is serialised, not pipelined
` [PATCH 16/45] xfs: type verification is expensive
` [PATCH 17/45] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH 18/45] xfs: reduce debug overhead of dir leaf/node checks
` [PATCH 19/45] xfs: factor out the CIL transaction header building
` [PATCH 20/45] xfs: only CIL pushes require a start record
` [PATCH 21/45] xfs: embed the xlog_op_header in the unmount record
` [PATCH 22/45] xfs: embed the xlog_op_header in the commit record
` [PATCH 23/45] xfs: log tickets don't need log client id
` [PATCH 24/45] xfs: move log iovec alignment to preparation function
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless
` [PATCH 27/45] xfs: pass lv chain length into xlog_write()
` [PATCH 28/45] xfs: introduce xlog_write_single()
` [PATCH 29/45] xfs:_introduce xlog_write_partial()
` [PATCH 30/45] xfs: xlog_write() no longer needs contwr state
` [PATCH 31/45] xfs: CIL context doesn't need to count iovecs
` [PATCH 32/45] xfs: use the CIL space used counter for emptiness checks
` [PATCH 33/45] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 34/45] xfs: rework per-iclog header CIL reservation
` [PATCH 35/45] xfs: introduce per-cpu CIL tracking sructure
` [PATCH 36/45] xfs: implement percpu cil space used calculation
` [PATCH 37/45] xfs: track CIL ticket reservation in percpu structure
` [PATCH 38/45] xfs: convert CIL busy extents to per-cpu
` [PATCH 39/45] xfs: Add order IDs to log items in CIL
` [PATCH 40/45] xfs: convert CIL to unordered per cpu lists
` [PATCH 41/45] xfs: move CIL ordering to the logvec chain
` [PATCH 42/45] xfs: __percpu_counter_compare() inode count debug too expensive
` [PATCH 43/45] xfs: avoid cil push lock if possible
` [PATCH 44/45] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 45/45] xfs: expanding delayed logging design with background material

[PATCH v8 0/5] xfs: support shrinking free space in the last AG
 2021-03-05  2:57 UTC  (6+ messages)
` [PATCH v8 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v8 2/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v8 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v8 4/5] xfs: support shrinking unused space in the last AG
` [PATCH v8 5/5] xfs: add error injection for per-AG resv failure

[PATCH v2] xfs: various log stuff
 2021-03-05  0:44 UTC  (13+ messages)
` [PATCH 2/8] xfs: separate CIL commit record IO

Problem With XFS + KVM
 2021-03-04 23:51 UTC  (4+ messages)

Question about the "EXPERIMENTAL" tag for dax in XFS
 2021-03-04 23:40 UTC  (21+ messages)

[PATCH] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-04 17:26 UTC  (3+ messages)

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2021-03-04 15:51 UTC  (10+ messages)

xfs_repair doesn't handle: br_startoff 8388608 br_startblock -2 br_blockcount 1 br_state 0 corruption
 2021-03-04  8:54 UTC  (3+ messages)

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-04  5:42 UTC  (22+ messages)
` [PATCH v2 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v2 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v2 08/10] fsdax: Dedup file range to use a compare function
  ` [RESEND PATCH v2.1 "
` [PATCH v2 09/10] fs/xfs: Handle CoW for fsdax write() path

[PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
 2021-03-04  5:41 UTC  (2+ messages)
` [RESEND PATCH v2.1 "

xfs_admin -O feature upgrade feedback
 2021-03-04  2:07 UTC  (7+ messages)

[PATCH v7 0/5] xfs: support shrinking free space in the last AG
 2021-03-03 23:19 UTC  (13+ messages)
` [PATCH v7 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v7 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v7 4/5] xfs: support shrinking unused space in the last AG
` [PATCH v7 5/5] xfs: add error injection for per-AG resv failure
  ` [PATCH v7.1 "

[PATCHSET 0/3] xfs: small fixes for 5.12
 2021-03-03 19:09 UTC  (13+ messages)
` [PATCH 1/3] xfs: fix quota accounting when a mount is idmapped
` [PATCH 2/3] xfs: avoid buffer deadlocks in inumbers/bulkstat
` [PATCH 3/3] xfs: force log and push AIL to clear pinned inodes when aborting mount

[PATCH v15 00/22] xfs: Delayed Attributes
 2021-03-03 11:50 UTC  (27+ messages)
` [PATCH v15 06/22] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_work
` [PATCH v15 08/22] xfs: Hoist xfs_attr_node_addname
` [PATCH v15 09/22] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v15 10/22] xfs: Hoist node transaction handling
` [PATCH v15 11/22] xfs: Add delay ready attr remove routines
` [PATCH v15 16/22] xfs: Set up infastructure for deferred attribute operations

[PATCH v6 00/40] idmapped mounts
 2021-03-03  7:01 UTC  (4+ messages)
` [PATCH v6 39/40] xfs: support "

code questions about xfs log implementation
 2021-03-03  2:43 UTC  (4+ messages)

[PATCH] xfs_admin: don't add '=1' when building repair command line for -O
 2021-03-02 18:13 UTC  (2+ messages)

[PATCH 0/3] xfs: buffer log item optimisations
 2021-03-02 14:38 UTC  (7+ messages)
` [PATCH 1/3] xfs: reduce buffer log item shadow allocations
` [PATCH 2/3] xfs: xfs_buf_item_size_segment() needs to pass segment offset
` [PATCH 3/3] xfs: optimise xfs_buf_item_size/format for contiguous regions

[PATCH][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-02 15:05 UTC 

[PATCH] xfsprogs: document attr2, ikeep option deprecation in xfs.5
 2021-03-02 13:45 UTC 

[PATCH] generic: test mapped write after shutdown and failed writeback
 2021-03-02  3:32 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).