linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-07 21:47:32 to 2021-01-12 00:30:24 UTC [more...]

[PATCHSET v2 0/7] xfs: consolidate posteof and cowblocks cleanup
 2021-01-11 23:23 UTC  (5+ messages)
` [PATCH 3/7] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 4/7] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 5/7] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 7/7] xfs: parallelize block preallocation garbage collection

improve sub-block size direct I/O concurrency
 2021-01-11 20:52 UTC  (11+ messages)
` [PATCH 1/3] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 2/3] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 3/3] xfs: try to avoid the iolock exclusive for non-aligned direct writes

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-11 20:44 UTC  (33+ messages)
` [PATCH v2 01/12] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v2 02/12] fs: correctly document the inode dirty flags
` [PATCH v2 03/12] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v2 04/12] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v2 05/12] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v2 06/12] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v2 07/12] fs: clean up __mark_inode_dirty() a bit
` [PATCH v2 08/12] fs: drop redundant check from __writeback_single_inode()
` [PATCH v2 09/12] fs: improve comments for writeback_single_inode()
` [PATCH v2 10/12] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v2 11/12] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH v2 12/12] xfs: remove a stale comment from xfs_file_aio_write_checks()

[PATCH v4 0/4] xfs: support shrinking free space in the last AG
 2021-01-11 19:07 UTC  (9+ messages)
` [PATCH v4 1/4] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v4 2/4] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v4 3/4] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v4 4/4] xfs: support shrinking unused space in the last AG

[PATCH v3 0/4] xfs: support shrinking free space in the last AG
 2021-01-11 18:02 UTC  (18+ messages)
` [PATCH v3 1/4] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v3 2/4] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v3 3/4] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v3 4/4] xfs: support shrinking unused space in the last AG

[PATCH 0/9] xfs: rework log quiesce to cover the log
 2021-01-11 17:38 UTC  (3+ messages)
` [PATCH 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts

[PATCHSET 0/3] various: random fixes
 2021-01-11 17:27 UTC  (7+ messages)
` [PATCH 1/3] misc: fix valgrind complaints
` [PATCH 2/3] xfs_scrub: load and unload libicu properly
` [PATCH 3/3] xfs_scrub: handle concurrent directory updates during name scan

[PATCH v2] xfs: fix an ABBA deadlock in xfs_rename
 2021-01-11 17:17 UTC  (5+ messages)

v5.10.1 xfs deadlock
 2021-01-11 16:38 UTC  (14+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

avoid taking the iolock in fsync unless actually needed
 2021-01-11 16:15 UTC  (3+ messages)
` [PATCH 1/2] xfs: refactor xfs_file_fsync
` [PATCH 2/2] xfs: reduce ilock acquisitions in xfs_file_fsync

[PATCH RFC] xfs: refactor xfs_attr_set() into incremental components
 2021-01-11 14:17 UTC  (5+ messages)

[PATCH v3 0/7] no-copy bvec
 2021-01-11  3:00 UTC  (15+ messages)
` [PATCH v3 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v3 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v3 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v3 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v3 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v3 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v3 7/7] bio: don't copy bvec for direct IO

[PATCH V14 00/16] Bail out if transaction can cause extent count to overflow
 2021-01-10 16:07 UTC  (17+ messages)
` [PATCH V14 01/16] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V14 02/16] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V14 03/16] xfs: Check for extent overflow when punching a hole
` [PATCH V14 04/16] xfs: Check for extent overflow when adding dir entries
` [PATCH V14 05/16] xfs: Check for extent overflow when removing "
` [PATCH V14 06/16] xfs: Check for extent overflow when renaming "
` [PATCH V14 07/16] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V14 08/16] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V14 09/16] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V14 10/16] xfs: Check for extent overflow when remapping an extent
` [PATCH V14 11/16] xfs: Check for extent overflow when swapping extents
` [PATCH V14 12/16] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V14 13/16] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V14 14/16] xfs: Compute bmap extent alignments in a separate function
` [PATCH V14 15/16] xfs: Process allocated extent "
` [PATCH V14 16/16] xfs: Introduce error injection to allocate only minlen size extents for files

[PATCH V13 00/16] Bail out if transaction can cause extent count to overflow
 2021-01-10  6:46 UTC  (18+ messages)
` [PATCH V13 01/16] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V13 02/16] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V13 03/16] xfs: Check for extent overflow when punching a hole
` [PATCH V13 04/16] xfs: Check for extent overflow when adding dir entries
` [PATCH V13 05/16] xfs: Check for extent overflow when removing "
` [PATCH V13 06/16] xfs: Check for extent overflow when renaming "
` [PATCH V13 07/16] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V13 08/16] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V13 09/16] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V13 10/16] xfs: Check for extent overflow when remapping an extent
` [PATCH V13 11/16] xfs: Check for extent overflow when swapping extents
` [PATCH V13 12/16] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V13 13/16] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V13 14/16] xfs: Compute bmap extent alignments in a separate function
` [PATCH V13 15/16] xfs: Process allocated extent "
` [PATCH V13 16/16] xfs: Introduce error injection to allocate only minlen size extents for files

Bug#979653: xfsprogs: Incomplete debian/copyright
 2021-01-10  0:23 UTC  (3+ messages)

suggested patch to allow user to access their own file
 2021-01-09 21:13 UTC  (2+ messages)

Bug#976683: RFS: xfsprogs/5.10.0-0.1 [NMU] -- Utilities for managing the XFS filesystem
 2021-01-09 21:01 UTC 

[PATCH] maintainers: update my email address
 2021-01-09 19:00 UTC  (2+ messages)

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-09 17:11 UTC  (28+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
` [PATCH 02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH 03/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH 05/13] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 06/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH 07/13] fs: correctly document the inode dirty flags
` [PATCH 09/13] fs: drop redundant checks from __writeback_single_inode()
` [PATCH 10/13] fs: clean up __mark_inode_dirty() a bit
` [PATCH 11/13] fs: add a lazytime_expired method
` [PATCH 12/13] xfs: remove a stale comment from xfs_file_aio_write_checks()

[PATCHSET 0/3] xfs: add the ability to flag a fs for repair
 2021-01-09  7:00 UTC  (5+ messages)
` [PATCH 1/3] xfs_scrub: detect infinite loops when scanning inodes
` [PATCH 2/3] xfs_db: support the needsrepair feature flag in the version command
` [PATCH 3/3] xfs_repair: clear the needsrepair flag

[PATCHSET v2 0/2] xfs_admin: support upgrading v5 filesystems
 2021-01-09  6:28 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add inobtcnt upgrade path
` [PATCH 2/2] xfs_db: add bigtime "

[PATCHSET v3 0/2] xfs_db: add minimal directory navigation
 2021-01-09  6:27 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCH V12 00/14] Bail out if transaction can cause extent count to overflow
 2021-01-09  5:26 UTC  (6+ messages)
` [PATCH V12 04/14] xfs: Check for extent overflow when adding/removing dir entries

[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
 2021-01-08 21:00 UTC  (6+ messages)

Disk aligned (but not block aligned) DIO write woes
 2021-01-08 20:45 UTC  (3+ messages)

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-08 20:32 UTC  (4+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-08 19:09 UTC  (6+ messages)
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH 03/10] fs: Introduce ->corrupted_range() for superblock

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2021-01-08 19:05 UTC  (12+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[PATCH V2] xfs: do not allow reflinking inodes with the dax flag set
 2021-01-08  2:54 UTC  (3+ messages)

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2021-01-07 23:28 UTC  (11+ 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).