linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 12:41:00 to 2019-10-09 03:21:54 UTC [more...]

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-09  3:21 UTC  (25+ messages)
` [PATCH 01/26] xfs: Lower CIL flush limit for large logs
` [PATCH 02/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/26] xfs: don't allow log IO to be throttled
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/26] xfs: correctly acount for reclaimable slabs
` [PATCH 06/26] xfs: synchronous AIL pushing
` [PATCH 07/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 09/26] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [PATCH 10/26] mm: factor shrinker work calculations
` [PATCH 11/26] shrinker: defer work only to kswapd
` [PATCH 12/26] shrinker: clean up variable types and tracepoints
` [PATCH 13/26] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 14/26] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 15/26] mm: kswapd backoff for shrinkers
` [PATCH 16/26] xfs: synchronous AIL pushing
` [PATCH 19/26] xfs: kill background reclaim work
` [PATCH 20/26] xfs: use AIL pushing for inode reclaim IO
` [PATCH 21/26] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 22/26] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/26] xfs: reclaim inodes from the LRU
` [PATCH 24/26] xfs: remove unusued old inode reclaim code
` [PATCH 25/26] xfs: rework unreferenced inode lookups
` [PATCH 26/26] xfs: use xfs_ail_push_all_sync in xfs_reclaim_inodes

[xfs-linux:xfs-5.4-fixes 4/7] fs/xfs/xfs_buf.c:354:29: sparse: sparse: invalid assignment: |=
 2019-10-08 22:10 UTC 

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

[ANNOUNCE] xfs-linux: for-next updated to 6350744c66a4
 2019-10-08 16:30 UTC 

[PATCH v2 0/3] xfs: fix sf to block inode fork logging
 2019-10-08 16:11 UTC  (10+ 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] mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()
 2019-10-08 15:51 UTC  (2+ messages)

iomap and xfs COW cleanups v2
 2019-10-08 15:28 UTC  (28+ 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

iomap and xfs COW cleanups
 2019-10-08 15:12 UTC  (5+ messages)
` [PATCH 06/19] iomap: use write_begin to read pages to unshare

xfs_inode not reclaimed/memory leak on 5.2.16
 2019-10-08  8:52 UTC  (9+ 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

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  (5+ messages)
` [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  (7+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages
` [PATCH 06/11] xfs: remove the readpage / readpages tracing code
` [PATCH 10/11] xfs: use the iomap write page code

[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  (11+ messages)
` [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)


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