linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-28 00:03:47 to 2019-10-07 19:13:18 UTC [more...]

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

lift the xfs writepage code into iomap v6
 2019-10-07 15:25 UTC  (19+ 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

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

[PATCH v2 0/3] xfs: fix sf to block inode fork logging
 2019-10-07 13:19 UTC  (4+ 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

[PATCH v4 00/17] xfs: mount API patch series
 2019-10-07 11:52 UTC  (39+ 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 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)

frequent 5.4-rc1 crash?
 2019-10-06 22:30 UTC  (8+ messages)
` [5.4-rc1, regression] wb_workfn wakeup oops (was Re: frequent 5.4-rc1 crash?)

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 v2 0/2] xfs: limit CIL push sizes
 2019-10-04 11:50 UTC  (19+ messages)
` [PATCH 1/2] xfs: Lower CIL flush limit for large logs
` [PATCH 2/2] xfs: Throttle commits on delayed background CIL push

[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  (10+ 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

iomap and xfs COW cleanups
 2019-10-01  6:26 UTC  (13+ messages)
` [PATCH 06/19] iomap: use write_begin to read pages to unshare
` [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin
` [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around

[PATCH] xfs: Fix tail rounding in xfs_alloc_file_space()
 2019-09-30 18:25 UTC  (3+ messages)

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-09-30 22:33 UTC  (10+ messages)
` [PATCH 01/13] libfrog: fix workqueue error communication problems
` [PATCH 02/13] libfrog: fix missing error checking in workqueue code
` [PATCH 03/13] libfrog: split workqueue destroy functions

[PATCH] xfs: remove unused flags arg from xfs_get_aghdr_buf()
 2019-09-30 18:24 UTC  (4+ messages)

[ANNOUNCE] xfsprogs for-next updated to b94a69ac
 2019-09-30 17:45 UTC 

RFC: use the iomap writepage path in gfs2
 2019-09-30 20:49 UTC  (5+ messages)
` [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode

[PATCH] xfs: removed unused error variable from xchk_refcountbt_rec
 2019-09-30 18:24 UTC  (3+ messages)

[PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-30 19:29 UTC  (9+ messages)
` [PATCH v3 2/9] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [PATCH v3 3/9] xfs_io/encrypt: generate encryption modes for 'help set_encpolicy'
` [PATCH v3 5/9] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [PATCH v3 6/9] xfs_io/encrypt: extend 'set_encpolicy' "
` [PATCH v3 7/9] xfs_io/encrypt: add 'add_enckey' command
` [PATCH v3 8/9] xfs_io/encrypt: add 'rm_enckey' command
` [PATCH v3 9/9] xfs_io/encrypt: add 'enckey_status' command

[PATCH 0/7] libfrog: switch to negative error codes
 2019-09-30 16:15 UTC  (16+ messages)
` [PATCH 1/7] libfrog: print library errors
` [PATCH 2/7] libfrog: convert bitmap.c to negative error codes
` [PATCH 3/7] libfrog: convert fsgeom.c functions "
` [PATCH 4/7] libfrog: convert bulkstat.c "
` [PATCH 5/7] libfrog: convert ptvar.c "
` [PATCH 6/7] libfrog: convert scrub.c "
` [PATCH 7/7] libfrog: convert workqueue.c "

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-30 13:32 UTC  (13+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[RFC PATCH 0/2] xfs: hard limit background CIL push size
 2019-09-30 12:24 UTC  (7+ messages)
` [PATCH 1/2] xfs: Lower CIL flush limit for large logs

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-30  8:10 UTC  (3+ messages)

[Bug 202349] New: Extreme desktop freezes during sustained write operations with XFS
 2019-09-29 11:52 UTC  (2+ messages)
` [Bug 202349] "

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-28  0:13 UTC  (5+ messages)
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies


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