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

[PATCH v2 0/2] xfs: limit CIL push sizes
 2019-10-02 12:40 UTC  (12+ messages)
` [PATCH 1/2] xfs: Lower CIL flush limit for large logs
` [PATCH 2/2] xfs: Throttle commits on delayed background CIL push

Lease semantic proposal
 2019-10-02 12:28 UTC  (9+ 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

lift the xfs writepage code into iomap v5
 2019-10-01 20:52 UTC  (15+ 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

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

[PATCH v5 00/11] xfs: rework near mode extent allocation
 2019-10-01 10:30 UTC  (17+ messages)
` [PATCH v5 01/11] xfs: track active state of allocation btree cursors
` [PATCH v5 02/11] xfs: introduce allocation cursor data structure
` [PATCH v5 03/11] xfs: track allocation busy state in allocation cursor
` [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 07/11] xfs: refactor allocation tree fixup code
` [PATCH v5 08/11] xfs: refactor and reuse best extent scanning logic
` [PATCH v5 09/11] xfs: refactor near mode alloc bnobt scan into separate function
` [PATCH v5 10/11] xfs: factor out tree fixup logic into helper
` [PATCH v5 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups

[PATCH 0/2] xfs_db: fixes to the btheight command
 2019-10-01  6:40 UTC  (18+ 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 v2 "

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 0/4] xfsprogs: bulkstat v5
 2019-09-30 20:15 UTC  (9+ messages)
` [PATCH 1/4] xfs_io: add a bulkstat command
  ` [PATCH v2 "

[PATCH] xfs: Fix tail rounding in xfs_alloc_file_space()
 2019-09-30 18:25 UTC  (7+ 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  (5+ 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  (11+ messages)
` [PATCH v3 1/9] xfs_io/encrypt: remove unimplemented encryption modes
` [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 4/9] xfs_io/encrypt: add new encryption modes
` [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  (20+ 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  (8+ messages)
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies

Question: Modifying kernel to handle all I/O requests without page cache
 2019-09-27 22:17 UTC  (5+ messages)

[PATCH 0/4] xfsprogs: port utilities to bulkstat v5
 2019-09-27 20:30 UTC  (24+ messages)
` [PATCH 1/4] man: add documentation for v5 bulkstat ioctl
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 2/4] man: add documentation for v5 inumbers ioctl
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 3/4] misc: convert xfrog_bulkstat functions to have v5 semantics
  ` [PATCH v2 "
` [PATCH 4/4] misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS
  ` [PATCH v2 "

[REPOST PATCH v3 00/16] xfs: mount API patch series
 2019-09-27 11:02 UTC  (21+ messages)
` [REPOST PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [REPOST PATCH v3 09/16] xfs: mount-api - add xfs_get_tree()

copy_file_range() errno changes introduced in v5.3-rc1
 2019-09-27  8:25 UTC  (8+ messages)

[GIT PULL] xfs: fixes for 5.4-rc1
 2019-09-26 20:10 UTC  (2+ messages)

[PATCH 0/5] xfsprogs: scrub filesystem summary counters
 2019-09-26 17:37 UTC  (3+ messages)
` [PATCH 4/5] xfs_scrub: separate internal metadata scrub functions

xfs_alloc_file_space() rounds len independently of offset
 2019-09-26 13:27 UTC  (4+ messages)

[PATCH 7/7] xfs: push the grant head when the log head moves forward
 2019-09-26 13:19 UTC  (11+ messages)

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:11 UTC  (4+ messages)
` [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command


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