linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-30 21:44:07 to 2019-10-08 15:13:02 UTC [more...]

iomap and xfs COW cleanups
 2019-10-08 15:12 UTC  (8+ messages)
` [PATCH 06/19] iomap: use write_begin to read pages to unshare
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin

iomap and xfs COW cleanups v2
 2019-10-08 15:01 UTC  (23+ messages)
` [PATCH 01/20] iomap: better document the IOMAP_F_* flags
` [PATCH 02/20] iomap: remove the unused iomap argument to __iomap_write_end
` [PATCH 03/20] iomap: always use AOP_FLAG_NOFS in iomap_write_begin
` [PATCH 04/20] iomap: ignore non-shared or non-data blocks in xfs_file_dirty
` [PATCH 05/20] iomap: move the zeroing case out of iomap_read_page_sync
` [PATCH 06/20] iomap: use write_begin to read pages to unshare
` [PATCH 07/20] iomap: renumber IOMAP_HOLE to 0
` [PATCH 08/20] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 09/20] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 10/20] xfs: remove xfs_reflink_dirty_extents
` [PATCH 11/20] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 12/20] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 13/20] xfs: fill out the srcmap in iomap_begin
` [PATCH 14/20] xfs: factor out a helper to calculate the end_fsb
` [PATCH 15/20] xfs: split out a new set of read-only iomap ops
` [PATCH 16/20] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 17/20] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 18/20] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 19/20] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 20/20] xfs: improve the IOMAP_NOWAIT check for COW inodes

[PATCH v2 0/2] xfs: limit CIL push sizes
 2019-10-08 13:22 UTC  (20+ messages)
` [PATCH 2/2] xfs: Throttle commits on delayed background CIL push

xfs_inode not reclaimed/memory leak on 5.2.16
 2019-10-08  8:52 UTC  (10+ messages)
    ` [bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]

lift the xfs writepage code into iomap v6
 2019-10-08  7:37 UTC  (28+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages
` [PATCH 02/11] iomap: copy the xfs writeback code to iomap.c
` [PATCH 03/11] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 04/11] xfs: set IOMAP_F_NEW more carefully
` [PATCH 05/11] iomap: zero newly allocated mapped blocks
` [PATCH 06/11] xfs: remove the readpage / readpages tracing code
` [PATCH 07/11] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 08/11] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 09/11] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 10/11] xfs: use the iomap writeback code
` [PATCH 11/11] iomap: move struct iomap_page out of iomap.h

[PATCH 0/4] fstests: random fixes
 2019-10-08  7:02 UTC  (8+ messages)
` [PATCH 1/4] xfs/196: check for delalloc blocks after pwrite
` [PATCH 2/4] xfs/{088, 089, 091}: redirect stderr when writing to corrupt fs
` [PATCH 3/4] xfs/263: use _scratch_mkfs_xfs instead of open-coded mkfs call
` [PATCH 4/4] populate: punch files after writing to fragment free space properly

[PATCH v2 0/3] xfs: fix sf to block inode fork logging
 2019-10-08  7:00 UTC  (7+ messages)
` [PATCH v2 1/3] xfs: log the inode on directory sf to block format change
` [PATCH v2 2/3] xfs: remove broken error handling on failed attr sf to leaf change
` [PATCH v2 3/3] xfs: move local to extent inode logging into bmap helper

frequent 5.4-rc1 crash?
 2019-10-08  3:20 UTC  (9+ messages)
` [5.4-rc1, regression] wb_workfn wakeup oops (was Re: frequent 5.4-rc1 crash?)

[PATCH v4 00/17] xfs: mount API patch series
 2019-10-08  1:35 UTC  (45+ messages)
` [PATCH v4 01/17] vfs: Create fs_context-aware mount_bdev() replacement
` [PATCH v4 02/17] vfs: add missing blkdev_put() in get_tree_bdev()
` [PATCH v4 03/17] xfs: remove very old mount option
` [PATCH v4 04/17] xfs: mount-api - add fs parameter description
` [PATCH v4 05/17] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v4 06/17] xfs: mount-api - refactor xfs_parseags()
` [PATCH v4 07/17] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v4 08/17] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v4 09/17] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v4 10/17] xfs: mount-api - add xfs_get_tree()
` [PATCH v4 11/17] xfs: mount-api - add xfs_remount_rw() helper
` [PATCH v4 12/17] xfs: mount-api - add xfs_remount_ro() helper
` [PATCH v4 13/17] xfs: mount api - add xfs_reconfigure()
` [PATCH v4 14/17] xfs: mount-api - add xfs_fc_free()
` [PATCH v4 15/17] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [PATCH v4 16/17] xfs: mount-api - switch to new mount-api
` [PATCH v4 17/17] xfs: mount-api - remove remaining legacy mount code

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-10-07 20:37 UTC  (10+ messages)
` [PATCH 01/13] libfrog: fix workqueue error communication problems
` [PATCH 03/13] libfrog: split workqueue destroy functions
` [PATCH 04/13] xfs_scrub: redistribute read verify pool flush and destroy responsibilities
` [PATCH 05/13] libfrog: fix per-thread variable error communication problems

[ANNOUNCE] xfsprogs for-next updated to 6040b5d5
 2019-10-07 19:16 UTC 

[PATCH 0/4] xfsprogs: bulkstat v5
 2019-10-07 19:13 UTC  (7+ messages)
` [PATCH 1/4] xfs_io: add a bulkstat command

[PATCH v4 00/11] xfs: rework near mode extent allocation
 2019-10-07 11:08 UTC  (6+ messages)
` [PATCH v4 06/11] xfs: reuse best extent tracking logic for bnobt scan

Lease semantic proposal
 2019-10-04  7:51 UTC  (16+ messages)

lift the xfs writepage code into iomap v5
 2019-10-04 23:49 UTC  (18+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages
` [PATCH 02/11] iomap: copy the xfs writeback code to iomap.c
` [PATCH 03/11] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 04/11] xfs: set IOMAP_F_NEW more carefully
` [PATCH 05/11] iomap: zero newly allocated mapped blocks
` [PATCH 06/11] xfs: remove the readpage / readpages tracing code
` [PATCH 07/11] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 08/11] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 09/11] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 10/11] xfs: use the iomap write page code
` [PATCH 11/11] iomap: move struct iomap_page out of iomap.h

[PATCH v5] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-10-04 23:38 UTC  (2+ messages)

[PATCH v5 00/11] xfs: rework near mode extent allocation
 2019-10-04 23:20 UTC  (17+ messages)
` [PATCH v5 01/11] xfs: track active state of allocation btree cursors
` [PATCH v5 04/11] xfs: track best extent from cntbt lastblock scan in alloc cursor
` [PATCH v5 05/11] xfs: refactor cntbt lastblock scan best extent logic into helper
` [PATCH v5 06/11] xfs: reuse best extent tracking logic for bnobt scan
` [PATCH v5 08/11] xfs: refactor and reuse best extent scanning logic
` [PATCH v5 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups

[PATCH] xfs: log the inode on directory sf to block format change
 2019-10-04 15:51 UTC  (3+ messages)

[PATCH v3 00/10] xfsprogs-5.0: fix various problems
 2019-10-02  6:00 UTC  (3+ messages)
` [PATCH 04/10] libxfs: retain ifork_ops when flushing inode

[PATCH 0/2] xfs_db: fixes to the btheight command
 2019-10-01  6:40 UTC  (9+ messages)
` [PATCH 1/2] xfs_db: btheight should check geometry more carefully
  ` [PATCH v2 "
` [PATCH 2/2] xfs_db: calculate iext tree geometry in btheight command

[PATCH] xfs: Fix tail rounding in xfs_alloc_file_space()
 2019-09-30 18:25 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).