messages from 2018-05-16 05:51:01 to 2018-05-20 22:26:34 UTC [more...]
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-05-20 22:25 UTC (9+ messages)
` [PATCH 01/12] block: convert bounce, q->bio_split "
` [PATCH 02/12] drbd: convert "
` [PATCH 03/12] pktcdvd: "
` [PATCH 04/12] lightnvm: "
` [PATCH 05/12] bcache: "
` [PATCH 06/12] md: "
` [PATCH 07/12] dm: "
` [PATCH 08/12] target: "
[PATCH] fs: clear writeback errors in inode_init_always
2018-05-20 19:41 UTC (10+ messages)
[xfstests xfs/170]: filestreams test fail, multi-file data stream doesn't write into seperate AGs
2018-05-20 18:36 UTC
[PATCH v2 0/5] xfsprogs: add mkfs.xfs configuration file parsing support
2018-05-20 0:16 UTC (26+ messages)
` [PATCH v2 1/5] mkfs: distinguish between struct sb_feat_args and struct cli_params
` [PATCH v2 2/5] mkfs: move shared structs and cli params into their own headers
` [PATCH v2 3/5] mkfs: replace defaults source with an enum
` [PATCH v2 4/5] mkfs: add helpers to process defaults
` [PATCH v2 5/5] mkfs.xfs: add configuration file parsing support using our own parser
How to reliably measure fs usage with reflinks enabled?
2018-05-20 0:10 UTC (12+ messages)
[GRUB PATCH] xfs: accept filesystem with sparse inodes
2018-05-19 17:52 UTC (3+ messages)
[PATCH v2 0/2] vfs: better dedupe permission check
2018-05-18 22:08 UTC (7+ messages)
` [PATCH v2 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v2 2/2] vfs: dedupe should return EPERM if permission is not granted
buffered I/O without buffer heads in xfs and iomap v2
2018-05-18 16:56 UTC (36+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads
sub-page blocksize support in iomap non-buffer head path
2018-05-18 16:52 UTC (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads
[PATCH v2 0/5] xfstests: generic swap file tests
2018-05-18 14:37 UTC (7+ messages)
` [PATCH v2 1/5] xfstests: create swap group
` [PATCH v2 2/5] generic: enable swapfile tests on Btrfs
` [PATCH v2 3/5] generic: add test for dedupe on an active swapfile
` [PATCH v2 4/5] generic: add test for truncate/fpunch of "
` [PATCH v2 5/5] generic: test invalid swap file activation
[PATCH V2] test online label ioctl
2018-05-18 4:03 UTC (7+ messages)
` [PATCH V3] "
` [PATCH V4] "
[PATCH v15.1 00/22] xfs-4.18: online repair support
2018-05-18 3:58 UTC (48+ messages)
` [PATCH 01/22] xfs: add helpers to deal with transaction allocation and rolling
` [PATCH v2 "
` [PATCH 02/22] xfs: add helpers to allocate and initialize fresh btree roots
` [PATCH 03/22] xfs: add helpers to collect and sift btree block pointers during repair
` [PATCH v2 "
` [PATCH 04/22] xfs: add helpers to dispose of old btree blocks after a repair
` [PATCH v2 "
` [PATCH 05/22] xfs: recover AG btree roots from rmap data
` [PATCH v2 "
` [PATCH 06/22] xfs: add a repair helper to reset superblock counters
` [PATCH v2 "
` [PATCH 07/22] xfs: add helpers to attach quotas to inodes
` [PATCH v2 "
` [PATCH 08/22] xfs: repair superblocks
` [PATCH 0.5/22] xfs: grab the per-ag structure whenever relevant
[PATCH 0/2] vfs: better dedupe permission check
2018-05-17 23:03 UTC (12+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted
[PATCH V2 0/5] xfs: online label
2018-05-17 21:56 UTC (5+ messages)
` [PATCH 5/5] xfs_io: add label command
` [PATCH 5/5 V2] "
` [PATCH 5/5 V3] "
[PATCH] mkfs.xfs: if either sunit or swidth is nonzero, the other must be as well
2018-05-17 21:11 UTC (3+ messages)
[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
2018-05-17 18:47 UTC (5+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 19e129618d47
2018-05-17 17:32 UTC
[PATCH v3 0/2] iomap: swapfile tweaks
2018-05-17 17:23 UTC (8+ messages)
` [PATCH v3 1/2] iomap: provide more useful errors for invalid swap files
` [PATCH v3 2/2] iomap: don't allow holes in swapfiles
[PATCH 1/2] xfs: checkbashisms in all script files
2018-05-17 14:47 UTC (4+ messages)
` [PATCH 2/2] generic: test swapfile creation, activation, and deactivation
stop using buffer heads in xfs and iomap
2018-05-17 11:33 UTC (7+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
kernel BUG at fs/xfs/xfs_message.c:113
2018-05-16 19:56 UTC
[PATCH v2 0/2] iomap: swapfile tweaks
2018-05-16 18:22 UTC (9+ messages)
` [PATCH v2 1/2] iomap: provide more useful errors for invalid swap files
` [PATCH v2 2/2] iomap: don't allow holes in swapfiles
[PATCH 1/2] xfs_io: add the ability to do an O_PATH open
2018-05-16 17:17 UTC (6+ messages)
` [PATCH 2/2] xfs_io: syncfs can fail
` [PATCH v2] "
` [PATCH v3] xfs_io: Allow -P and -L to be given to open for O_PATH and O_NOFOLLOW
[PATCH] iomap: don't allow holes in swapfiles
2018-05-16 16:26 UTC (8+ messages)
[PATCH 0/2] RFC: iomap-based swap file activation
2018-05-16 15:59 UTC (2+ messages)
xfsprogs 4.16.0 format change, GRUB error unknown filesystem
2018-05-16 14:55 UTC (6+ messages)
[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
2018-05-16 7:20 UTC (3+ messages)
` [PATCH v9 2/9] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
[PATCH] [RFC] xfs_io: set exitcode on failure appropriately
2018-05-16 5:50 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).