messages from 2018-05-30 19:31:46 to 2018-06-03 23:45:54 UTC [more...]
[PATCH 00/10] xfs: fix various checking problems
2018-06-03 23:45 UTC (13+ messages)
` [PATCH 01/10] xfs: don't forbid setting dax flag on directories if device doesn't dax
` [PATCH 02/10] xfs: strengthen btree pointer checks before use
` [PATCH 03/10] xfs: don't assert when on-disk btree pointers are garbage
` [PATCH 04/10] xfs: check directory bestfree information in the verifier
` [PATCH 05/10] xfs: don't assert when reporting on-disk corruption while loading btree
` [PATCH 06/10] xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addname
` [PATCH 07/10] xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption
` [PATCH 08/10] xfs: btree lookup shouldn't ASSERT on empty btree nodes
` [PATCH 09/10] xfs: don't ASSERT on short form btree root pointer of zero
` [PATCH 10/10] xfs: don't return garbage buffers in xfs_da3_node_read
NULL pointer dereference in xfs_bmap_extents_to_btree() when mounting and operating a crafted image
2018-06-03 23:31 UTC (6+ messages)
Three unhandled XFS bugs reported in April but still not fixed
2018-06-03 22:28 UTC (3+ messages)
` Fwd: "
[PATCH v2 0/7] Fix DM DAX handling
2018-06-03 22:20 UTC (25+ messages)
` [PATCH v2 2/7] dax: change bdev_dax_supported() to support boolean returns
` [dm-devel] "
` [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
Strange XFS problem
2018-06-03 2:32 UTC (2+ messages)
linux-next: manual merge of the nvdimm tree with the xfs tree
2018-06-02 3:37 UTC (5+ messages)
[ANNOUNCE] xfs-linux: for-next updated to afd9d6a1df75
2018-06-02 1:55 UTC
[PATCH v4 0/4] xfsprogs: add mkfs.xfs configuration file parsing support
2018-06-01 21:56 UTC (11+ messages)
` [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
New bugs reported for XFS
2018-06-01 11:14 UTC
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-06-01 10:51 UTC (6+ messages)
` [PATCH 06/12] md: convert "
` [PATCH 10/12] btrfs: "
[PATCH 1/3] xfstests: dedupe a single big file and verify integrity
2018-06-01 8:07 UTC (3+ messages)
` [PATCH 2/3] xfstests: iterate dedupe integrity test
` [PATCH 3/3] xfstests: dedupe with random io race test
[PATCH] xfstests/btrfs: adapt ppc64le node size at least 65536
2018-06-01 8:06 UTC (2+ messages)
[PATCH 0/4 V2] Remove a few macros
2018-06-01 5:25 UTC (6+ messages)
Question about Experimental of Filesystem DAX
2018-06-01 1:03 UTC (7+ messages)
[ANNOUNCE] xfsprogs: for-next updated to cb1b013
2018-06-01 0:41 UTC
[PATCH] xfs_io: fix signed comparison problem in copy_file_range
2018-06-01 0:36 UTC (2+ messages)
[PATCH] xfs: fix error handling in xfs_refcount_insert()
2018-05-31 23:48 UTC (2+ messages)
[PATCH] xfs: convert to SPDX license tags
2018-05-31 23:44 UTC (5+ messages)
[PATCH] xfs: don't forbid setting dax flag on directories if device doesn't dax
2018-05-31 22:19 UTC
[PATCH 05/11] filesystem-dax: set page->index
2018-05-31 21:49 UTC (6+ messages)
[GIT PULL] xfs: hair on fire fixes for 4.17-rc7
2018-05-31 21:15 UTC
[ANNOUNCE] xfsprogs: for-next updated to a023e1a
2018-05-31 19:16 UTC
buffered writes without buffer heads in xfs and iomap v5
2018-05-31 18:07 UTC (22+ messages)
` [PATCH 01/21] fs: factor out a __generic_write_end helper
` [PATCH 02/21] iomap: add initial support for writes without buffer heads
` [PATCH 03/21] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 04/21] xfs: simplify xfs_aops_discard_page
` [PATCH 05/21] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 06/21] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 07/21] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 08/21] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
` [PATCH 09/21] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/21] xfs: remove xfs_map_cow
` [PATCH 11/21] xfs: rename the offset variable in xfs_writepage_map
` [PATCH 12/21] xfs: make xfs_writepage_map extent map centric
` [PATCH 13/21] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 14/21] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 15/21] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 16/21] xfs: remove the imap_valid flag
` [PATCH 17/21] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 18/21] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 19/21] xfs: remove xfs_start_page_writeback
` [PATCH 20/21] xfs: refactor the tail of xfs_writepage_map
` [PATCH 21/21] xfs: allow writeback on pages without buffer heads
iomap SEEK_HOLE / SEEK_DATA cleanups and generalization v2
2018-05-31 18:07 UTC (4+ 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
iomap based buffered reads & iomap cleanups v5
2018-05-31 18:06 UTC (14+ 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/4] xfs-4.18: fix rtdev programming errors
2018-05-31 17:21 UTC (13+ messages)
` [PATCH 1/4] xfs: xfs_rtword_t should be unsigned, not signed
` [PATCH 2/4] xfs: xfs_rtbuf_get should check the bmapi_read results
` [PATCH 3/4] xfs: strengthen rtalloc query range checks
` [PATCH 4/4] xfs: fix xfs_rtalloc_rec units
xfs_db and ASSERT fails dur type mismatch
2018-05-31 16:24 UTC (2+ messages)
[PATCH] xfs_db: handle realtime bitmap / summary files as text
2018-05-31 16:05 UTC (3+ messages)
buffered writes without buffer heads in xfs and iomap v4
2018-05-31 16:12 UTC (34+ messages)
` [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
[PATCH] xfs_io: Make copy_range arguments understand *iB values
2018-05-31 14:59 UTC (2+ messages)
[PATCH] xfs_io: fix null pointer deref when complaining about scrub command
2018-05-31 14:55 UTC (3+ messages)
iomap based buffered reads & iomap cleanups v4
2018-05-31 11:59 UTC (28+ messages)
` [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
iomap SEEK_HOLE / SEEK_DATA cleanups and generalization
2018-05-31 6:20 UTC (8+ 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 v15.2 00/14] xfs-4.18: online repair support
2018-05-31 5:42 UTC (8+ messages)
` [PATCH 05/14] xfs: repair the rmapbt
` [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
Reading/changing projid of a symlink
2018-05-31 0:26 UTC
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 (14+ messages)
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