messages from 2018-05-28 06:44:36 to 2018-05-30 22:47:35 UTC [more...]
iomap SEEK_HOLE / SEEK_DATA cleanups and generalization
2018-05-30 22:47 UTC (10+ messages)
` [PATCH 1/3] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 2/3] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 3/3] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-05-30 22:24 UTC (6+ messages)
` [PATCH 07/12] dm: convert "
` [PATCH 10/12] btrfs: "
[PATCH v4 0/4] xfsprogs: add mkfs.xfs configuration file parsing support
2018-05-30 22:10 UTC (19+ messages)
` [PATCH v4 1/4] mkfs: distinguish between struct sb_feat_args and struct cli_params
` [PATCH v4 2/4] mkfs: move shared config structs and into their own headers
` [PATCH v4 3/4] mkfs.xfs: add configuration file parsing support using our own parser
` [PATCH 3.5/4] mkfs.xfs: document defaults config file details
` [PATCH 3.5/4 V2] "
` [PATCH 3.7/4] mkfs.xfs.8: parameterize sysconfdir
` [PATCH v4 4/4] debian/rules: use the new sysconfdir configuration setting
INFO: task hung in xlog_grant_head_check
2018-05-30 20:51 UTC (12+ messages)
` Bugs involving maliciously crafted file system
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-05-30 19:38 UTC (16+ messages)
[PATCH v15.2 00/14] xfs-4.18: online repair support
2018-05-30 19:32 UTC (15+ messages)
` [PATCH 01/14] xfs: repair the AGF and AGFL
` [PATCH 02/14] xfs: repair the AGI
` [PATCH 03/14] xfs: repair free space btrees
` [PATCH 04/14] xfs: repair inode btrees
` [PATCH 05/14] xfs: repair the rmapbt
` [PATCH 06/14] xfs: repair refcount btrees
` [PATCH 07/14] xfs: repair inode records
` [PATCH 08/14] xfs: zap broken inode forks
` [PATCH 09/14] xfs: repair inode block maps
` [PATCH 10/14] xfs: repair damaged symlinks
` [PATCH 11/14] xfs: repair extended attributes
` [PATCH 12/14] xfs: scrub should set preen if attr leaf has holes
` [PATCH 13/14] xfs: repair quotas
` [PATCH 14/14] xfs: implement live quotacheck as part of quota repair
buffered writes without buffer heads in xfs and iomap v4
2018-05-30 18:08 UTC (44+ messages)
` [PATCH 01/18] fs: factor out a __generic_write_end helper
` [PATCH 02/18] iomap: add initial support for writes without buffer heads
` [PATCH 03/18] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 04/18] xfs: simplify xfs_aops_discard_page
` [PATCH 05/18] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 06/18] xfs: make xfs_writepage_map extent map centric
` [PATCH 07/18] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 08/18] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 09/18] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/18] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 11/18] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 12/18] xfs: remove the imap_valid flag
` [PATCH 13/18] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 14/18] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 15/18] xfs: remove xfs_start_page_writeback
` [PATCH 16/18] xfs: refactor the tail of xfs_writepage_map
` [PATCH 17/18] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 18/18] xfs: allow writeback on pages without buffer heads
[ANNOUNCE] xfs-linux: for-next updated to d25522f10cfa
2018-05-30 17:22 UTC
iomap based buffered reads & iomap cleanups v4
2018-05-30 16:22 UTC (16+ messages)
` [PATCH 01/13] block: add a lower-level bio_add_page interface
` [PATCH 02/13] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 03/13] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 04/13] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 05/13] iomap: inline data should be an iomap type, not a flag
` [PATCH 06/13] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 07/13] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 08/13] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/13] iomap: add a iomap_sector helper
` [PATCH 10/13] iomap: add an iomap-based bmap implementation
` [PATCH 11/13] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/13] xfs: use iomap_bmap
` [PATCH 13/13] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
[PATCH 0/2] xfs_repair: rework inode clearing and free inode validation
2018-05-30 15:51 UTC (3+ messages)
` [PATCH 1/2] xfs_repair: clear_dinode should only clear, not check contents
` [PATCH 2/2] xfs_repair: notify user if free inodes contain errors
[PATCH] fs: xfs: Change return type to vm_fault_t
2018-05-30 12:35 UTC (12+ messages)
buffered I/O without buffer heads in xfs and iomap v3
2018-05-30 11:03 UTC (54+ 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
` [Cluster-devel] "
` [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 22/34] xfs: make xfs_writepage_map extent map centric
[PATCH 05/11] filesystem-dax: set page->index
2018-05-30 8:13 UTC (3+ messages)
[PATCH v15.1 00/22] xfs-4.18: online repair support
2018-05-30 6:44 UTC (27+ messages)
` [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] xfs_io: fix null pointer deref when complaining about scrub command
2018-05-30 3:32 UTC
[PATCH v2 0/7] Fix DM DAX handling
2018-05-29 22:01 UTC (10+ messages)
` [PATCH v2 1/7] fs: allow per-device dax status checking for filesystems
` [PATCH v2 2/7] dax: change bdev_dax_supported() to support boolean returns
` [PATCH v2 3/7] dm: fix test for DAX device support
` [PATCH v2 4/7] dm: prevent DAX mounts if not supported
` [PATCH v2 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode
` [PATCH v2 6/7] dm-snap: remove unnecessary direct_access() stub
` [PATCH v2 7/7] dm-error: "
[PATCH 0/7] xfsprogs-4.17: last of the fixes
2018-05-29 21:46 UTC (15+ messages)
` [PATCH 1/7] xfs_repair: fix integer handling issues
` [PATCH v2 "
` [PATCH 5/7] fsck: fix more bashisms
` [PATCH 6/7] xfs_scrub: actually check for errors coming from close()
` [PATCH 7/7] libxfs: remove crc32 functions
[PATCH] xfs_repair: fix libxfs api violations in quota repair code
2018-05-29 21:41 UTC (3+ messages)
[PATCH] xfstests/shared: dedup integrity test by duperemove
2018-05-29 21:12 UTC (8+ messages)
Temporary drive failure leads to massive data corruption?
2018-05-29 17:00 UTC (4+ messages)
Deleting a project from XFS quotas
2018-05-28 16:00 UTC (4+ messages)
sub-page blocksize support in iomap non-buffer head path v3
2018-05-28 6:57 UTC (7+ 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
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).