public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 20:16:00 to 2023-05-23 16:35:46 UTC [more...]

[PATCH 00/24] Metadump v2
 2023-05-23 16:35 UTC  (28+ messages)
` [PATCH 01/24] metadump: Use boolean values true/false instead of 1/0
` [PATCH 02/24] mdrestore: Fix logic used to check if target device is large enough
` [PATCH 03/24] metadump: Define and use struct metadump
` [PATCH 04/24] metadump: Add initialization and release functions
` [PATCH 05/24] set_cur: Add support to read from external log device
` [PATCH 06/24] metadump: Dump external log device contents
` [PATCH 07/24] metadump: Postpone invocation of init_metadump()
` [PATCH 08/24] metadump: Introduce struct metadump_ops
` [PATCH 09/24] metadump: Introduce metadump v1 operations
` [PATCH 10/24] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
` [PATCH 11/24] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH 12/24] metadump: Define metadump ops for v2 format
` [PATCH 13/24] metadump: Add support for passing version option
` [PATCH 14/24] xfs_metadump.sh: "
` [PATCH 15/24] xfs_metadump.8: Add description for the newly introduced -v option
` [PATCH 16/24] mdrestore: Define and use struct mdrestore
` [PATCH 17/24] mdrestore: Add open_device(), read_header() and show_info() functions
` [PATCH 18/24] mdrestore: Introduce struct mdrestore_ops
` [PATCH 19/24] mdrestore: Introduce mdrestore v1 operations
` [PATCH 20/24] mdrestore: Detect metadump version from metadump image
` [PATCH 21/24] mdrestore: Extract target device size verification into a function
` [PATCH 22/24] mdrestore: Define mdrestore ops for v2 format
` [PATCH 23/24] mdrestore: Add support for passing log device as an argument
` [PATCH 24/24] xfs_mdrestore.8: Add description for the newly introduced -l option

[PATCH] xfs: fix the problem of mount failure caused by not refreshing mp->m_sb
 2023-05-23 16:22 UTC  (2+ messages)

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (37+ messages)
` [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 02/13] filemap: update ki_pos in generic_perform_write
` [PATCH 03/13] filemap: assign current->backing_dev_info "
` [PATCH 04/13] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/13] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/13] iomap: assign current->backing_dev_info "
` [PATCH 09/13] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
` [PATCH 11/13] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 13/13] fuse: use direct_write_fallback

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-23 15:59 UTC  (12+ messages)

[PATCH v2] xfs: Fix undefined behavior of shift into sign bit
 2023-05-23 15:08 UTC 

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-23 12:46 UTC  (24+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 8/9] ext4: convert to multigrain timestamps
` [PATCH v4 9/9] btrfs: "

[PATCH 0/3] Create large folios in iomap buffered write path
 2023-05-23 12:17 UTC  (19+ messages)
` [PATCH 1/3] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH 2/3] iomap: Create large folios in the buffered write path
` [PATCH 3/3] iomap: Copy larger chunks from userspace

[Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_extent_free_diff_items in v6.4-rc3
 2023-05-23  9:14 UTC  (9+ messages)

W sprawie samochodu
 2023-05-23  7:56 UTC 

[RFCv5 3/5] iomap: Add iop's uptodate state handling functions
 2023-05-23  6:00 UTC  (3+ messages)

[PATCH] overflow: Add struct_size_t() helper
 2023-05-23  5:54 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH] xfs: don't deplete the reserve pool when trying to shrink the fs
 2023-05-23  5:05 UTC  (2+ messages)

[PATCH] xfs: Don't block in xfs_extent_busy_flush
 2023-05-23  3:09 UTC  (9+ messages)

[PATCH v22 08/31] splice: Make splice from a DAX file use copy_splice_read()
 2023-05-23  2:48 UTC  (4+ messages)
` [PATCH v22 24/31] xfs: Provide a splice-read wrapper
` [PATCH v22 25/31] zonefs: "

[PATCH v2] Documentation: add initial iomap kdoc
 2023-05-23  2:11 UTC  (11+ messages)

gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-05-23  0:59 UTC 

introduce bdev holder ops and a file system shutdown method v2
 2023-05-23  0:58 UTC  (4+ messages)

[RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
 2023-05-23  0:33 UTC  (4+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 9f258af06b6268be8e960f63c3f66e88bdbbbdb0
 2023-05-22 16:01 UTC 

uuid ioctl - was: Re: [PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-22 10:50 UTC 

[ANNOUNCE] xfsprogs-6.3.0 released
 2023-05-22 10:21 UTC 

[RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
 2023-05-22  4:05 UTC  (4+ messages)

[Bug 217470] New: [Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_extent_free_diff_items in v6.4-rc3
 2023-05-22  2:11 UTC  (2+ messages)
` [Bug 217470] "

[PATCH] Documentation: add initial iomap kdoc
 2023-05-21 16:43 UTC  (9+ messages)

[PATCH v21 08/30] splice: Make splice from a DAX file use copy_splice_read()
 2023-05-21 14:55 UTC  (8+ messages)
` [PATCH v21 24/30] xfs: Provide a splice-read stub
` [PATCH v21 25/30] zonefs: "

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-20 17:41 UTC  (3+ messages)

performance regression between 6.1.x and 5.15.x
 2023-05-20 16:35 UTC  (10+ messages)
    ` Creating large folios in iomap buffered write path

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-19 16:08 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING dbd91ef4e91c1ce3a24429f5fb3876b7a0306733
 2023-05-19 15:35 UTC 

[RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
 2023-05-19 15:03 UTC  (2+ messages)

[RFCv5 1/5] iomap: Rename iomap_page_create/release() to iop_alloc/free()
 2023-05-19 15:01 UTC  (2+ messages)

RFC: allow building a kernel without buffer_heads
 2023-05-19 14:22 UTC  (5+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
 2023-05-19  8:48 UTC  (5+ messages)
` [PATCH v20 21/32] xfs: Provide a splice-read stub
` [PATCH v20 22/32] zonefs: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox