messages from 2023-05-22 02:05:53 to 2023-05-25 12:45:46 UTC [more...]
(no subject)
2023-05-25 12:45 UTC (3+ messages)
` your mail
[PATCH 0/9] Mitigate a vmap lock contention
2023-05-25 10:20 UTC (7+ messages)
[PATCH 0/6] fs: Fix directory corruption when moving directories
2023-05-25 10:16 UTC (7+ messages)
` [PATCH 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH 2/6] Revert "udf: Protect rename against modification of moved directory"
` [PATCH 3/6] Revert "f2fs: fix potential corruption when moving a directory"
` [PATCH 4/6] fs: Establish locking order for unrelated directories
` [PATCH 5/6] fs: Lock moved directories
` [PATCH 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes
cleanup the filemap / direct I/O interaction v2
2023-05-25 10:09 UTC (18+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write
Locking for RENAME_EXCHANGE
2023-05-25 9:44 UTC (4+ messages)
[PATCH v3] xfs: fix ag count overflow during growfs
2023-05-25 7:57 UTC (3+ messages)
[Syzkaller & bisect] There is "soft lockup in __cleanup_mnt" in v6.4-rc3 kernel
2023-05-25 6:15 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION cf09e328589a2ed7f6c8d90f2edb697fb4f8a96b
2023-05-25 3:16 UTC
[Bug 217483] New: [Syzkaller & bisect] There is "soft lockup in __cleanup_mnt" in v6.4-rc3 kernel
2023-05-25 3:04 UTC (2+ messages)
` [Bug 217483] "
Corruption of in-memory data (0x8) detected at xfs_defer_finish_noroll on kernel 6.3
2023-05-25 2:24 UTC (7+ messages)
[PATCH] xfs: Don't block in xfs_extent_busy_flush
2023-05-25 2:20 UTC (12+ messages)
[PATCH] xfs: xfs_trans_cancel() path must check for log shutdown
2023-05-25 0:47 UTC (2+ messages)
[PATCH v22 08/31] splice: Make splice from a DAX file use copy_splice_read()
2023-05-24 23:13 UTC (6+ messages)
` [PATCH v22 24/31] xfs: Provide a splice-read wrapper
` [PATCH v22 25/31] zonefs: "
RFC: allow building a kernel without buffer_heads
2023-05-24 22:23 UTC (7+ messages)
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 16/17] block: use iomap for writes to block devices
[PATCH] overflow: Add struct_size_t() helper
2023-05-24 15:46 UTC (8+ messages)
` [Intel-wired-lan] "
[PATCH] xfs: fix the problem of mount failure caused by not refreshing mp->m_sb
2023-05-24 2:38 UTC (4+ messages)
[Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_extent_free_diff_items in v6.4-rc3
2023-05-24 2:20 UTC (14+ messages)
[PATCH 00/24] Metadump v2
2023-05-23 18:11 UTC (49+ 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
cleanup the filemap / direct I/O interaction
2023-05-23 16:03 UTC (19+ messages)
` [PATCH 02/13] filemap: update ki_pos in generic_perform_write
` [PATCH 03/13] filemap: assign current->backing_dev_info "
` [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 10/13] fs: factor out a direct_write_fallback helper
[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 (17+ 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 9/9] btrfs: convert to multigrain timestamps
[PATCH 0/3] Create large folios in iomap buffered write path
2023-05-23 12:17 UTC (4+ messages)
` [PATCH 1/3] filemap: Allow __filemap_get_folio to allocate large folios
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] xfs: don't deplete the reserve pool when trying to shrink the fs
2023-05-23 5:05 UTC (2+ messages)
[PATCH v2] Documentation: add initial iomap kdoc
2023-05-23 2:11 UTC (4+ 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 (2+ 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] "
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