messages from 2023-04-16 19:32:14 to 2023-04-24 18:32:36 UTC [more...]
[PATCH v1] ext4: move `ext4_count_free` to ext4.h so it can be easily inlined
2023-04-24 18:32 UTC (4+ messages)
` [PATCH v2] "
[PATCH] ext4: Fix unused iterator variable warnings
2023-04-24 16:25 UTC (3+ messages)
[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
2023-04-24 15:54 UTC (33+ messages)
` [PATCH v3 1/3] block: Introduce provisioning primitives
` [PATCH v3 2/3] dm: Add support for block provisioning
` [PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage
` [PATCH v4 1/4] block: Introduce provisioning primitives
` [dm-devel] "
` [PATCH v4 2/4] dm: Add block provisioning support
` [PATCH v4 3/4] dm-thin: Add REQ_OP_PROVISION support
` [PATCH v4 4/4] loop: Add support for provision requests
` [PATCH v5 0/5] Introduce block provisioning primitives
` [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v5-fix "
` [PATCH v5 2/5] block: Introduce provisioning primitives
` [PATCH v5 3/5] dm: Add block provisioning support
` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
` [PATCH v5 5/5] loop: Add support for provision requests
RFC: allow building a kernel without buffer_heads
2023-04-24 12:42 UTC (22+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
` [PATCH 03/17] fs: rename and move block_page_mkwrite_return
` [PATCH 04/17] fs: remove emergency_thaw_bdev
` [PATCH 05/17] filemap: update ki_pos in generic_perform_write
` [PATCH 06/17] filemap: add a kiocb_write_and_wait helper
` [PATCH 07/17] filemap: add a kiocb_invalidate_pages helper
` [PATCH 08/17] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 09/17] fs: factor out a direct_write_fallback helper
` [PATCH 10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [PATCH 12/17] fuse: use direct_write_fallback
` [PATCH 13/17] block: don't plug in blkdev_write_iter
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 15/17] block: stop setting ->direct_IO
` [PATCH 16/17] block: use iomap for writes to block devices
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD
[PATCHv6 0/9] ext2: DIO to use iomap
2023-04-24 9:44 UTC (18+ messages)
` [PATCHv6 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [PATCHv6 2/9] fs/buffer.c: Add generic_buffers_fsync*() implementation
` [PATCHv6 3/9] ext4: Use generic_buffers_fsync_noflush() implementation
` [PATCHv6 4/9] ext2: Use generic_buffers_fsync() implementation
` [PATCHv6 5/9] ext2: Move direct-io to use iomap
` [PATCHv6 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [PATCHv6 7/9] ext2: Add direct-io "
` [PATCHv6 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [PATCHv6 9/9] iomap: Add DIO tracepoints
[Bug 217363] New: jbd2: Data missing when reusing bh which is ready to be submitted in checkpoint
2023-04-24 9:33 UTC (4+ messages)
` [Bug 217363] "
[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
2023-04-24 8:25 UTC (8+ messages)
[PATCH v3 00/19] Fixes, cleanups and unit test for mballoc
2023-04-24 8:06 UTC (21+ messages)
` [PATCH v3 01/19] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH v3 02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH v3 03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH v3 04/19] ext4: treat stripe in block unit
` [PATCH v3 05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH v3 06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH v3 07/19] ext4: try all groups in ext4_mb_new_blocks_simple
` [PATCH v3 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
` [PATCH v3 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
` [PATCH v3 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
` [PATCH v3 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
` [PATCH v3 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v3 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v3 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v3 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v3 16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v3 17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v3 18/19] ext4: add some kunit stub for mballoc kunit test
` [PATCH v3 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
[syzbot] [ext4?] KCSAN: data-race in __es_find_extent_range / __es_find_extent_range (6)
2023-04-24 7:27 UTC (2+ messages)
[PATCH v3 0/8] ext4: fix WARNING in ext4_da_update_reserve_space
2023-04-24 3:45 UTC (4+ messages)
` [PATCH v3 3/8] ext4: use __GFP_NOFAIL if allocating extents_status cannot fail
[PATCH v4 00/12] ext4: fix WARNING in ext4_da_update_reserve_space
2023-04-24 3:38 UTC (13+ messages)
` [PATCH v4 01/12] ext4: only update i_reserved_data_blocks on successful block allocation
` [PATCH v4 02/12] ext4: add a new helper to check if es must be kept
` [PATCH v4 03/12] ext4: factor out __es_alloc_extent() and __es_free_extent()
` [PATCH v4 04/12] ext4: use pre-allocated es in __es_insert_extent()
` [PATCH v4 05/12] ext4: use pre-allocated es in __es_remove_extent()
` [PATCH v4 06/12] ext4: using nofail preallocation in ext4_es_remove_extent()
` [PATCH v4 07/12] ext4: using nofail preallocation in ext4_es_insert_delayed_block()
` [PATCH v4 08/12] ext4: using nofail preallocation in ext4_es_insert_extent()
` [PATCH v4 09/12] ext4: make ext4_es_remove_extent() return void
` [PATCH v4 10/12] ext4: make ext4_es_insert_delayed_block() "
` [PATCH v4 11/12] ext4: make ext4_es_insert_extent() "
` [PATCH v4 12/12] ext4: make ext4_zeroout_es() "
[RFC 1/2] ext4/060: Regression test against dioread_nolock mount option inconsistency
2023-04-23 16:20 UTC (4+ messages)
` [RFC 2/2] ext4/061: Regression test of jbd2 journal_task race against unmount
[PATCH][for stable [4.14, 5.10] 0/3] ext4: fix use-after-free in ext4_xattr_set_entry
2023-04-23 13:22 UTC (5+ messages)
` [PATCH][for stable [4.14, 5.10] 1/3] Revert "ext4: fix use-after-free in ext4_xattr_set_entry"
` [PATCH][for stable [4.14, 5.10] 2/3] ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
` [PATCH][for stable [4.14, 5.10] 3/3] ext4: fix use-after-free in ext4_xattr_set_entry
[PATCH 0/1] I want to add percent to output used/maximum files and blocks
2023-04-23 8:23 UTC (2+ messages)
` [PATCH 1/1] e2fsck: Add percent to files and blocks feature
[PATCH v3] ext4: Add a uapi header for ext4 userspace APIs
2023-04-23 2:33 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION d3e1ee0e67e7603d36f4fa2fec6b881c01aabe89
2023-04-22 7:06 UTC
[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
2023-04-22 0:03 UTC (8+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v2 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH v2 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v2 7/7] f2fs: "
[Bug 216322] New: Freezing of tasks failed after 60.004 seconds (1 tasks refusing to freeze... task:fstrim ext4_trim_fs - Dell XPS 13 9310
2023-04-21 23:46 UTC (3+ messages)
` [Bug 216322] "
[syzbot] [ext4?] WARNING: bad unlock balance in unlock_two_nondirectories
2023-04-21 19:07 UTC
[tytso-ext4:dev] BUILD SUCCESS 519fe1bae7e20fc4e7f179d50b6102b49980e85d
2023-04-21 11:56 UTC
[PATCH v2] ext4: fix to report fstrim.minlen back to userspace
2023-04-21 9:39 UTC (2+ messages)
[PATCH] ext4: fix wrong calculation of minlen in ext4_trim_fs()
2023-04-21 9:35 UTC (2+ messages)
[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in get_max_inline_xattr_value_size
2023-04-21 8:44 UTC (2+ messages)
[PATCH] ext4: avoid unused-variable warning with CONFIG_QUOTA=n
2023-04-21 7:37 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 44bf136283e567b2b62653be7630e7511da41da2
2023-04-21 4:55 UTC
[PATCH 0/8] some refactor of __ext4_fill_super(), part 2
2023-04-20 13:47 UTC (2+ messages)
[PATCH] ext4: remove unneeded check of nr_to_submit
2023-04-20 13:47 UTC (2+ messages)
[PATCH] ext4: remove useless conditional branch code
2023-04-20 13:47 UTC (2+ messages)
[RFC 00/11] multiblock allocator improvements
2023-04-20 14:58 UTC (8+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
[PATCHv5 0/9] ext2: DIO to use iomap
2023-04-20 14:48 UTC (11+ messages)
` [PATCHv5 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [PATCHv5 5/9] ext2: Move direct-io to use iomap
[LSF TOPIC] online repair of filesystems: what next?
2023-04-20 4:47 UTC (11+ messages)
` [Lsf-pc] "
[tytso-ext4:dev] BUILD SUCCESS 54902099b1d8b62bea7cfd949aa3acd9eae1c3db
2023-04-20 4:28 UTC
[syzbot] [ext4?] WARNING in ext4_iomap_overwrite_begin
2023-04-19 18:52 UTC
[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
2023-04-19 1:29 UTC (12+ messages)
[PATCH v2 00/29] Convert most of ext4 to folios
2023-04-18 13:08 UTC (4+ messages)
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page
[syzbot] [ext4?] general protection fault in ext4_write_begin
2023-04-18 5:19 UTC
simplify ext4_sb_read_encoding regression
2023-04-17 16:16 UTC (12+ messages)
[PATCH] ext4: Remove unnecessary variable assignments
2023-04-17 11:32 UTC
[RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation
2023-04-17 10:01 UTC (4+ messages)
[RFCv1 0/4] ext4: misc left over folio changes
2023-04-17 5:16 UTC (11+ messages)
` [RFCv1 1/4] ext4: kill unused function ext4_journalled_write_inline_data
` [RFCv1 2/4] ext4: Change remaining tracepoints to use folio
` [RFCv1 3/4] ext4: Make mpage_journal_page_buffers "
` [RFCv1 4/4] ext4: Make ext4_write_inline_data_end() "
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).